Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
14 0 43 13

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
42 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
6 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/surefire/junitcore/AsynchronousRunner.java

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 66

org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/surefire/junitcore/ConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 199

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Violation Message Line
Errors Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 81

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

Violation Message Line
Warnings Missing a Javadoc comment. 75
Errors Line is longer than 120 characters. 86
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 107
Errors Redundant throws: 'ReporterException' is unchecked exception. 108

org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java

Violation Message Line
Warnings Expected @param tag for 'description'. 62
Warnings Expected @throws tag for 'Exception'. 63

org/apache/maven/surefire/junitcore/JUnitCoreWrapper.java

Violation Message Line
Errors '(' is not followed by whitespace. 107
Errors ')' is not preceded with whitespace. 107
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors Line is longer than 120 characters. 125

org/apache/maven/surefire/junitcore/LogicalStream.java

Violation Message Line
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 79

org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 37

org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 57
Errors Line is longer than 120 characters. 61
Errors ')' is not preceded with whitespace. 63
Warnings Missing a Javadoc comment. 66
Errors ')' is not preceded with whitespace. 72

org/apache/maven/surefire/junitcore/SynchronousRunner.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2

org/apache/maven/surefire/junitcore/TestMethod.java

Violation Message Line
Warnings 'description' hides a field. 67

org/apache/maven/surefire/junitcore/TestSet.java

Violation Message Line
Errors Name 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Warnings Missing a Javadoc comment. 164