Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 12 41

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"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
11 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 1 Errors Error
MethodLength 2 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 1 Errors Error
ParenPad
  • option: "space"
36 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"
1 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 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/AbstractSurefireReportMojo.java

Violation Message Line
Errors '(' is not followed by whitespace. 52
Errors ')' is not preceded with whitespace. 52
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Errors '(' is not followed by whitespace. 76
Errors ')' is not preceded with whitespace. 76
Errors Line is longer than 120 characters. 88
Errors '(' is not followed by whitespace. 101
Errors ')' is not preceded with whitespace. 101
Errors '(' is not followed by whitespace. 109
Errors ')' is not preceded with whitespace. 109
Errors '(' is not followed by whitespace. 117
Errors ')' is not preceded with whitespace. 117
Errors '(' is not followed by whitespace. 125
Errors ')' is not preceded with whitespace. 125
Warnings Missing a Javadoc comment. 187
Warnings 'reportsDirectory' hides a field. 259

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

Violation Message Line
Errors Unused import - org.apache.maven.plugins.annotations.LifecyclePhase. 25
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors '(' is not followed by whitespace. 49
Errors ')' is not preceded with whitespace. 49
Errors '(' is not followed by whitespace. 59
Errors ')' is not preceded with whitespace. 59
Errors '(' is not followed by whitespace. 68
Errors ')' is not preceded with whitespace. 68
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87

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

Violation Message Line
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 61
Errors Method length is 189 lines (max allowed is 150). 180
Errors Method length is 166 lines (max allowed is 150). 372
Errors '+' should be on a new line. 637

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

Violation Message Line
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors '(' is not followed by whitespace. 56
Errors ')' is not preceded with whitespace. 56
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84

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

Violation Message Line
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36