KacerCZ commented on a change in pull request #2160:
URL: https://github.com/apache/netbeans/pull/2160#discussion_r438570612
##########
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:
It's kind of special rule - ignored during command parameters building,
but still written into settings.
Making it translated would also mean to map value saved into settings to
translated value shown in list, right?
----------------------------------------------------------------
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