Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
705233

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
2Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
3Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
50Warnings Warning
JavadocType
  • scope: "protected"
0Errors 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
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap3Errors Error
ParenPad
  • option: "space"
2Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround16Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces3Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment1Errors 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
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/plugins/surefire/report/ReportTestCase.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
Warnings'name' hides a field.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
Warnings'name' hides a field.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97

org/apache/maven/plugins/surefire/report/ReportTestSuite.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
Errors'if' construct must use '{}'s.85
Errors'if' construct must use '{}'s.86
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148
ErrorsLine is longer than 120 characters.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156
Errors'+' is not preceded with whitespace.156
Errors'+' is not followed by whitespace.156

org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.57
ErrorsMethod length is 174 lines (max allowed is 150).186
Errors'+' should be on a new line.433
Errors'+' should be on a new line.434
Errors'+' should be on a new line.593

org/apache/maven/plugins/surefire/report/SurefireReportMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine is longer than 120 characters.87

org/apache/maven/plugins/surefire/report/SurefireReportOnlyMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0

org/apache/maven/plugins/surefire/report/SurefireReportParser.java

ViolationMessageLine
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.66
Errors'if' construct must use '{}'s.73
ErrorsLine is longer than 120 characters.74
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.201
WarningsMissing a Javadoc comment.206
WarningsMissing a Javadoc comment.211
WarningsMissing a Javadoc comment.236
WarningsMissing a Javadoc comment.251

org/apache/maven/plugins/surefire/report/TestSuiteXmlParser.java

ViolationMessageLine
WarningsMissing a Javadoc comment.59
ErrorsInner assignments should be avoided.89
Errors'(' is not followed by whitespace.99
Errors')' is not preceded with whitespace.99
Errors'{' should be on a new line.155
Errors'{' should be on a new line.203