The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
7 | 1 | 40 | 20 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
1 | Error |
MemberName | 0 | Error |
JavadocMethod
|
40 | Warning |
JavadocType
|
1 | Error |
JavadocVariable
|
1 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
6 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 5 | Error |
ModifierOrder | 7 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
0 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 135 | |
Expected @param tag for 'prefix'. | 147 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 167 | |
Expected an @return tag. | 178 | |
Expected @param tag for 'artifacts'. | 178 |
Violation | Message | Line |
---|---|---|
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
')' is not preceded with whitespace. | 56 | |
')' is not preceded with whitespace. | 60 | |
')' is not preceded with whitespace. | 64 | |
')' is not preceded with whitespace. | 68 | |
')' is not preceded with whitespace. | 72 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'types'. | 42 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Expected @param tag for 'from'. | 71 | |
Expected @param tag for 'to'. | 82 | |
Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
'static' modifier out of order with the JLS suggestions. | 72 | |
'static' modifier out of order with the JLS suggestions. | 77 | |
'static' modifier out of order with the JLS suggestions. | 82 | |
'static' modifier out of order with the JLS suggestions. | 87 | |
'static' modifier out of order with the JLS suggestions. | 97 | |
'static' modifier out of order with the JLS suggestions. | 102 | |
Expected @throws tag for 'MojoExecutionException'. | 202 | |
Expected @param tag for 'artifacts'. | 309 | |
Expected @param tag for 'antProject'. | 309 | |
Expected @throws tag for 'DependencyResolutionRequiredException'. | 310 | |
Expected @param tag for 'mavenProject'. | 341 | |
Expected @param tag for 'antProject'. | 341 | |
'(' is not followed by whitespace. | 355 | |
Line is longer than 120 characters. | 362 | |
Expected @param tag for 'artifact'. | 421 | |
Missing a Javadoc comment. | 439 | |
'+' is not followed by whitespace. | 487 | |
Missing a Javadoc comment. | 520 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |