The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
org/jboss/jandex/maven/FileSet.java | 0 | 0 | 43 |
org/jboss/jandex/maven/JandexGoal.java | 0 | 0 | 17 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 8 | ![]() |
JavadocMethod | 8 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 4 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 8 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 8 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 9 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 4 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 8 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 0 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 6 |
![]() | '{' should be on the previous line. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | '{' should be on the previous line. | 18 |
![]() | Method 'getIncludes' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'getExcludes' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | 'directory' hides a field. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'setIncludes' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | 'includes' hides a field. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'setExcludes' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | 'excludes' hides a field. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'isUseDefaultExcludes' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'setUseDefaultExcludes' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | 'useDefaultExcludes' hides a field. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 178 |