The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 4 | 0 | 0 | 148 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 6 | |
RightCurly
| 1 | |
LineLength
| 3 | |
| MemberName | 1 | |
| JavadocMethod | 21 | |
| JavadocType | 1 | |
| JavadocVariable | 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 4 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 1 | |
| OperatorWrap | 0 | |
ParenPad
| 42 | |
| TabCharacter | 57 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 1 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| NeedBraces | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 5 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| net/sf/statscm/StatScmMojo.java | 0 | 0 | 37 |
| net/sf/statscm/Trac.java | 0 | 0 | 21 |
| net/sf/statscm/SrcManager.java | 0 | 0 | 2 |
| net/sf/statscm/StatConf.java | 0 | 0 | 88 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Line is longer than 120 characters. | 132 | |
| Line is longer than 120 characters. | 161 | |
| '(' is not followed by whitespace. | 173 | |
| ')' is not preceded with whitespace. | 173 | |
| '(' is not followed by whitespace. | 175 | |
| ')' is not preceded with whitespace. | 175 | |
| '(' is not followed by whitespace. | 180 | |
| ')' is not preceded with whitespace. | 180 | |
| Line contains a tab character. | 280 | |
| '(' is not followed by whitespace. | 280 | |
| ')' is not preceded with whitespace. | 280 | |
| Expected @param tag for 'list'. | 471 | |
| ')' is not preceded with whitespace. | 553 | |
| ')' is not preceded with whitespace. | 557 | |
| '{' should be on a new line. | 758 | |
| '(' is not followed by whitespace. | 759 | |
| ')' is not preceded with whitespace. | 759 | |
| '(' is not followed by whitespace. | 760 | |
| ')' is not preceded with whitespace. | 760 | |
| '{' should be on a new line. | 760 | |
| '}' should be alone on a line. | 762 | |
| '(' is not followed by whitespace. | 762 | |
| '(' is not followed by whitespace. | 762 | |
| ')' is not preceded with whitespace. | 762 | |
| ')' is not preceded with whitespace. | 762 | |
| '{' should be on a new line. | 762 | |
| '+' is not followed by whitespace. | 766 | |
| 'project' hides a field. | 784 | |
| Missing a Javadoc comment. | 789 | |
| '(' is not followed by whitespace. | 789 | |
| ')' is not preceded with whitespace. | 789 | |
| '{' should be on a new line. | 789 | |
| Missing a Javadoc comment. | 793 | |
| Missing a Javadoc comment. | 798 | |
| 'statConf' hides a field. | 798 | |
| Missing a Javadoc comment. | 803 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/\*$'. | 3 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'bugRegex' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '(' is not followed by whitespace. | 22 | |
| ')' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 119 | |
| 'atticFileNames' hides a field. | 119 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on a new line. | 129 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Expected @param tag for 'statConf'. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Line contains a tab character. | 38 | |
| Name 'FILE_SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| Variable 'FILE_SEPARATOR' must be private and have accessor methods. | 58 | |
| 'locale' hides a field. | 91 | |
| Expected @param tag for 'locale'. | 91 | |
| Line is longer than 120 characters. | 133 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| '(' is not followed by whitespace. | 146 | |
| ')' is not preceded with whitespace. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| '(' is not followed by whitespace. | 150 | |
| ')' is not preceded with whitespace. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| '(' is not followed by whitespace. | 154 | |
| ')' is not preceded with whitespace. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| ')' is not preceded with whitespace. | 172 | |
| Line contains a tab character. | 173 | |
| Must have at least one statement. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| '(' is not followed by whitespace. | 192 | |
| ')' is not preceded with whitespace. | 192 | |
| '{' should be on a new line. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| ';' is followed by whitespace. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| '(' is not followed by whitespace. | 197 | |
| ')' is not preceded with whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| '(' is not followed by whitespace. | 199 | |
| ')' is not preceded with whitespace. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| '(' is not followed by whitespace. | 201 | |
| ')' is not preceded with whitespace. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| '(' is not followed by whitespace. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| '(' is not followed by whitespace. | 205 | |
| ')' is not preceded with whitespace. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| '(' is not followed by whitespace. | 207 | |
| ')' is not preceded with whitespace. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 298 | |
| 'locale' hides a field. | 298 |