The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 507 | 0 | 0 | 3149 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 19 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| JavadocMethod | 1442 | |
| JavadocType | 28 | |
| JavadocVariable | 26 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 13 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 2 | |
Header
| 130 | |
| AvoidStarImport | 8 | |
| IllegalImport | 0 | |
| RedundantImport | 3 | |
| UnusedImports | 7 | |
| FileLength | 0 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 3 | |
| NoWhitespaceAfter | 5 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 55 | |
ParenPad
| 10 | |
| TabCharacter | 254 | |
WhitespaceAfter
| 0 | |
| WhitespaceAround | 773 | |
| ModifierOrder | 0 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 5 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 183 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 1 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 7 | |
| InterfaceIsType | 1 | |
| VisibilityModifier | 80 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 41 | |
GenericIllegalRegexp
| 40 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Expected an @return tag. | 40 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 58 | |
| Expected an @return tag. | 65 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'mc'. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| Utility classes should not have a public or default constructor. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Name '_average_load' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Name '_find' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Name '_new' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Name '_parser' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Name '_purge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Name '_quiet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Name '_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Name '_unattended' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Name '_who' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Name '_options' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Name '_commands' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Missing a Javadoc comment. | 59 | |
| Parameter args should be final. | 59 | |
| '-100' is a magic number. | 60 | |
| '-111' is a magic number. | 82 | |
| Missing a Javadoc comment. | 86 | |
| Parameter args should be final. | 86 |
| Violation | Message | Line |
|---|---|---|
| '<' is not preceded with whitespace. | 33 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| Expected an @return tag. | 62 | |
| Expected @param tag for 'state'. | 71 | |
| Expected @param tag for 'n'. | 80 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 42 | |
| '<' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '// This file is part of MillScript.'. | 5 | |
| Line has trailing spaces. | 71 | |
| Line has trailing spaces. | 78 | |
| Expected an @return tag. | 147 | |
| '?' should be on a new line. | 151 | |
| ':' should be on a new line. | 152 | |
| '+' should be on a new line. | 224 | |
| '+' should be on a new line. | 232 | |
| '+' should be on a new line. | 252 | |
| '+' should be on a new line. | 253 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '// This file is part of MillScript.'. | 5 | |
| ':' should be on a new line. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '// MillScript: an Open Spice interpreter and batch website creation tool'. | 2 | |
| '<' is not preceded with whitespace. | 32 | |
| Unused @param tag for 'store'. | 56 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not preceded with whitespace. | 60 | |
| '>' is not followed by whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'mc'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '// This file is part of MillScript.'. | 5 | |
| Expected @param tag for 'mc'. | 36 | |
| Expected @param tag for 'nargs'. | 36 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.lang.*. | 23 | |
| Redundant import from the java.lang package - java.lang.*. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Utility classes should not have a public or default constructor. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| '(' is not followed by whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| '(' is not followed by whitespace. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '(' is not followed by whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| '1000' is a magic number. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter seconds should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| '1000' is a magic number. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| '(' is not followed by whitespace. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter seconds should be final. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. |