tmysik commented on a change in pull request #2160:
URL: https://github.com/apache/netbeans/pull/2160#discussion_r438572542
##########
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:
I agree with Junichi, this should be translated. However, the stored
value should be just some identificator (so, not the translated string).
----------------------------------------------------------------
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