mbien opened a new pull request #3164:
URL: https://github.com/apache/netbeans/pull/3164
SizeEqualsZero perf inspection currently only triggers on size() == 0 and
size() != 0. Added the case for size() > 0 which I sometimes encounter in the
wild.
+ size() > 0 case is handled like the size() != 0 case in the UI (same
check box)
+ updated the warning/fix/desc text accordingly and made it a little bit
more dynamic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists