The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
66 | 66 | 386 | 346 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
99 | Error |
MemberName | 0 | Error |
JavadocMethod
|
371 | Warning |
JavadocType
|
26 | Error |
JavadocVariable
|
66 | Info |
ConstantName | 2 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
4 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
FileLength | 1 | Error |
MethodLength | 8 | Error |
ParameterNumber | 5 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 54 | Error |
ParenPad
|
37 | Error |
TabCharacter | 1 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 92 | 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
|
15 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
12 | 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. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a header - not enough lines in file. | 1 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
Missing a header - not enough lines in file. | 1 | |
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 120 characters. | 373 | |
'54' is a magic number. | 424 | |
'60000L' is a magic number. | 454 | |
'3600000L' is a magic number. | 457 | |
'+' should be on a new line. | 499 | |
Line is longer than 120 characters. | 520 | |
Expected an @return tag. | 574 | |
Expected @param tag for 'pom'. | 574 | |
Expected @param tag for 'localRepository'. | 574 | |
Expected @param tag for 'settings'. | 574 | |
Expected @param tag for 'userProperties'. | 575 | |
Expected @param tag for 'globalProfileManager'. | 575 | |
Expected @throws tag for 'ProjectBuildingException'. | 576 | |
Expected @throws tag for 'ArtifactResolutionException'. | 576 | |
Expected @throws tag for 'ProfileActivationException'. | 576 | |
Missing a Javadoc comment. | 592 | |
'+' should be on a new line. | 599 | |
Missing a Javadoc comment. | 616 | |
Line is longer than 120 characters. | 621 | |
Method length is 218 lines (max allowed is 150). | 630 | |
'(' is not followed by whitespace. | 696 | |
')' is not preceded with whitespace. | 696 | |
Line is longer than 120 characters. | 698 | |
'+' is not preceded with whitespace. | 698 | |
'+' is not followed by whitespace. | 698 | |
':' is not preceded with whitespace. | 799 | |
Line is longer than 120 characters. | 837 | |
Line is longer than 120 characters. | 866 | |
Missing a Javadoc comment. | 877 | |
Missing a Javadoc comment. | 887 | |
Missing a Javadoc comment. | 900 | |
Missing a Javadoc comment. | 920 | |
Missing a Javadoc comment. | 974 | |
Missing a Javadoc comment. | 1026 | |
Missing a Javadoc comment. | 1045 | |
Missing a Javadoc comment. | 1050 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Redundant 'static' modifier. | 31 | |
Missing a Javadoc comment. | 33 | |
Name 'POMv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Missing a Javadoc comment. | 35 | |
Name 'RELEASE_POMv4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 120 characters. | 55 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 120 characters. | 18 | |
Line is longer than 120 characters. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
'+' should be on a new line. | 47 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Expected @param tag for 'transferEvent'. | 67 | |
Expected @param tag for 'transferEvent'. | 75 | |
Expected @param tag for 'buffer'. | 75 | |
Expected @param tag for 'length'. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 111 | |
Expected @param tag for 'message'. | 124 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 120 characters. | 136 | |
Line is longer than 120 characters. | 157 | |
Line is longer than 120 characters. | 188 | |
Line is longer than 120 characters. | 211 | |
Line is longer than 120 characters. | 216 | |
Missing a Javadoc comment. | 220 | |
Line is longer than 120 characters. | 276 | |
Missing a Javadoc comment. | 344 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 120 characters. | 110 | |
Missing a Javadoc comment. | 118 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'args'. | 96 | |
Expected an @return tag. | 108 | |
Method length is 274 lines (max allowed is 150). | 108 | |
Expected @param tag for 'args'. | 108 | |
Expected @param tag for 'classWorld'. | 108 | |
Line is longer than 120 characters. | 227 | |
Line is longer than 120 characters. | 241 | |
Line is longer than 120 characters. | 297 | |
'=' is not preceded with whitespace. | 305 | |
'=' is not followed by whitespace. | 305 | |
'+' should be on a new line. | 416 | |
'||' should be on a new line. | 459 | |
More than 7 parameters. | 499 | |
Line is longer than 120 characters. | 567 | |
'embedder' hides a field. | 601 | |
Line is longer than 120 characters. | 658 | |
'+' should be on a new line. | 709 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 120 characters. | 39 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
'>' is not followed by whitespace. | 44 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
'>' is not followed by whitespace. | 50 | |
'<' 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. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 80 | |
More than 7 parameters. | 80 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 176 | |
'pomFilename' hides a field. | 176 | |
Missing a Javadoc comment. | 181 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 228 | |
Missing a Javadoc comment. | 233 | |
Missing a Javadoc comment. | 238 | |
Missing a Javadoc comment. | 243 | |
Missing a Javadoc comment. | 248 | |
Missing a Javadoc comment. | 253 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 68 | |
More than 7 parameters. | 68 | |
Line is longer than 120 characters. | 72 | |
Missing a Javadoc comment. | 75 | |
More than 7 parameters. | 75 | |
Line is longer than 120 characters. | 77 | |
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. | 129 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 | |
'<' is not preceded with whitespace. | 163 | |
'<' is not followed by whitespace. | 163 | |
'>' is not preceded with whitespace. | 163 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 188 | |
Expected an @return tag. | 196 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 207 | |
Expected an @return tag. | 216 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 123 | |
'||' should be on a new line. | 130 | |
'+' should be on a new line. | 137 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 147 | |
'&&' should be on a new line. | 166 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 206 | |
'<' is not preceded with whitespace. | 206 | |
'<' is not followed by whitespace. | 206 | |
'>' is not preceded with whitespace. | 206 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 221 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 236 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 97 | |
'+' should be on a new line. | 120 | |
Line is longer than 120 characters. | 140 | |
'+' should be on a new line. | 239 | |
Missing a Javadoc comment. | 268 | |
'<' is not preceded with whitespace. | 272 | |
'<' is not followed by whitespace. | 272 | |
'>' is not preceded with whitespace. | 272 | |
Missing a Javadoc comment. | 285 | |
'<' is not preceded with whitespace. | 286 | |
'<' is not followed by whitespace. | 286 | |
'>' is not preceded with whitespace. | 286 | |
'<' is not preceded with whitespace. | 288 | |
'<' is not followed by whitespace. | 288 | |
'>' is not preceded with whitespace. | 288 | |
'<' is not preceded with whitespace. | 288 | |
'<' is not followed by whitespace. | 288 | |
'>' is not preceded with whitespace. | 288 | |
'>' is not followed by whitespace. | 288 | |
Missing a Javadoc comment. | 316 | |
Line is longer than 120 characters. | 365 | |
'catch' is not followed by whitespace. | 371 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 |
Violation | Message | Line |
---|---|---|
File length is 2,063 lines (max allowed is 2,000). | 1 | |
Expected @param tag for 'session'. | 131 | |
Expected @param tag for 'rm'. | 131 | |
Expected @param tag for 'dispatcher'. | 131 | |
Expected @throws tag for 'BuildFailureException'. | 132 | |
Expected @throws tag for 'LifecycleExecutionException'. | 132 | |
'<' is not preceded with whitespace. | 187 | |
'<' is not followed by whitespace. | 187 | |
'>' is not preceded with whitespace. | 187 | |
'<' is not preceded with whitespace. | 187 | |
'<' is not followed by whitespace. | 187 | |
'>' is not preceded with whitespace. | 187 | |
'>' is not followed by whitespace. | 187 | |
Line is longer than 120 characters. | 231 | |
Line is longer than 120 characters. | 284 | |
Line is longer than 120 characters. | 380 | |
More than 7 parameters. | 380 | |
Line is longer than 120 characters. | 381 | |
Line is longer than 120 characters. | 409 | |
Line is longer than 120 characters. | 426 | |
Line is longer than 120 characters. | 549 | |
Line is longer than 120 characters. | 564 | |
Line is longer than 120 characters. | 573 | |
Method length is 152 lines (max allowed is 150). | 573 | |
Line is longer than 120 characters. | 583 | |
Line is longer than 120 characters. | 663 | |
Line is longer than 120 characters. | 674 | |
'+' should be on a new line. | 698 | |
Line is longer than 120 characters. | 728 | |
Line is longer than 120 characters. | 753 | |
Line is longer than 120 characters. | 766 | |
Line is longer than 120 characters. | 770 | |
'+' should be on a new line. | 770 | |
Line is longer than 120 characters. | 788 | |
Line is longer than 120 characters. | 795 | |
Line is longer than 120 characters. | 824 | |
Line is longer than 120 characters. | 832 | |
Line is longer than 120 characters. | 862 | |
'&&' should be on a new line. | 874 | |
Line is longer than 120 characters. | 904 | |
Line is longer than 120 characters. | 912 | |
Line is longer than 120 characters. | 936 | |
Line is longer than 120 characters. | 970 | |
Line is longer than 120 characters. | 984 | |
Line is longer than 120 characters. | 1014 | |
Line is longer than 120 characters. | 1042 | |
Method length is 169 lines (max allowed is 150). | 1042 | |
Line is longer than 120 characters. | 1114 | |
Line is longer than 120 characters. | 1211 | |
Line is longer than 120 characters. | 1270 | |
Line is longer than 120 characters. | 1288 | |
'+' should be on a new line. | 1321 | |
'+' should be on a new line. | 1322 | |
Line is longer than 120 characters. | 1340 | |
Line is longer than 120 characters. | 1387 | |
'+' should be on a new line. | 1409 | |
Line is longer than 120 characters. | 1422 | |
Line is longer than 120 characters. | 1458 | |
'<' is not preceded with whitespace. | 1458 | |
'<' is not followed by whitespace. | 1458 | |
'>' is not preceded with whitespace. | 1458 | |
'<' is not preceded with whitespace. | 1461 | |
'<' is not followed by whitespace. | 1461 | |
'>' is not preceded with whitespace. | 1461 | |
'<' is not preceded with whitespace. | 1461 | |
'<' is not followed by whitespace. | 1461 | |
'>' is not preceded with whitespace. | 1461 | |
'>' is not followed by whitespace. | 1461 | |
'+' should be on a new line. | 1482 | |
Line is longer than 120 characters. | 1498 | |
Line is longer than 120 characters. | 1508 | |
Line is longer than 120 characters. | 1574 | |
Line is longer than 120 characters. | 1616 | |
Line is longer than 120 characters. | 1656 | |
'+' should be on a new line. | 1688 | |
Line is longer than 120 characters. | 1689 | |
Line is longer than 120 characters. | 1698 | |
Line is longer than 120 characters. | 1743 | |
'+' should be on a new line. | 1760 | |
'+' should be on a new line. | 1761 | |
'+' should be on a new line. | 1828 | |
Missing a Javadoc comment. | 1890 | |
Missing a Javadoc comment. | 1895 | |
'+' should be on a new line. | 1913 | |
'+' should be on a new line. | 1914 | |
Missing a Javadoc comment. | 1987 | |
Missing a Javadoc comment. | 1997 | |
Line is longer than 120 characters. | 2009 | |
Line is longer than 120 characters. | 2022 | |
Line is longer than 120 characters. | 2035 | |
Line is longer than 120 characters. | 2044 | |
Line is longer than 120 characters. | 2049 | |
Missing a Javadoc comment. | 2058 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'phase'. | 51 | |
Expected an @return tag. | 59 | |
Expected an @return tag. | 67 | |
Expected @param tag for 'id'. | 82 | |
Expected @param tag for 'phases'. | 92 | |
Missing a Javadoc comment. | 97 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Expected an @return tag. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 46 | |
Expected an @return tag. | 54 | |
Expected @param tag for 'id'. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 126 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.wagon.Wagon. | 64 | |
Unused import - org.codehaus.plexus.component.repository.ComponentDescriptor. | 76 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 153 | |
'&&' should be on a new line. | 250 | |
Missing a Javadoc comment. | 298 | |
Line is longer than 120 characters. | 314 | |
Line is longer than 120 characters. | 336 | |
Line is longer than 120 characters. | 337 | |
Line is longer than 120 characters. | 338 | |
Method length is 158 lines (max allowed is 150). | 402 | |
Missing a Javadoc comment. | 402 | |
'+' should be on a new line. | 414 | |
'+' should be on a new line. | 421 | |
Line is longer than 120 characters. | 443 | |
Missing a Javadoc comment. | 567 | |
Missing a Javadoc comment. | 588 | |
'while' is not followed by whitespace. | 662 | |
'(' is not followed by whitespace. | 662 | |
Line is longer than 120 characters. | 670 | |
'+' should be on a new line. | 674 | |
Line is longer than 120 characters. | 675 | |
Line is longer than 120 characters. | 717 | |
Method length is 164 lines (max allowed is 150). | 729 | |
'+' should be on a new line. | 751 | |
'+' should be on a new line. | 857 | |
Line is longer than 120 characters. | 877 | |
Missing a Javadoc comment. | 899 | |
'&&' should be on a new line. | 928 | |
Line is longer than 120 characters. | 949 | |
'+' should be on a new line. | 1037 | |
Missing a Javadoc comment. | 1303 | |
Line is longer than 120 characters. | 1369 | |
Line is longer than 120 characters. | 1375 | |
Line is longer than 120 characters. | 1382 | |
Missing a Javadoc comment. | 1431 | |
Missing a Javadoc comment. | 1454 | |
Missing a Javadoc comment. | 1462 | |
'artifactResolver' hides a field. | 1472 | |
'artifactFactory' hides a field. | 1474 | |
'(' is not followed by whitespace. | 1507 | |
')' is not preceded with whitespace. | 1507 | |
'(' is not followed by whitespace. | 1512 | |
')' is not preceded with whitespace. | 1512 | |
'(' is not followed by whitespace. | 1514 | |
')' is not preceded with whitespace. | 1514 | |
'(' is not followed by whitespace. | 1534 | |
')' is not preceded with whitespace. | 1534 | |
'(' is not followed by whitespace. | 1538 | |
')' is not preceded with whitespace. | 1538 | |
'(' is not followed by whitespace. | 1542 | |
')' is not preceded with whitespace. | 1542 | |
'(' is not followed by whitespace. | 1545 | |
')' is not preceded with whitespace. | 1545 | |
'&&' should be on a new line. | 1545 | |
')' is not preceded with whitespace. | 1546 | |
'&&' should be on a new line. | 1546 | |
')' is not preceded with whitespace. | 1547 | |
')' is not preceded with whitespace. | 1547 | |
Line is longer than 120 characters. | 1552 | |
'+' is not preceded with whitespace. | 1552 | |
'+' is not preceded with whitespace. | 1552 | |
'+' is not followed by whitespace. | 1552 | |
'artifactResolver' hides a field. | 1572 | |
Missing a Javadoc comment. | 1586 | |
Missing a Javadoc comment. | 1598 | |
'<' is not preceded with whitespace. | 1607 | |
'<' is not followed by whitespace. | 1607 | |
'>' is not preceded with whitespace. | 1607 | |
'<' is not preceded with whitespace. | 1608 | |
'<' is not followed by whitespace. | 1608 | |
'>' is not preceded with whitespace. | 1608 | |
'<' is not preceded with whitespace. | 1608 | |
'<' is not followed by whitespace. | 1608 | |
'>' is not preceded with whitespace. | 1608 | |
'>' is not followed by whitespace. | 1608 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.Collections. | 32 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
'+' should be on a new line. | 170 | |
Line is longer than 120 characters. | 171 | |
'+' should be on a new line. | 171 | |
Missing a Javadoc comment. | 262 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Expected an @return tag. | 63 | |
Expected @param tag for 'plugin'. | 63 | |
Expected @param tag for 'project'. | 63 | |
Expected @param tag for 'settings'. | 63 | |
Expected @param tag for 'localRepository'. | 64 | |
Expected @throws tag for 'ArtifactResolutionException'. | 65 | |
Expected @throws tag for 'PluginVersionResolutionException'. | 65 | |
Expected @throws tag for 'ArtifactNotFoundException'. | 65 | |
Expected @throws tag for 'InvalidVersionSpecificationException'. | 66 | |
Expected @throws tag for 'InvalidPluginException'. | 66 | |
Expected @throws tag for 'PluginManagerException'. | 66 | |
Expected @throws tag for 'PluginNotFoundException'. | 66 | |
Expected @throws tag for 'PluginVersionNotFoundException'. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Expected an @return tag. | 83 | |
Expected @param tag for 'plugin'. | 83 | |
Expected @param tag for 'project'. | 83 | |
Expected @param tag for 'session'. | 83 | |
Expected @throws tag for 'ArtifactResolutionException'. | 84 | |
Expected @throws tag for 'PluginVersionResolutionException'. | 84 | |
Expected @throws tag for 'ArtifactNotFoundException'. | 84 | |
Expected @throws tag for 'InvalidVersionSpecificationException'. | 85 | |
Expected @throws tag for 'InvalidPluginException'. | 85 | |
Expected @throws tag for 'PluginManagerException'. | 85 | |
Expected @throws tag for 'PluginNotFoundException'. | 85 | |
Expected @throws tag for 'PluginVersionNotFoundException'. | 86 | |
Expected an @return tag. | 91 | |
Expected @param tag for 'plugin'. | 91 | |
Expected @param tag for 'project'. | 91 | |
Expected @param tag for 'session'. | 91 | |
Expected @throws tag for 'ArtifactResolutionException'. | 92 | |
Expected @throws tag for 'PluginVersionResolutionException'. | 92 | |
Expected @throws tag for 'ArtifactNotFoundException'. | 92 | |
Expected @throws tag for 'InvalidVersionSpecificationException'. | 93 | |
Expected @throws tag for 'InvalidPluginException'. | 93 | |
Expected @throws tag for 'PluginManagerException'. | 93 | |
Expected @throws tag for 'PluginNotFoundException'. | 93 | |
Expected @throws tag for 'PluginVersionNotFoundException'. | 94 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
',' is not followed by whitespace. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
'+' should be on a new line. | 74 | |
'+' should be on a new line. | 75 | |
Missing a Javadoc comment. | 101 | |
'mojo' hides a field. | 106 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 77 | |
'basedir' hides a field. | 91 | |
Method length is 226 lines (max allowed is 150). | 112 | |
Missing a Javadoc comment. | 112 | |
'+' should be on a new line. | 161 | |
'+' should be on a new line. | 162 | |
'+' should be on a new line. | 167 | |
'+' should be on a new line. | 168 | |
'(' is not followed by whitespace. | 188 | |
'(' is not followed by whitespace. | 188 | |
')' is not preceded with whitespace. | 188 | |
')' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 190 | |
Missing a Javadoc comment. | 350 | |
'basedir' hides a field. | 352 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 94 | |
Method length is 204 lines (max allowed is 150). | 101 | |
'||' should be on a new line. | 151 | |
'&&' should be on a new line. | 220 | |
'&&' should be on a new line. | 263 | |
Line is longer than 120 characters. | 273 | |
'pluginRegistry' hides a field. | 312 | |
'+' should be on a new line. | 341 | |
'pluginRegistry' hides a field. | 353 | |
'pluginRegistry' hides a field. | 450 | |
'+' should be on a new line. | 462 | |
'pluginRegistry' hides a field. | 475 | |
'pluginRegistry' hides a field. | 490 | |
'pluginRegistry' hides a field. | 555 | |
'+' should be on a new line. | 565 | |
'pluginRegistry' hides a field. | 594 | |
'+' should be on a new line. | 617 | |
'+' should be on a new line. | 705 | |
'+' should be on a new line. | 717 | |
'+' should be on a new line. | 728 | |
Line is longer than 120 characters. | 736 | |
'+' should be on a new line. | 743 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
'24' is a magic number. | 40 | |
'60' is a magic number. | 40 | |
'60' is a magic number. | 40 | |
'24' is a magic number. | 41 | |
'60' is a magic number. | 41 | |
'60' is a magic number. | 41 | |
'60' is a magic number. | 42 | |
'60' is a magic number. | 42 | |
'60' is a magic number. | 43 | |
Missing a Javadoc comment. | 53 | |
'if' is not followed by whitespace. | 55 | |
'if' is not followed by whitespace. | 59 | |
Line is longer than 120 characters. | 63 | |
'if' is not followed by whitespace. | 63 | |
'(' is not followed by whitespace. | 63 | |
')' is not preceded with whitespace. | 63 | |
')' is not preceded with whitespace. | 63 | |
'(' is not followed by whitespace. | 68 | |
')' is not preceded with whitespace. | 68 | |
Missing a Javadoc comment. | 84 | |
'(' is not followed by whitespace. | 86 | |
')' is not preceded with whitespace. | 86 | |
'(' is not followed by whitespace. | 86 | |
')' is not preceded with whitespace. | 86 | |
'while' is not followed by whitespace. | 90 | |
'if' is not followed by whitespace. | 106 | |
'(' is not followed by whitespace. | 106 | |
')' is not preceded with whitespace. | 106 | |
')' is not preceded with whitespace. | 106 | |
')' is not preceded with whitespace. | 108 | |
'if' is not followed by whitespace. | 124 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 120 characters. | 56 | |
Line is longer than 120 characters. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 120 characters. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 25 | |
'+' should be on a new line. | 27 |