You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/05/25 10:51:57 UTC

[GitHub] [netbeans] tmysik commented on a change in pull request #2149: [NETBEANS-4337] Code Sniffer standard is optional

tmysik commented on a change in pull request #2149:
URL: https://github.com/apache/netbeans/pull/2149#discussion_r429870438



##########
File path: php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/AnalysisOptionsValidator.java
##########
@@ -73,7 +73,7 @@ public AnalysisOptionsValidator validateCodeSnifferPath(String codeSnifferPath)
 
     @NbBundle.Messages("AnalysisOptionsValidator.codeSniffer.standard.empty=Valid code sniffer standard must be set.")
     public AnalysisOptionsValidator validateCodeSnifferStandard(String codeSnifferStandard) {

Review comment:
       You cannot remove it since it is still used in the file below. Try to remove it and compile the module.
   




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists