Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 48 3

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
1 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
46 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 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"
0 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"
2 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 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 0 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/plugins/surefire/report/ReportTestCase.java

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings 'name' hides a field. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings 'name' hides a field. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 97

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

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 154

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

Violation Message Line
Errors Line is longer than 120 characters. 46
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 177
Warnings Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 187
Warnings Missing a Javadoc comment. 208
Warnings Missing a Javadoc comment. 223

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

Violation Message Line
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 90
Errors Inner assignments should be avoided. 129
Errors '}' should be alone on a line. 179
Warnings Missing a Javadoc comment. 312