Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
3 2 2 55

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
5 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
2 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
2 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
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 8 Errors Error
ParenPad
  • option: "space"
2 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 39 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"
0 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/repository/BundleCreateMojo.java

Violation Message Line
Infos Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 88
Errors '+' should be on a new line. 122
Errors Line is longer than 120 characters. 123
Errors '+' should be on a new line. 123
Errors '+' should be on a new line. 124
Errors '<' is not preceded with whitespace. 165
Errors '<' is not followed by whitespace. 165
Errors '>' is not preceded with whitespace. 165

org/apache/maven/plugins/repository/BundlePackMojo.java

Violation Message Line
Infos Missing a Javadoc comment. 63
Errors Method length is 201 lines (max allowed is 150). 160
Warnings Missing a Javadoc comment. 160
Errors '<' is not preceded with whitespace. 219
Errors '<' is not followed by whitespace. 219
Errors '>' is not preceded with whitespace. 219
Errors '+' should be on a new line. 234
Errors Line is longer than 120 characters. 235
Errors '+' should be on a new line. 235
Errors '+' should be on a new line. 236
Errors '<' is not preceded with whitespace. 315
Errors '<' is not followed by whitespace. 315
Errors '>' is not preceded with whitespace. 315

org/apache/maven/plugins/repository/BundleUtils.java

Violation Message Line
Errors Line is longer than 120 characters. 42
Errors '<' is not preceded with whitespace. 42
Errors '<' is not followed by whitespace. 42
Errors '>' is not preceded with whitespace. 42
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '>' is not followed by whitespace. 54
Errors Line is longer than 120 characters. 68
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors '>' is not followed by whitespace. 86
Errors '<' is not preceded with whitespace. 107
Errors '<' is not followed by whitespace. 107
Errors '>' is not preceded with whitespace. 107
Errors '<' is not preceded with whitespace. 107
Errors '<' is not followed by whitespace. 107
Errors '>' is not preceded with whitespace. 107
Errors '<' is not preceded with whitespace. 110
Errors '<' is not followed by whitespace. 110
Errors '>' is not preceded with whitespace. 110
Errors '<' is not preceded with whitespace. 110
Errors '<' is not followed by whitespace. 110
Errors '>' is not preceded with whitespace. 110
Errors '>' is not followed by whitespace. 110
Errors 'while' is not followed by whitespace. 117
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors '+' should be on a new line. 129
Errors '+' should be on a new line. 130
Errors Line is longer than 120 characters. 141
Errors 'for' is not followed by whitespace. 161
Errors '-' is not followed by whitespace. 169