-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#624 - Removing 'excludes' of FindBuging #647
#624 - Removing 'excludes' of FindBuging #647
Conversation
@davvd Could you find someone to review it? |
@dalifreire Many thanks for the PR, let me find a reviewer for it |
@carlosmiranda review this one, please |
@dalifreire looks quite good, thanks! |
@rultor merge please |
@carlosmiranda Thanks for your request. @yegor256 Please confirm this. |
} catch (final InvocationTargetException ex) { | ||
throw new IllegalStateException(ex); | ||
} catch (final IllegalAccessException ex) { | ||
throw new IllegalStateException(ex); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yegor256 Done!
@dalifreire one comment above |
Throwing an Exception Without Proper Context Is a Bad Habit
@carlosmiranda @yegor256 Thanks for review. Could you take a look if everything is right now? |
this.method.getName() | ||
), | ||
ex | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dalifreire this indentation looks strange to me :) and a few lines above too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yegor256 Fixed, thanks! :)
@dalifreire looks good to me, but there is something wrong with indentation, see above |
@yegor256 Indentation fixed! Thanks! Please, check and merge... |
@rultor try to merge |
@dalifreire @yegor256 Oops, I failed. You can see the full log here (spent 50min)
|
@rultor try to merge again |
@dalifreire I can't "check", you have to create a ticket if you think that the project is broken, see http://www.yegor256.com/2015/01/15/how-to-cut-corners.html |
@dalifreire @yegor256 Oops, I failed. You can see the full log here (spent 1hr)
|
@dalifreire any updates here? |
@carlosmiranda I'm waiting for the merge... take a look here: #654 |
@rultor merge |
@carlosmiranda Thanks for your request. @yegor256 Please confirm this. |
…thub.com/dalifreire/takes.git into #624_remove-excludes-findbugs-violations
@yegor256 Please, could you confirm the merge? |
@rultor try to merge |
@ypshenychka please, let us know what do you think about this ticket, according to our QA rules |
@rultor deploy now pls |
@carlosmiranda
No issues were found during code review. |
@ypshenychka confirmed, thanks |
@carlosmiranda Thanks. |
@davvd Quality is acceptable. |
@ypshenychka thanks for the QA review, we'll work better next time |
@carlosmiranda 10 mins was added to the account of @ypshenychka (for QA review), in transaction 83433697. Many thanks! 20 mins were added to your account in Transaction ID |
Issue #624 - Solving puzzle 574-2964594e in pom.xml.
Fixing and removing the following 'excludes' of FindBugs in the pom.xml file:
SIC_INNER_SHOULD_BE_STATIC_ANON
SIC_INNER_SHOULD_BE_STATIC_ANON
SIC_INNER_SHOULD_BE_STATIC_ANON
VA_FORMAT_STRING_USES_NEWLINE
30 minutes to implement this task. It is not enough because the problem is much bigger and requires more work than the slotted time allows. A new puzzle was created so that can be resolved by other people.