KacerCZ commented on a change in pull request #2160:
URL: https://github.com/apache/netbeans/pull/2160#discussion_r438595247
##########
File path:
php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/MessDetector.java
##########
@@ -59,10 +60,12 @@
private static final String REPORT_FORMAT_PARAM = "xml"; // NOI18N
private static final String EXCLUDE_PARAM = "--exclude"; // NOI18N
private static final String SUFFIXES_PARAM = "--suffixes"; // NOI18N
+ public static final String EMPTY_RULE_SET = "<none>"; // NOI18N
Review comment:
Yes, that are the keywords I was looking for ;)
I'm novice in Java/NetBeans realm and I try to learn it by observing how
these things are done in other parts of the project.
----------------------------------------------------------------
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.
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