Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
704816

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
1Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
3Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
46Warnings 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
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap1Errors Error
ParenPad
  • option: "space"
5Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors 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"
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
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154

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

ViolationMessageLine
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.59
ErrorsLine is longer than 120 characters.77
ErrorsMethod length is 174 lines (max allowed is 150).174
ErrorsMethod length is 156 lines (max allowed is 150).350
ErrorsLine is longer than 120 characters.472
Errors'(' is not followed by whitespace.509
Errors')' is not preceded with whitespace.509
Errors'{' is not preceded with whitespace.509
Errors'{' should be on a new line.509
Errors'(' is not followed by whitespace.510
Errors')' is not preceded with whitespace.510
Errors'+' should be on a new line.603

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.93

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.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.219
WarningsMissing a Javadoc comment.234

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

ViolationMessageLine
Errors')' is not preceded with whitespace.51
WarningsMissing a Javadoc comment.60
ErrorsInner assignments should be avoided.90