The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 1 | Error |
LineLength
| 4 | Error |
MemberName | 0 | Error |
JavadocMethod
| 40 | Warning |
JavadocType
| 3 | 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 |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 7 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 7 | 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 |
---|---|---|
Unknown tag 'goal'. | 66 | |
Unknown tag 'requiresDependencyResolution'. | 68 | |
'static' modifier out of order with the JLS suggestions. | 76 | |
'static' modifier out of order with the JLS suggestions. | 81 | |
'static' modifier out of order with the JLS suggestions. | 86 | |
'static' modifier out of order with the JLS suggestions. | 91 | |
'static' modifier out of order with the JLS suggestions. | 101 | |
'static' modifier out of order with the JLS suggestions. | 106 | |
Expected @throws tag for 'MojoExecutionException'. | 233 | |
'}' should be alone on a line. | 353 | |
Expected @param tag for 'artifacts'. | 382 | |
Expected @param tag for 'antProject'. | 382 | |
Expected @throws tag for 'DependencyResolutionRequiredException'. | 383 | |
Expected @param tag for 'mavenProject'. | 414 | |
Expected @param tag for 'antProject'. | 414 | |
'(' is not followed by whitespace. | 428 | |
')' is not preceded with whitespace. | 432 | |
Line is longer than 120 characters. | 434 | |
Line is longer than 120 characters. | 438 | |
'+' is not followed by whitespace. | 508 | |
'+' is not followed by whitespace. | 508 | |
Line is longer than 120 characters. | 509 | |
Expected @param tag for 'artifact'. | 530 | |
Missing a Javadoc comment. | 548 | |
'+' is not followed by whitespace. | 596 | |
Missing a Javadoc comment. | 629 | |
Line is longer than 120 characters. | 668 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |