-
Notifications
You must be signed in to change notification settings - Fork 146
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
Issue #463: extended ReturnCountExtendedCheck to accept lambdas #513
Conversation
yes, only for lambda.
I do not understand question, please rephrase the question. |
@romani We have property |
ok, lets keep that hack for now, real code will show us right way to treat it. |
@romani If we are keeping null method names for ignoring, does it make sense to still keep |
No sense. We could mention this in javadoc as side effect and not a contract for behavior and could be changed in future |
0917f66
to
496a960
Compare
@romani Done. |
please rebase. |
@romani Done. |
update to functionality is big, please provide diff report. |
Update is because regression showed the message was incorrect. I removed the method name but didn't decrease the parameter number in the property file. @romani Here is regression. |
Issue #463
Lambdas are now supported.
Also 100% code coverage. Regression showed no NPEs.
One thing to note, lambdas don't have a method name, so the violation message currently prints that as
null
. Should we drop that part of the message? Should we drop support for matching these patterns?