The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
Translation | 0 | Error |
FileLength | 0 | Error |
RegexpHeader
|
1 | Error |
FileTabCharacter
|
0 | Error |
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
3 | Error |
MemberName | 0 | Error |
JavadocMethod
|
26 | Warning |
JavadocType
|
7 | Error |
JavadocVariable
|
2 | 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 | 1 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 2 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
4 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Severity | Message | Line |
---|---|---|
Error | Missing a Javadoc comment. | 22 |
Warning | Missing a Javadoc comment. | 26 |
Warning | Missing a Javadoc comment. | 31 |
Severity | Message | Line |
---|---|---|
Error | Missing a Javadoc comment. | 25 |
Error | Line is longer than 120 characters (found 127). | 28 |
Warning | Missing a Javadoc comment. | 28 |
Error | Redundant 'public' modifier. | 28 |
Error | Line is longer than 120 characters (found 131). | 30 |
Warning | Missing a Javadoc comment. | 30 |
Error | Redundant 'public' modifier. | 30 |
Severity | Message | Line |
---|---|---|
Error | Line does not match expected header line of '^/\*\s*$'. | 3 |
Error | Missing a Javadoc comment. | 24 |
Warning | Missing a Javadoc comment. | 31 |
Warning | Missing a Javadoc comment. | 36 |
Warning | 'version' hides a field. | 36 |
Warning | Missing a Javadoc comment. | 42 |
Warning | Missing a Javadoc comment. | 47 |
Warning | 'metaData' hides a field. | 47 |
Severity | Message | Line |
---|---|---|
Error | Missing a Javadoc comment. | 22 |
Warning | Missing a Javadoc comment. | 26 |
Warning | Missing a Javadoc comment. | 31 |
Warning | 'version' hides a field. | 31 |
Severity | Message | Line |
---|---|---|
Warning | 'version' hides a field. | 72 |
Severity | Message | Line |
---|---|---|
Error | Unused import - org.apache.maven.artifact.versioning.ArtifactVersion. | 28 |
Error | Missing a Javadoc comment. | 31 |
Info | Missing a Javadoc comment. | 72 |
Info | Missing a Javadoc comment. | 85 |
Error | Line is longer than 120 characters (found 122). | 91 |
Warning | Missing a Javadoc comment. | 95 |
Warning | Missing a Javadoc comment. | 152 |
Warning | Missing a Javadoc comment. | 157 |
Warning | Missing a Javadoc comment. | 162 |
Warning | Expected an @return tag. | 204 |
Warning | Expected @param tag for 'digits'. | 204 |
Warning | Missing a Javadoc comment. | 224 |
Warning | Missing a Javadoc comment. | 229 |
Warning | Missing a Javadoc comment. | 234 |
Warning | Missing a Javadoc comment. | 239 |
Warning | Missing a Javadoc comment. | 244 |
Warning | Missing a Javadoc comment. | 249 |
Warning | Expected an @return tag. | 258 |
Warning | Expected @param tag for 'other'. | 258 |
Error | Redundant throws: 'VersionComparisonConflictException' is unchecked exception. | 259 |