The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 33 | 108 | 122 | 73 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
10 | |
RightCurly
|
0 | |
LineLength
|
1 | |
| MemberName | 0 | |
| JavadocMethod | 116 | |
| JavadocType | 0 | |
| JavadocVariable | 108 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
|
2 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| FileLength | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 1 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 18 | |
ParenPad
|
23 | |
| TabCharacter | 1 | |
| WhitespaceAfter | 1 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 9 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
6 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| 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 |