The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 2 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 31 | Error |
MemberName | 0 | Error |
JavadocMethod
| 53 | Warning |
JavadocType
| 3 | Error |
JavadocVariable
| 6 | 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 | 1 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 12 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 19 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 2 | Error |
MagicNumber
| 14 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 11 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File length is 3,715 lines (max allowed is 2,000). | 1 | |
Line is longer than 120 characters. | 83 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 204 | |
'7011' is a magic number. | 781 | |
'7012' is a magic number. | 796 | |
'8000' is a magic number. | 811 | |
'40' is a magic number. | 1360 | |
'39' is a magic number. | 1366 | |
Line is longer than 120 characters. | 1978 | |
Redundant throws: 'SecurityException' is unchecked exception. | 2658 | |
Inner assignments should be avoided. | 3367 | |
Inner assignments should be avoided. | 3371 |
Violation | Message | Line |
---|---|---|
File length is 5,918 lines (max allowed is 2,000). | 1 | |
Line is longer than 120 characters. | 157 | |
Line is longer than 120 characters. | 436 | |
Line is longer than 120 characters. | 558 | |
Line is longer than 120 characters. | 573 | |
Line is longer than 120 characters. | 600 | |
Line is longer than 120 characters. | 611 | |
Line is longer than 120 characters. | 635 | |
Line is longer than 120 characters. | 852 | |
Line is longer than 120 characters. | 912 | |
Line is longer than 120 characters. | 1049 | |
Line is longer than 120 characters. | 1141 | |
Line is longer than 120 characters. | 1362 | |
'(' is not followed by whitespace. | 1668 | |
')' is not preceded with whitespace. | 1668 | |
Missing a Javadoc comment. | 1708 | |
Method length is 215 lines (max allowed is 150). | 1834 | |
Expected @throws tag for 'MavenReportException'. | 2060 | |
Line is longer than 120 characters. | 2070 | |
Expected @throws tag for 'MavenReportException'. | 2085 | |
Line is longer than 120 characters. | 2141 | |
Expected an @return tag. | 2175 | |
Expected @param tag for 'config'. | 2175 | |
Expected an @return tag. | 2184 | |
Expected @throws tag for 'MavenReportException'. | 2185 | |
Missing a Javadoc comment. | 2532 | |
'bootclasspathArtifacts' hides a field. | 2779 | |
'docletArtifacts' hides a field. | 2820 | |
'docletArtifact' hides a field. | 2823 | |
'tagletArtifact' hides a field. | 2879 | |
'taglets' hides a field. | 2889 | |
'taglet' hides a field. | 2890 | |
'links' hides a field. | 2928 | |
'groups' hides a field. | 2968 | |
'tags' hides a field. | 3126 | |
Line is longer than 120 characters. | 3517 | |
Line is longer than 120 characters. | 3555 | |
Line is longer than 120 characters. | 3567 | |
'links' hides a field. | 3921 | |
'resourcesArtifacts' hides a field. | 4100 | |
'groups' hides a field. | 4760 | |
'tags' hides a field. | 4795 | |
Line is longer than 120 characters. | 5163 | |
Line is longer than 120 characters. | 5499 | |
'1.3f' is a magic number. | 5539 | |
'1.4f' is a magic number. | 5539 | |
'1.4f' is a magic number. | 5543 | |
'1.5f' is a magic number. | 5543 | |
'1.5f' is a magic number. | 5547 | |
'1.6f' is a magic number. | 5547 | |
'1.6f' is a magic number. | 5551 | |
'1.7f' is a magic number. | 5551 | |
'1.7f' is a magic number. | 5555 | |
Expected an @return tag. | 5821 | |
Expected an @return tag. | 5838 | |
Expected @throws tag for 'IOException'. | 5839 | |
Expected an @return tag. | 5881 | |
Expected @param tag for 'message'. | 5892 | |
Expected @param tag for 't'. | 5892 | |
Missing a Javadoc comment. | 5904 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 29 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 52 | |
Redundant throws: 'ArchiverException' is unchecked exception. | 243 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 281 | |
'reportOutputDirectory' hides a field. | 287 | |
'destDir' hides a field. | 287 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 170 | |
Expected @param tag for 'f'. | 170 | |
Expected @param tag for 'pruned'. | 170 | |
Expected @param tag for 'sourceFileIncludes'. | 530 | |
Expected @param tag for 'sourceFileExcludes'. | 531 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 577 | |
Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 577 | |
Redundant throws: 'PatternSyntaxException' is unchecked exception. | 577 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 656 | |
Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 656 | |
Redundant throws: 'PatternSyntaxException' is unchecked exception. | 656 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 715 | |
Redundant throws: 'NoClassDefFoundError' is unchecked exception. | 841 | |
Redundant throws: 'NoSuchElementException' is unchecked exception. | 1473 | |
Missing a Javadoc comment. | 1622 | |
Expected an @return tag. | 1652 | |
Expected @param tag for 'collection'. | 1652 | |
Expected an @return tag. | 1660 | |
Expected @param tag for 'collection'. | 1660 | |
'(' is not followed by whitespace. | 1830 | |
')' is not preceded with whitespace. | 1830 | |
'(' is not followed by whitespace. | 1831 | |
')' is not preceded with whitespace. | 1831 | |
'(' is not followed by whitespace. | 1838 | |
')' is not preceded with whitespace. | 1838 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.plugin.javadoc.options.JavadocOptions. | 24 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 37 | |
')' is not preceded with whitespace. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 45 | |
')' is not preceded with whitespace. | 45 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 52 | |
'reportOutputDirectory' hides a field. | 222 | |
'destDir' hides a field. | 222 |
Violation | Message | Line |
---|---|---|
')' is not preceded with whitespace. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 111 | |
Line is longer than 120 characters. | 166 | |
Line is longer than 120 characters. | 178 | |
Line is longer than 120 characters. | 182 | |
Line is longer than 120 characters. | 211 | |
Line is longer than 120 characters. | 216 | |
Line is longer than 120 characters. | 279 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 61 | |
More than 7 parameters. | 61 | |
Missing a Javadoc comment. | 77 | |
'filter' hides a field. | 77 | |
Missing a Javadoc comment. | 83 | |
'reactorProjects' hides a field. | 83 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 168 |