vieiro commented on a change in pull request #364: [NETBEANS-252] Fix CG adding
methods to enum constant bodies
URL: https://github.com/apache/incubator-netbeans/pull/364#discussion_r161583034
##########
File path:
java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java
##########
@@ -167,6 +167,16 @@
import org.openide.util.NbBundle;
import org.openide.util.NbCollections;
+@SuppressWarnings({
Review comment:
Warnings are an excellent IDE feature that warns you of _probably wrong_
code, but _it's you_ who decides which code is wrong. Suppressing warnings now
(as of Jan 2018) hides this useful feature to future readers and reviewers,
even when they have a smarter IDE (say Jan 2019) that properly detects more
interesting warnings.
So these warnings affect the code as of viewed today with NetBeans IDE, but
may hide more useful warnings in the future. Please remove this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
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