Class UncommentedMainCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class UncommentedMainCheck
    extends AbstractCheck
    Detects uncommented main methods. Basically detects any main method, since if it is detectable that means it is uncommented.
     <module name="UncommentedMain"/>
     
    Author:
    Michael Yui, o_sukhodolsky