The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 2 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 2 | Error |
RightCurly
| 0 | Error |
LineLength
| 72 | Error |
MemberName | 0 | Error |
JavadocMethod
| 50 | Warning |
JavadocType
| 30 | Error |
JavadocVariable
| 4 | 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
| 21 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 1 | 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 | 10 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File length is 3,669 lines (max allowed is 2,000). | 1 | |
Line is longer than 120 characters. | 80 | |
Line is longer than 120 characters. | 643 | |
'7011' is a magic number. | 737 | |
'7012' is a magic number. | 752 | |
'8000' is a magic number. | 767 | |
'40' is a magic number. | 1315 | |
'39' is a magic number. | 1321 | |
Redundant 'final' modifier. | 1684 | |
'{' should be on a new line. | 1704 | |
')' is not preceded with whitespace. | 1707 | |
')' is not preceded with whitespace. | 1710 | |
'(' is not followed by whitespace. | 1712 | |
')' is not preceded with whitespace. | 1712 | |
'{' should be on a new line. | 1723 | |
Redundant throws: 'SecurityException' is unchecked exception. | 2616 | |
Expression can be simplified. | 2687 | |
Inner assignments should be avoided. | 3333 | |
Inner assignments should be avoided. | 3337 |
Violation | Message | Line |
---|---|---|
File length is 5,866 lines (max allowed is 2,000). | 1 | |
Unknown tag 'requiresDependencyResolution'. | 126 | |
Line is longer than 120 characters. | 153 | |
Line is longer than 120 characters. | 222 | |
Line is longer than 120 characters. | 418 | |
Line is longer than 120 characters. | 471 | |
Line is longer than 120 characters. | 531 | |
Line is longer than 120 characters. | 539 | |
Line is longer than 120 characters. | 554 | |
Line is longer than 120 characters. | 581 | |
Line is longer than 120 characters. | 592 | |
Line is longer than 120 characters. | 616 | |
Line is longer than 120 characters. | 618 | |
Line is longer than 120 characters. | 638 | |
Line is longer than 120 characters. | 660 | |
Line is longer than 120 characters. | 686 | |
Line is longer than 120 characters. | 718 | |
Line is longer than 120 characters. | 847 | |
Line is longer than 120 characters. | 851 | |
Line is longer than 120 characters. | 861 | |
Line is longer than 120 characters. | 871 | |
Line is longer than 120 characters. | 873 | |
Line is longer than 120 characters. | 931 | |
Line is longer than 120 characters. | 945 | |
Line is longer than 120 characters. | 973 | |
Line is longer than 120 characters. | 1056 | |
Line is longer than 120 characters. | 1085 | |
Line is longer than 120 characters. | 1088 | |
Line is longer than 120 characters. | 1127 | |
Line is longer than 120 characters. | 1129 | |
Line is longer than 120 characters. | 1141 | |
Line is longer than 120 characters. | 1151 | |
Line is longer than 120 characters. | 1225 | |
Line is longer than 120 characters. | 1227 | |
Line is longer than 120 characters. | 1246 | |
Line is longer than 120 characters. | 1248 | |
Line is longer than 120 characters. | 1271 | |
Line is longer than 120 characters. | 1307 | |
Line is longer than 120 characters. | 1318 | |
Line is longer than 120 characters. | 1332 | |
Line is longer than 120 characters. | 1348 | |
Line is longer than 120 characters. | 1385 | |
Line is longer than 120 characters. | 1415 | |
Line is longer than 120 characters. | 1424 | |
Line is longer than 120 characters. | 1458 | |
Line is longer than 120 characters. | 1484 | |
Line is longer than 120 characters. | 1486 | |
Line is longer than 120 characters. | 1497 | |
Line is longer than 120 characters. | 1527 | |
Line is longer than 120 characters. | 1592 | |
Missing a Javadoc comment. | 1717 | |
Method length is 185 lines (max allowed is 150). | 1840 | |
')' is not preceded with whitespace. | 2004 | |
')' is not preceded with whitespace. | 2008 | |
Expected @throws tag for 'MavenReportException'. | 2061 | |
Expected an @return tag. | 2151 | |
Expected @param tag for 'config'. | 2151 | |
Expected an @return tag. | 2160 | |
Expected @throws tag for 'MavenReportException'. | 2161 | |
Line is longer than 120 characters. | 2251 | |
Line is longer than 120 characters. | 2358 | |
Missing a Javadoc comment. | 2509 | |
Line is longer than 120 characters. | 2556 | |
'bootclasspathArtifacts' hides a field. | 2756 | |
'docletArtifacts' hides a field. | 2797 | |
'docletArtifact' hides a field. | 2800 | |
'tagletArtifact' hides a field. | 2857 | |
'taglets' hides a field. | 2868 | |
'taglet' hides a field. | 2869 | |
'links' hides a field. | 2907 | |
Line is longer than 120 characters. | 2917 | |
'groups' hides a field. | 2946 | |
Line is longer than 120 characters. | 2956 | |
'tags' hides a field. | 3103 | |
Line is longer than 120 characters. | 3151 | |
'links' hides a field. | 3907 | |
Line is longer than 120 characters. | 4067 | |
'resourcesArtifacts' hides a field. | 4085 | |
Line is longer than 120 characters. | 4587 | |
'groups' hides a field. | 4761 | |
'tags' hides a field. | 4795 | |
Line is longer than 120 characters. | 4881 | |
Line is longer than 120 characters. | 5110 | |
'1.3f' is a magic number. | 5487 | |
'1.4f' is a magic number. | 5487 | |
'1.4f' is a magic number. | 5491 | |
'1.5f' is a magic number. | 5491 | |
'1.5f' is a magic number. | 5495 | |
'1.6f' is a magic number. | 5495 | |
'1.6f' is a magic number. | 5499 | |
'1.7f' is a magic number. | 5499 | |
'1.7f' is a magic number. | 5503 | |
')' is not preceded with whitespace. | 5723 | |
Expected an @return tag. | 5770 | |
Expected an @return tag. | 5787 | |
Expected @throws tag for 'IOException'. | 5788 | |
Line is longer than 120 characters. | 5807 | |
Expected an @return tag. | 5829 | |
Expected @param tag for 'message'. | 5840 | |
Expected @param tag for 't'. | 5840 | |
Missing a Javadoc comment. | 5852 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 28 | |
Unknown tag 'phase'. | 29 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 28 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 28 | |
Unknown tag 'phase'. | 29 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 24 | |
Unknown tag 'goal'. | 29 | |
Unknown tag 'requiresDependencyResolution'. | 30 | |
Unknown tag 'execute'. | 31 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 45 | |
Unknown tag 'phase'. | 46 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 44 | |
Unknown tag 'execute'. | 45 | |
Missing a Javadoc comment. | 277 | |
'reportOutputDirectory' hides a field. | 283 | |
'destDir' hides a field. | 283 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 163 | |
Expected @param tag for 'f'. | 163 | |
Expected @param tag for 'pruned'. | 163 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 547 | |
Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 547 | |
Redundant throws: 'PatternSyntaxException' is unchecked exception. | 547 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 626 | |
Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 626 | |
Redundant throws: 'PatternSyntaxException' is unchecked exception. | 626 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 685 | |
Redundant throws: 'NoClassDefFoundError' is unchecked exception. | 811 | |
Redundant throws: 'NoSuchElementException' is unchecked exception. | 1443 | |
Missing a Javadoc comment. | 1592 | |
Expected an @return tag. | 1622 | |
Expected @param tag for 'collection'. | 1622 | |
Expected an @return tag. | 1630 | |
Expected @param tag for 'collection'. | 1630 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.plugin.javadoc.options.JavadocOptions. | 24 | |
Unknown tag 'goal'. | 40 | |
Unknown tag 'phase'. | 41 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 33 | |
Unknown tag 'goal'. | 38 | |
Unknown tag 'requiresDependencyResolution'. | 39 | |
Unknown tag 'execute'. | 40 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 40 | |
Unknown tag 'phase'. | 41 | |
Unknown tag 'requiresDependencyResolution'. | 42 | |
Line is longer than 120 characters. | 90 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 44 | |
Unknown tag 'execute'. | 45 | |
Unknown tag 'requiresDependencyResolution'. | 46 | |
Line is longer than 120 characters. | 87 | |
Line is longer than 120 characters. | 103 | |
'reportOutputDirectory' hides a field. | 220 | |
'destDir' hides a field. | 220 |
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 31 | |
Unknown tag 'phase'. | 32 |
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. | 36 | |
'(' is not followed by whitespace. | 36 | |
')' is not preceded with whitespace. | 36 | |
'(' is not followed by whitespace. | 38 | |
')' is not preceded with whitespace. | 38 | |
Missing a Javadoc comment. | 41 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 47 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 | |
'(' is not followed by whitespace. | 50 | |
')' is not preceded with whitespace. | 50 | |
'(' is not followed by whitespace. | 58 | |
')' is not preceded with whitespace. | 58 |
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 | |
'(' is not followed by whitespace. | 341 | |
')' is not preceded with whitespace. | 341 |
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 |