Class LintTestClass


  • public class LintTestClass
    extends java.lang.Object
    The purpose of this class is to test the rules of the Checkstyle.xml The class is therefore useless, and contains a lot of junk code, that SHOULD NOT be replicated, as it is intended to show errors in coding style Checks that are not a part of this test class: Class length check Method length check Missing constructor check
    • Constructor Summary

      Constructors 
      Constructor Description
      LintTestClass()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • publicMember

        public int publicMember
    • Constructor Detail

      • LintTestClass

        public LintTestClass()