Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
13 13 54 91

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
6 Errors Error
RightCurly
  • option: "alone"
2 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4 Errors Error
MemberName 0 Errors Error
JavadocMethod 52 Warnings Warning
JavadocType 2 Errors Error
JavadocVariable 13 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"
13 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
59 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
1 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 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, 128, 256, 512, 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
  • protectedAllowed: "true"
1 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/toolchain/DefaultToolchain.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings 'type' hides a field. 70
Warnings Missing a Javadoc comment. 77
Errors '(' is not followed by whitespace. 77
Errors ')' is not preceded with whitespace. 77
Errors '{' should be on a new line. 77
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors '(' is not followed by whitespace. 90
Errors ')' is not preceded with whitespace. 90
Warnings Missing a Javadoc comment. 99
Errors '{' should be on a new line. 99

org/apache/maven/toolchain/DefaultToolchainManager.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - java.lang.reflect.InvocationTargetException. 27
Errors Unused import - java.util.Collections. 30
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 68
Errors '(' is not followed by whitespace. 71
Errors ')' is not preceded with whitespace. 71
Warnings Missing a Javadoc comment. 74
Errors Line is longer than 120 characters. 98
Errors '(' is not followed by whitespace. 98
Errors ')' is not preceded with whitespace. 98
Errors '(' is not followed by whitespace. 114
Errors ')' is not preceded with whitespace. 114
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Warnings Missing a Javadoc comment. 123
Errors '(' is not followed by whitespace. 126
Errors ')' is not preceded with whitespace. 126
Errors ')' is not preceded with whitespace. 127
Errors 'cast' is not followed by whitespace. 133
Errors '(' is not followed by whitespace. 139
Errors ')' is not preceded with whitespace. 139
Errors '(' is not followed by whitespace. 144
Errors ')' is not preceded with whitespace. 144
Errors '(' is not followed by whitespace. 148
Errors ')' is not preceded with whitespace. 148
Warnings Missing a Javadoc comment. 154
Errors '(' is not followed by whitespace. 154
Errors ')' is not preceded with whitespace. 154
Errors '{' should be on a new line. 154
Errors '(' is not followed by whitespace. 158
Errors ')' is not preceded with whitespace. 158
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors '}' should be alone on a line. 160
Errors '(' is not followed by whitespace. 160
Errors ')' is not preceded with whitespace. 160
Warnings Missing a Javadoc comment. 167
Errors '(' is not followed by whitespace. 169
Errors ')' is not preceded with whitespace. 169
Errors '(' is not followed by whitespace. 175
Errors ')' is not preceded with whitespace. 175
Errors '(' is not followed by whitespace. 176
Errors ')' is not preceded with whitespace. 176
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 193
Warnings Missing a Javadoc comment. 199
Errors '(' is not followed by whitespace. 221
Errors ')' is not preceded with whitespace. 221
Errors '(' is not followed by whitespace. 227
Errors ')' is not preceded with whitespace. 227
Errors Empty catch block. 228

org/apache/maven/toolchain/MisconfiguredToolchainException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35

org/apache/maven/toolchain/RequirementMatcher.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 29

org/apache/maven/toolchain/RequirementMatcherFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 68
Errors Variable 'version' must be private and have accessor methods. 68
Warnings Missing a Javadoc comment. 70
Errors '(' is not followed by whitespace. 72
Errors ')' is not preceded with whitespace. 72
Warnings Missing a Javadoc comment. 75
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79
Errors '(' is not followed by whitespace. 80
Errors ')' is not preceded with whitespace. 80
Errors '{' should be on a new line. 80
Errors '(' is not followed by whitespace. 81
Errors ')' is not preceded with whitespace. 81
Errors '}' should be alone on a line. 82
Errors '{' should be on a new line. 82
Errors '(' is not followed by whitespace. 83
Errors ')' is not preceded with whitespace. 83
Errors '(' is not followed by whitespace. 86
Errors ')' is not preceded with whitespace. 86

org/apache/maven/toolchain/Toolchain.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 30

org/apache/maven/toolchain/ToolchainFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 31
Warnings Expected an @return tag. 36
Warnings Expected @param tag for 'model'. 36
Warnings Expected @throws tag for 'MisconfiguredToolchainException'. 37
Warnings Expected an @return tag. 44

org/apache/maven/toolchain/ToolchainManager.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 32
Warnings Expected an @return tag. 38
Warnings Expected @param tag for 'type'. 38
Warnings Expected @param tag for 'context'. 39

org/apache/maven/toolchain/ToolchainManagerPrivate.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 32
Warnings Expected an @return tag. 37
Warnings Expected @param tag for 'type'. 37
Warnings Expected @throws tag for 'MisconfiguredToolchainException'. 38
Warnings Expected @param tag for 'toolchain'. 43
Warnings Expected @param tag for 'context'. 44

org/apache/maven/toolchain/ToolchainPrivate.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected an @return tag. 39
Errors ')' is not preceded with whitespace. 39
Warnings Missing a Javadoc comment. 41

org/apache/maven/toolchain/java/DefaultJavaToolChain.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 73
Errors '(' is not followed by whitespace. 79
Errors ')' is not preceded with whitespace. 79

org/apache/maven/toolchain/java/DefaultJavaToolchainFactory.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 47
Errors '(' is not followed by whitespace. 50
Errors ')' is not preceded with whitespace. 50
Errors '{' should be on a new line. 50
Errors ')' is not preceded with whitespace. 53
Errors Line is longer than 120 characters. 58
Errors Line is longer than 120 characters. 67
Errors Line is longer than 120 characters. 80
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 108
Warnings 'logger' hides a field. 108

org/apache/maven/toolchain/java/JavaToolChain.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1