The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
33 | 108 | 122 | 73 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
10 | Error |
RightCurly
|
0 | Error |
LineLength
|
1 | Error |
MemberName | 0 | Error |
JavadocMethod | 116 | Warning |
JavadocType | 0 | Error |
JavadocVariable | 108 | Info |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
2 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
FileLength | 0 | Error |
MethodLength | 1 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 18 | Error |
ParenPad
|
23 | Error |
TabCharacter | 1 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 9 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
6 | 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 |
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. | 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. | 89 | |
'+' should be on a new line. | 109 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 225 | |
Missing a Javadoc comment. | 246 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 156 | |
'&&' should be on a new line. | 221 | |
Missing a Javadoc comment. | 252 | |
Missing a Javadoc comment. | 261 | |
Missing a Javadoc comment. | 266 | |
Missing a Javadoc comment. | 271 | |
Missing a Javadoc comment. | 276 | |
'version' hides a field. | 306 |
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. | 50 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Unused import - java.io.File. | 24 | |
Unused import - java.util.List. | 27 | |
Missing a Javadoc comment. | 39 | |
'+' should be on a new line. | 39 | |
'+' should be on a new line. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 152 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
'{' should be on a new line. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
'(' is not followed by whitespace. | 40 | |
')' is not preceded with whitespace. | 41 | |
'{' should be on a new line. | 41 | |
'{' should be on a new line. | 55 | |
'{' should be on a new line. | 64 | |
'{' should be on a new line. | 73 | |
'{' should be on a new line. | 82 | |
'{' should be on a new line. | 91 | |
'{' should be on a new line. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 78 | |
Line is longer than 120 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
'defaultLibBundleDir' hides a field. | 83 | |
'jbossConfiguration' hides a field. | 83 | |
')' is not preceded with whitespace. | 86 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 46 | |
Redundant 'public' modifier. | 53 | |
Redundant 'public' modifier. | 60 | |
Redundant 'public' modifier. | 67 | |
Redundant 'public' modifier. | 78 | |
Redundant 'public' modifier. | 90 | |
Redundant 'public' modifier. | 98 | |
Redundant 'public' modifier. | 109 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
'static' modifier out of order with the JLS suggestions. | 36 | |
Name 'standardArtifactTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 233 | |
Method length is 180 lines (max allowed is 150). | 236 | |
Missing a Javadoc comment. | 236 | |
'+' should be on a new line. | 278 | |
'&&' should be on a new line. | 291 | |
'||' should be on a new line. | 292 | |
'+' should be on a new line. | 309 | |
')' is not preceded with whitespace. | 366 | |
'(' is not followed by whitespace. | 383 | |
'jarArchiver' hides a field. | 393 | |
Missing a Javadoc comment. | 419 | |
Missing a Javadoc comment. | 424 | |
Missing a Javadoc comment. | 463 | |
Missing a Javadoc comment. | 468 | |
Expected @throws tag for 'NoSuchArchiverException'. | 533 | |
Expected @throws tag for 'IOException'. | 533 | |
Expected @throws tag for 'ArchiverException'. | 533 | |
Missing a Javadoc comment. | 556 | |
'(' is not followed by whitespace. | 556 | |
')' is not preceded with whitespace. | 556 | |
'{' should be on a new line. | 557 | |
'(' is not followed by whitespace. | 564 | |
',' is not followed by whitespace. | 564 | |
')' is not preceded with whitespace. | 564 | |
Missing a Javadoc comment. | 568 | |
Missing a Javadoc comment. | 573 | |
'{' should be on a new line. | 573 | |
'(' is not followed by whitespace. | 574 | |
')' is not preceded with whitespace. | 574 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Unused import - org.codehaus.plexus.util.xml.XMLWriter. | 23 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
')' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 80 | |
Expected @throws tag for 'EarPluginException'. | 156 | |
'(' is not followed by whitespace. | 167 | |
')' is not preceded with whitespace. | 168 | |
Expected @throws tag for 'EarPluginException'. | 176 | |
'description' hides a field. | 215 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 60 | |
')' is not preceded with whitespace. | 71 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'a'. | 48 | |
Expected @param tag for 'defaultLibBundleDir'. | 48 | |
Expected @param tag for 'includeInApplicationXml'. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
'+' should be on a new line. | 40 | |
Missing a Javadoc comment. | 43 | |
'+' should be on a new line. | 43 | |
Missing a Javadoc comment. | 46 | |
'+' should be on a new line. | 46 | |
Missing a Javadoc comment. | 49 | |
'+' should be on a new line. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
')' is not preceded with whitespace. | 125 | |
')' is not preceded with whitespace. | 130 | |
')' is not preceded with whitespace. | 148 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 96 | |
More than 7 parameters. | 96 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
')' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 69 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 131 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 |
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. | 49 | |
Missing a Javadoc comment. | 55 | |
')' is not preceded with whitespace. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 |
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. | 54 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 68 | |
'+' should be on a new line. | 91 | |
'+' should be on a new line. | 96 | |
'+' should be on a new line. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
')' is not preceded with whitespace. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
'&&' should be on a new line. | 142 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 67 | |
'+' should be on a new line. | 98 | |
'+' should be on a new line. | 130 | |
'typeMappings' hides a field. | 133 | |
Expected @throws tag for 'UnknownArtifactTypeException'. | 147 | |
Missing a Javadoc comment. | 167 |