Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
701924

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
4Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
0Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
18Warnings Warning
JavadocType
  • scope: "protected"
4Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors 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
OperatorWrap0Errors Error
ParenPad
  • option: "space"
12Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces2Errors 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"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/surefire/junit/JUnit3Provider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.70
ErrorsRedundant throws: 'ReporterException' is unchecked exception.71
ErrorsRedundant throws: 'ReporterException' is unchecked exception.110
WarningsMissing a Javadoc comment.127

org/apache/maven/surefire/junit/JUnitStackTraceWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32

org/apache/maven/surefire/junit/JUnitTestSet.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.64
Warnings'testClass' hides a field.67
WarningsMissing a Javadoc comment.120

org/apache/maven/surefire/junit/PojoAndJUnit3Checker.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41

org/apache/maven/surefire/junit/PojoTestSet.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.76
Errors'if' construct must use '{}'s.221
ErrorsLine contains a tab character.221
Errors'(' is not followed by whitespace.221
Errors')' is not preceded with whitespace.221
Errors'if' construct must use '{}'s.226
ErrorsLine contains a tab character.226
Errors'(' is not followed by whitespace.226
Errors')' is not preceded with whitespace.226
Errors'(' is not followed by whitespace.257
Errors'(' is not followed by whitespace.257
Errors')' is not preceded with whitespace.257
Errors')' is not preceded with whitespace.257
ErrorsLine contains a tab character.259
Errors'(' is not followed by whitespace.261
Errors'(' is not followed by whitespace.261
Errors')' is not preceded with whitespace.261
Errors')' is not preceded with whitespace.261
ErrorsLine contains a tab character.263
WarningsMissing a Javadoc comment.280
WarningsMissing a Javadoc comment.285

org/apache/maven/surefire/junit/SurefireTestSet.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.30

org/apache/maven/surefire/junit/TestListenerInvocationHandler.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.142