KacerCZ commented on a change in pull request #2160:
URL: https://github.com/apache/netbeans/pull/2160#discussion_r438590991
##########
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:
Can you point me to a place in NetBeans where something like this is
done or what class/interface to look for, please.
----------------------------------------------------------------
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