The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 3 | |
| MemberName | 0 | |
JavadocMethod
| 111 | |
JavadocType
| 0 | |
JavadocVariable
| 23 | |
| ConstantName | 6 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 2 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 8 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 1 | |
| ModifierOrder | 0 | |
| RedundantModifier | 12 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 14 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| 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. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 242 | |
| 'artifact' hides a field. | 282 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 370 | |
| Missing a Javadoc comment. | 375 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 259 | |
| 'for' is not followed by whitespace. | 266 | |
| 'version' hides a field. | 292 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 52 | |
| More than 7 parameters. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| 'defaultLibBundleDir' hides a field. | 74 | |
| 'jbossConfiguration' hides a field. | 75 |
| 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. | 89 | |
| Redundant 'public' modifier. | 98 | |
| Redundant 'public' modifier. | 109 | |
| Missing a Javadoc comment. | 112 | |
| Redundant 'public' modifier. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Redundant 'public' modifier. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Redundant 'public' modifier. | 116 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Name 'standardArtifactTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 120 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| Method length is 173 lines (max allowed is 150). | 269 | |
| Missing a Javadoc comment. | 269 | |
| '+' should be on a new line. | 311 | |
| '&&' should be on a new line. | 324 | |
| '||' should be on a new line. | 325 | |
| '+' should be on a new line. | 353 | |
| 'jarArchiver' hides a field. | 416 | |
| Missing a Javadoc comment. | 445 | |
| Missing a Javadoc comment. | 450 | |
| Missing a Javadoc comment. | 490 | |
| Missing a Javadoc comment. | 502 | |
| Missing a Javadoc comment. | 507 | |
| Missing a Javadoc comment. | 519 | |
| Expected @throws tag for 'NoSuchArchiverException'. | 597 | |
| Expected @throws tag for 'IOException'. | 597 | |
| Expected @throws tag for 'ArchiverException'. | 597 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 597 | |
| Missing a Javadoc comment. | 638 | |
| 'manifestFile' hides a field. | 699 |
| 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. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| 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 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 134 | |
| Expected @param tag for 'javaEEVersion'. | 205 | |
| Expected @throws tag for 'EarPluginException'. | 206 | |
| Expected @throws tag for 'EarPluginException'. | 228 | |
| 'description' hides a field. | 267 | |
| 'description' hides a field. | 309 | |
| '+' should be on a new line. | 355 |
| 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. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 101 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'a'. | 48 | |
| Expected @param tag for 'defaultLibBundleDir'. | 48 | |
| Expected @param tag for 'includeInApplicationXml'. | 48 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 95 | |
| Line is longer than 120 characters. | 96 |
| 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 | |
| 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. | 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. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 121 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 62 | |
| '+' should be on a new line. | 92 | |
| '+' should be on a new line. | 97 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'artifactTypeMappingService'. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 60 | |
| 'typeMappings' hides a field. | 126 | |
| Expected @throws tag for 'UnknownArtifactTypeException'. | 140 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Expected an @return tag. | 61 | |
| Expected @param tag for 'project'. | 61 | |
| Expected @param tag for 'config'. | 61 | |
| Expected @throws tag for 'ManifestException'. | 62 | |
| Expected @throws tag for 'DependencyResolutionRequiredException'. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 117 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Name 'versionsMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Name 'OneDotThree' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Name 'OneDotFour' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| Name 'Five' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| Name 'Six' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| Missing a Javadoc comment. | 77 | |
| 'version' hides a field. | 103 | |
| 'version' hides a field. | 114 | |
| 'version' hides a field. | 125 | |
| 'version' hides a field. | 136 | |
| 'version' hides a field. | 148 | |
| Missing a Javadoc comment. | 169 |