Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1303822

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
1Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
0Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
37Warnings Warning
JavadocType
  • scope: "protected"
2Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap2Errors Error
ParenPad
  • option: "space"
11Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround2Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors 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"
1Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
Errors'(' is not followed by whitespace.39
Errors')' is not preceded with whitespace.39
WarningsMissing a Javadoc comment.43
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.48
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.66

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

ViolationMessageLine
WarningsMissing a Javadoc comment.33

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

ViolationMessageLine
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.177

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.81
Errors'?' is not preceded with whitespace.143
Errors')' is not preceded with whitespace.146
Errors'{' is not preceded with whitespace.146
Errors'{' should be on a new line.146
Errors'(' is not followed by whitespace.149
Errors')' is not preceded with whitespace.149

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

ViolationMessageLine
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.107
ErrorsRedundant throws: 'ReporterException' is unchecked exception.108
Errors'(' is not followed by whitespace.123
Errors')' is not preceded with whitespace.123
Errors'500' is a magic number.147
Errors'?' should be on a new line.184
Errors':' should be on a new line.185

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.30
WarningsExpected @param tag for 'description'.50
WarningsExpected @throws tag for 'Exception'.51

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

ViolationMessageLine
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.79

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

ViolationMessageLine
WarningsMissing a Javadoc comment.37

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

ViolationMessageLine
ErrorsMissing a header - not enough lines in file.1

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

ViolationMessageLine
Warnings'description' hides a field.64

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

ViolationMessageLine
ErrorsName 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148