The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/apache/maven/surefire/report/PojoStackTraceWriter.java | 2 | 5 | 0 |
| org/apache/maven/surefire/report/SmartStackTraceParser.java | 0 | 6 | 6 |
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
JavadocMethod
| 10 | |
JavadocType
| 0 | |
JavadocVariable
| 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 4 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 76 | |
| '(' is not followed by whitespace. | 88 | |
| ')' is not preceded with whitespace. | 88 | |
| '(' is not followed by whitespace. | 91 | |
| ')' is not preceded with whitespace. | 91 | |
| Line is longer than 120 characters. | 114 | |
| '77' is a magic number. | 140 | |
| 'throwable' hides a field. | 145 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 258 |