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/07/09 13:00:09 UTC

[GitHub] [netbeans] tmysik commented on a change in pull request #2231: [NETBEANS-4340] Added PHP Mess Detector options configuration

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



##########
File path: php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/analyzer/MessDetectorCustomizerPanel.java
##########
@@ -86,28 +87,30 @@ public MessDetectorCustomizerPanel(Analyzer.CustomizerContext<Void, MessDetector
     }
 
     private void init() {
+        setEnabledCheckBox();
+        setRuleSetsList();
+        setRuleSetFileTextField();
+        setOptionsTextField();

Review comment:
       Perhaps a bit better name for these methods would be `init...`.
   




----------------------------------------------------------------
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