JaroslavTulach opened a new pull request #3130: URL: https://github.com/apache/netbeans/pull/3130
I am all for _clean code_ and keeping our sources without warnings and not applied hints. However, the default set of hints includes "convert to functional operations" and I find that one particularly annoying. I am quite fine using _OPFL - old plain for loops_ most of the time. As such I propose to suppress the hint a bit. Make it visible only on affected line, for example. I have used the NetBeans IDE UI that allows to disable the hint and following change appeared on my disk. I assume, if we integrate it, the "convert to functional operations" hint is going to be suppressed (a bit). Various IDEs offer summaries of errors/warnings in the code and I'd be really thankful if only important hints were included in such summaries. -- 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
