Package com.mapsindoors.mapssdk
Class LintTestClass
- java.lang.Object
-
- com.mapsindoors.mapssdk.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
-
-
Field Summary
Fields Modifier and Type Field Description int
publicMember
static int
TEST_Constant_NAME
static int
TEST_CONSTANT_NAME
-
Constructor Summary
Constructors Constructor Description LintTestClass()
-
-
-
Field Detail
-
TEST_Constant_NAME
public static final int TEST_Constant_NAME
- See Also:
- Constant Field Values
-
TEST_CONSTANT_NAME
public static final int TEST_CONSTANT_NAME
- See Also:
- Constant Field Values
-
publicMember
public int publicMember
-
-