The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
34 | 24 | 91 | 77 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
11 | Error |
RightCurly
|
0 | Error |
LineLength
|
3 | Error |
MemberName | 0 | Error |
JavadocMethod
|
85 | Warning |
JavadocType
|
0 | Error |
JavadocVariable
|
24 | 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
|
3 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
FileLength | 0 | Error |
MethodLength | 1 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 20 | Error |
ParenPad
|
21 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 2 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 10 | 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. | 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. | 91 | |
Missing a Javadoc comment. | 96 | |
'+' should be on a new line. | 116 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 232 | |
Missing a Javadoc comment. | 253 | |
'(' is not followed by whitespace. | 324 | |
')' is not preceded with whitespace. | 324 | |
'{' should be on a new line. | 324 |
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. | 60 | |
Missing a Javadoc comment. | 158 | |
')' is not preceded with whitespace. | 190 | |
'&&' should be on a new line. | 227 | |
')' is not preceded with whitespace. | 232 | |
Missing a Javadoc comment. | 260 | |
Missing a Javadoc comment. | 269 | |
Missing a Javadoc comment. | 274 | |
Missing a Javadoc comment. | 279 | |
'version' hides a field. | 314 |
Violation | Message | Line |
---|---|---|
'+' should be on a new line. | 38 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
'{' should be on a new line. | 31 | |
'(' 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. | 45 | |
Line is longer than 120 characters. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 120 characters. | 73 | |
'defaultLibBundleDir' hides a field. | 73 | |
'jbossConfiguration' hides a field. | 73 |
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 | |
Missing a Javadoc comment. | 112 | |
Redundant 'public' modifier. | 112 | |
'(' is not followed by whitespace. | 112 | |
')' is not preceded with whitespace. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Name 'standardArtifactTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
Line is longer than 120 characters. | 63 | |
'||' should be on a new line. | 95 |
Violation | Message | Line |
---|---|---|
Method length is 181 lines (max allowed is 150). | 239 | |
Missing a Javadoc comment. | 239 | |
'+' should be on a new line. | 282 | |
'&&' should be on a new line. | 295 | |
'||' should be on a new line. | 296 | |
'+' should be on a new line. | 314 | |
'jarArchiver' hides a field. | 397 | |
Missing a Javadoc comment. | 423 | |
Missing a Javadoc comment. | 428 | |
Expected @throws tag for 'NoSuchArchiverException'. | 540 | |
Expected @throws tag for 'IOException'. | 540 | |
Expected @throws tag for 'ArchiverException'. | 540 | |
Missing a Javadoc comment. | 581 |
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 |
---|---|---|
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 | |
')' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 81 | |
'&&' should be on a new line. | 95 | |
Expected @throws tag for 'EarPluginException'. | 158 | |
'(' is not followed by whitespace. | 169 | |
')' is not preceded with whitespace. | 170 | |
Expected @throws tag for 'EarPluginException'. | 178 | |
'description' hides a field. | 217 |
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 | |
')' is not preceded with whitespace. | 71 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'a'. | 48 | |
Expected @param tag for 'defaultLibBundleDir'. | 48 | |
Expected @param tag for 'includeInApplicationXml'. | 48 |
Violation | Message | Line |
---|---|---|
'+' should be on a new line. | 40 | |
'+' should be on a new line. | 43 | |
'+' should be on a new line. | 46 | |
'+' should be on a new line. | 49 | |
'||' should be on a new line. | 111 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
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. | 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 | |
')' 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 |
---|---|---|
Unused import - java.util.HashMap. | 22 | |
Unused import - java.util.Map. | 23 | |
Missing a Javadoc comment. | 47 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 61 | |
'(' is not followed by whitespace. | 63 | |
')' is not preceded with whitespace. | 63 | |
'{' is not preceded with whitespace. | 63 | |
'{' should be on a new line. | 63 | |
'(' is not followed by whitespace. | 66 | |
')' is not preceded with whitespace. | 66 | |
'{' is not preceded with whitespace. | 66 | |
'{' should be on a new line. | 66 | |
'+' should be on a new line. | 81 | |
'+' should be on a new line. | 86 | |
'+' should be on a new line. | 91 |
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 |
---|---|---|
Expected @param tag for 'artifactTypeMappingService'. | 50 | |
'&&' should be on a new line. | 144 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 61 | |
'+' should be on a new line. | 90 | |
'+' should be on a new line. | 122 | |
'typeMappings' hides a field. | 125 | |
Expected @throws tag for 'UnknownArtifactTypeException'. | 139 |