The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
coding | AvoidInlineConditionals | 16 | ![]() |
HiddenField | 146 | ![]() | |
MagicNumber | 11 | ![]() | |
design | DesignForExtension | 418 | ![]() |
FinalClass | 1 | ![]() | |
InterfaceIsType | 1 | ![]() | |
VisibilityModifier | 159 | ![]() | |
imports | UnusedImports | 3 | ![]() |
javadoc | JavadocMethod | 409 | ![]() |
JavadocPackage | 8 | ![]() | |
JavadocStyle | 74 | ![]() | |
JavadocType | 3 | ![]() | |
JavadocVariable | 208 | ![]() | |
misc | FinalParameters | 472 | ![]() |
modifier | ModifierOrder | 4 | ![]() |
RedundantModifier | 1 | ![]() | |
naming | ConstantName | 3 | ![]() |
MethodName | 1 | ![]() | |
sizes | LineLength | 314 | ![]() |
whitespace | GenericWhitespace | 2 | ![]() |
NoWhitespaceAfter | 7 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'loader' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'allowInput' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'mavenLog' must be private and have accessor methods. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Method 'isAllowInput' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'setAllowInput' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter allowInput should be final. | 64 |
![]() |
coding | HiddenField | 'allowInput' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter logger should be final. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter loader should be final. | 72 |
![]() |
coding | HiddenField | 'loader' hides a field. | 72 |
![]() |
misc | FinalParameters | Parameter logger should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
design | DesignForExtension | Method 'initTasks' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter buildFile should be final. | 121 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter buildFile should be final. | 125 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter buildFile should be final. | 129 |
![]() |
misc | FinalParameters | Parameter targets should be final. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 133 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter buildFile should be final. | 133 |
![]() |
misc | FinalParameters | Parameter targets should be final. | 133 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 166 |
![]() |
design | DesignForExtension | Method 'createLogger' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter message should be final. | 186 |
![]() |
misc | FinalParameters | Parameter stream should be final. | 186 |
![]() |
misc | FinalParameters | Parameter priority should be final. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter url should be final. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
![]() |
design | DesignForExtension | Method 'exit' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter message should be final. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'major' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'minor' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'patch' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'classifier' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter version should be final. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter major should be final. | 95 |
![]() |
coding | HiddenField | 'major' hides a field. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter major should be final. | 99 |
![]() |
coding | HiddenField | 'major' hides a field. | 99 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 99 |
![]() |
coding | HiddenField | 'minor' hides a field. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter major should be final. | 103 |
![]() |
coding | HiddenField | 'major' hides a field. | 103 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 103 |
![]() |
coding | HiddenField | 'minor' hides a field. | 103 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 103 |
![]() |
coding | HiddenField | 'patch' hides a field. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter major should be final. | 107 |
![]() |
coding | HiddenField | 'major' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 107 |
![]() |
coding | HiddenField | 'minor' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 107 |
![]() |
coding | HiddenField | 'patch' hides a field. | 107 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 107 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 107 |
![]() |
design | DesignForExtension | Method 'major' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'minor' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
design | DesignForExtension | Method 'patch' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'classifier' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'lessThan' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter v should be final. | 130 |
![]() |
design | DesignForExtension | Method 'lessOrEqualsThan' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter v should be final. | 134 |
![]() |
design | DesignForExtension | Method 'equalsTo' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter v should be final. | 138 |
![]() |
design | DesignForExtension | Method 'greaterThan' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter v should be final. | 142 |
![]() |
design | DesignForExtension | Method 'greaterOrEqualThan' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter v should be final. | 146 |
![]() |
design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
misc | FinalParameters | Parameter o should be final. | 151 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 168 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
coding | MagicNumber | '16' is a magic number. | 181 |
![]() |
coding | MagicNumber | '8' is a magic number. | 181 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'property' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'input' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'select' must be private and have accessor methods. | 41 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter property should be final. | 43 |
![]() |
coding | HiddenField | 'property' hides a field. | 43 |
![]() |
design | DesignForExtension | Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 47 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 47 |
![]() |
design | DesignForExtension | Method 'setInput' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter input should be final. | 54 |
![]() |
coding | HiddenField | 'input' hides a field. | 54 |
![]() |
design | DesignForExtension | Method 'setSelect' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter select should be final. | 58 |
![]() |
coding | HiddenField | 'select' hides a field. | 58 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter filePath should be final. | 79 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 80 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'dir' must be private and have accessor methods. | 41 |
![]() |
design | DesignForExtension | Method 'setDir' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 43 |
![]() |
coding | HiddenField | 'dir' hides a field. | 43 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter list should be final. | 76 |
![]() |
design | DesignForExtension | Method 'removeAllButLatest' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter list should be final. | 94 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter file should be final. | 114 |
![]() |
coding | HiddenField | 'file' hides a field. | 114 |
![]() |
misc | FinalParameters | Parameter version should be final. | 114 |
![]() |
coding | HiddenField | 'version' hides a field. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 31 |
![]() |
design | DesignForExtension | Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter from should be final. | 33 |
![]() |
coding | HiddenField | 'from' hides a field. | 33 |
![]() |
design | DesignForExtension | Method 'setTo' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter to should be final. | 37 |
![]() |
coding | HiddenField | 'to' hides a field. | 37 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
misc | FinalParameters | Parameter version should be final. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'version'. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter major should be final. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter major should be final. | 39 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter major should be final. | 43 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 43 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter major should be final. | 47 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 47 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 47 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 56 |
![]() |
misc | FinalParameters | Parameter string should be final. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'newline' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'file1' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'file2' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'includesfile' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'excludesfile' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'setFile1' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter file1 should be final. | 61 |
![]() |
coding | HiddenField | 'file1' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'setFile2' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter file2 should be final. | 65 |
![]() |
coding | HiddenField | 'file2' hides a field. | 65 |
![]() |
design | DesignForExtension | Method 'setIncludesfile' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter includesfile should be final. | 69 |
![]() |
coding | HiddenField | 'includesfile' hides a field. | 69 |
![]() |
design | DesignForExtension | Method 'setExcludesfile' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter excludesfile should be final. | 73 |
![]() |
coding | HiddenField | 'excludesfile' hides a field. | 73 |
![]() |
design | DesignForExtension | Method 'setPatternsetid' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter id should be final. | 77 |
![]() |
design | DesignForExtension | Method 'setIgnoreContent' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
misc | FinalParameters | Parameter ignoreContent should be final. | 89 |
![]() |
coding | HiddenField | 'ignoreContent' hides a field. | 89 |
![]() |
design | DesignForExtension | Method 'setIgnoreContentPattern' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
misc | FinalParameters | Parameter ignoreContentPattern should be final. | 103 |
![]() |
coding | HiddenField | 'ignoreContentPattern' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
![]() |
design | DesignForExtension | Method 'exclude' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 199 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 199 |
![]() |
design | DesignForExtension | Method 'include' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 208 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 217 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'graph' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'artifacts' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'ad' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'includes' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'excludes' must be private and have accessor methods. | 58 |
![]() |
design | DesignForExtension | Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 60 |
![]() |
coding | HiddenField | 'depth' hides a field. | 60 |
![]() |
design | DesignForExtension | Method 'addExcludes' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter excludes should be final. | 64 |
![]() |
coding | HiddenField | 'excludes' hides a field. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 66 |
![]() |
design | DesignForExtension | Method 'addIncludes' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter includes should be final. | 71 |
![]() |
coding | HiddenField | 'includes' hides a field. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 73 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 78 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 83 |
![]() |
design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 87 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter type should be final. | 91 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter version should be final. | 95 |
![]() |
design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'getArtifacts' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
![]() |
design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'isFilesystemOnly' is not designed for extension - needs to be abstract, final or empty. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'graph' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'ad' must be private and have accessor methods. | 39 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter key should be final. | 41 |
![]() |
coding | HiddenField | 'key' hides a field. | 41 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 46 |
![]() |
design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 50 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter type should be final. | 54 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter version should be final. | 58 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 62 |
![]() |
design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 83 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 25 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </artifact:foreach>} | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'property' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'artifactSet' must be private and have accessor methods. | 37 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter property should be final. | 43 |
![]() |
coding | HiddenField | 'property' hides a field. | 43 |
![]() |
design | DesignForExtension | Method 'getArtifactSet' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'setSetref' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter setref should be final. | 51 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'groupId' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'artifactId' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'classifier' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'scope' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'isOptional' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'ancestor' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'isDependsOnCategory' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
![]() |
design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 83 |
![]() |
coding | HiddenField | 'groupId' hides a field. | 83 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 88 |
![]() |
coding | HiddenField | 'artifactId' hides a field. | 88 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter version should be final. | 93 |
![]() |
coding | HiddenField | 'version' hides a field. | 93 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 98 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 98 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter type should be final. | 103 |
![]() |
coding | HiddenField | 'type' hides a field. | 103 |
![]() |
design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 108 |
![]() |
coding | HiddenField | 'scope' hides a field. | 108 |
![]() |
design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter isOptional should be final. | 116 |
![]() |
coding | HiddenField | 'isOptional' hides a field. | 116 |
![]() |
design | DesignForExtension | Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 123 |
![]() |
coding | HiddenField | 'pattern' hides a field. | 123 |
![]() |
design | DesignForExtension | Method 'setAncestor' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter ancestor should be final. | 128 |
![]() |
coding | HiddenField | 'ancestor' hides a field. | 128 |
![]() |
design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
misc | FinalParameters | Parameter category should be final. | 137 |
![]() |
coding | HiddenField | 'category' hides a field. | 137 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'category'. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
![]() |
design | DesignForExtension | Method 'setDependsOnCategory' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
misc | FinalParameters | Parameter isDependsOnCategory should be final. | 147 |
![]() |
coding | HiddenField | 'isDependsOnCategory' hides a field. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isDependsOnCategory'. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'src' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'expand' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'artifactFiles' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'artifactSets' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'includes' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'excludes' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'artifacts' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 82 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 89 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter version should be final. | 96 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 103 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter type should be final. | 110 |
![]() |
design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 117 |
![]() |
design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter isOptional should be final. | 127 |
![]() |
design | DesignForExtension | Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 134 |
![]() |
design | DesignForExtension | Method 'setAncestor' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter ancestor should be final. | 141 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter id should be final. | 148 |
![]() |
coding | HiddenField | 'id' hides a field. | 148 |
![]() |
design | DesignForExtension | Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
misc | FinalParameters | Parameter importFile should be final. | 155 |
![]() |
design | DesignForExtension | Method 'addExpand' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
misc | FinalParameters | Parameter expand should be final. | 159 |
![]() |
coding | HiddenField | 'expand' hides a field. | 159 |
![]() |
design | DesignForExtension | Method 'addFile' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 166 |
![]() |
design | DesignForExtension | Method 'addArtifactSet' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter set should be final. | 176 |
![]() |
design | DesignForExtension | Method 'addIncludes' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter includes should be final. | 186 |
![]() |
coding | HiddenField | 'includes' hides a field. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 191 |
![]() |
design | DesignForExtension | Method 'addExcludes' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter excludes should be final. | 196 |
![]() |
coding | HiddenField | 'excludes' hides a field. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 201 |
![]() |
design | DesignForExtension | Method 'setRefid' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
misc | FinalParameters | Parameter ref should be final. | 207 |
![]() |
design | DesignForExtension | Method 'getRef' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter p should be final. | 211 |
![]() |
design | DesignForExtension | Method 'buildFilter' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 222 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 232 |
![]() |
design | DesignForExtension | Method 'computeNodes' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 260 |
![]() |
design | DesignForExtension | Method 'getArtifacts' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 280 |
![]() |
design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
misc | FinalParameters | Parameter collection should be final. | 294 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
design | DesignForExtension | Method 'isFilesystemOnly' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
design | DesignForExtension | Method 'collectImportedNodes' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
misc | FinalParameters | Parameter nodesCollection should be final. | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'profileMgr' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter project should be final. | 41 |
![]() |
coding | HiddenField | 'project' hides a field. | 41 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter src should be final. | 46 |
![]() |
misc | FinalParameters | Parameter nodes should be final. | 46 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 50 |
![]() |
misc | FinalParameters | Parameter nodes should be final. | 50 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 74 |
![]() |
design | DesignForExtension | Method 'readToNextActiveProfile' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 95 |
![]() |
design | DesignForExtension | Method 'split' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter text should be final. | 113 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.maven.project.MavenProjectHelper. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
misc | FinalParameters | Parameter file should be final. | 47 |
![]() |
coding | HiddenField | 'file' hides a field. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 47 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 55 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 55 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 |
![]() |
design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
misc | FinalParameters | Parameter artifactKey should be final. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifactKey'. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 66 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
misc | FinalParameters | Parameter type should be final. | 74 |
![]() |
coding | HiddenField | 'type' hides a field. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 74 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
misc | FinalParameters | Parameter name should be final. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'addArtifact' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter f should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 24 |
![]() |
design | DesignForExtension | Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter expand should be final. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter expand should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'depth' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 39 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter key should be final. | 41 |
![]() |
coding | HiddenField | 'key' hides a field. | 41 |
![]() |
design | DesignForExtension | Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 45 |
![]() |
coding | HiddenField | 'depth' hides a field. | 45 |
![]() |
design | DesignForExtension | Method 'addExcludes' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter excludes should be final. | 49 |
![]() |
design | DesignForExtension | Method 'addIncludes' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter includes should be final. | 53 |
![]() |
design | DesignForExtension | Method 'acceptNode' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter node should be final. | 57 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
design | DesignForExtension | Method 'addRootNodes' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter graph should be final. | 76 |
![]() |
misc | FinalParameters | Parameter nodes should be final. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 28 |
![]() |
design | DesignForExtension | Method 'addExcludes' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter excludes should be final. | 30 |
![]() |
design | DesignForExtension | Method 'addIncludes' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter includes should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'addArtifact' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter f should be final. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 |
![]() |
design | DesignForExtension | Method 'setGroupPrefixes' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
misc | FinalParameters | Parameter groupPrefixes should be final. | 55 |
![]() |
coding | HiddenField | 'groupPrefixes' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 80 |
![]() |
misc | FinalParameters | Parameter node should be final. | 85 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 86 |
![]() |
design | DesignForExtension | Method 'acceptNode' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
misc | FinalParameters | Parameter node should be final. | 102 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 114 |
![]() |
design | DesignForExtension | Method 'getIncludedScopes' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'setIncludeCompileScope' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
misc | FinalParameters | Parameter includeCompileScope should be final. | 121 |
![]() |
coding | HiddenField | 'includeCompileScope' hides a field. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeCompileScope'. | 121 |
![]() |
design | DesignForExtension | Method 'setIncludeProvidedScope' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter includeProvidedScope should be final. | 128 |
![]() |
coding | HiddenField | 'includeProvidedScope' hides a field. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeProvidedScope'. | 128 |
![]() |
design | DesignForExtension | Method 'setIncludeRuntimeScope' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
misc | FinalParameters | Parameter includeRuntimeScope should be final. | 135 |
![]() |
coding | HiddenField | 'includeRuntimeScope' hides a field. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeRuntimeScope'. | 135 |
![]() |
design | DesignForExtension | Method 'setIncludeTestScope' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter includeTestScope should be final. | 142 |
![]() |
coding | HiddenField | 'includeTestScope' hides a field. | 142 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeTestScope'. | 142 |
![]() |
design | DesignForExtension | Method 'setIncludeSystemScope' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
misc | FinalParameters | Parameter includeSystemScope should be final. | 149 |
![]() |
coding | HiddenField | 'includeSystemScope' hides a field. | 149 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'includeSystemScope'. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 121 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 143 |
![]() |
design | DesignForExtension | Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
misc | FinalParameters | Parameter output should be final. | 174 |
![]() |
coding | HiddenField | 'output' hides a field. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 174 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 178 |
![]() |
design | DesignForExtension | Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter format should be final. | 183 |
![]() |
coding | HiddenField | 'format' hides a field. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'format'. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 187 |
![]() |
design | DesignForExtension | Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
misc | FinalParameters | Parameter append should be final. | 192 |
![]() |
coding | HiddenField | 'append' hides a field. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'append'. | 192 |
![]() |
design | DesignForExtension | Method 'setScopes' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 202 |
![]() |
coding | HiddenField | 'scopes' hides a field. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopes'. | 202 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
misc | FinalParameters | Parameter key should be final. | 215 |
![]() |
coding | HiddenField | 'key' hides a field. | 215 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 215 |
![]() |
design | DesignForExtension | Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter check should be final. | 224 |
![]() |
coding | HiddenField | 'check' hides a field. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'check'. | 224 |
![]() |
design | DesignForExtension | Method 'setCheckOutput' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
misc | FinalParameters | Parameter checkOutput should be final. | 234 |
![]() |
coding | HiddenField | 'checkOutput' hides a field. | 234 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checkOutput'. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 92 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 134 |
![]() |
design | DesignForExtension | Method 'setOutput' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
misc | FinalParameters | Parameter output should be final. | 151 |
![]() |
coding | HiddenField | 'output' hides a field. | 151 |
![]() |
design | DesignForExtension | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
misc | FinalParameters | Parameter mode should be final. | 158 |
![]() |
coding | HiddenField | 'mode' hides a field. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mode'. | 158 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
design | DesignForExtension | Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter format should be final. | 171 |
![]() |
coding | HiddenField | 'format' hides a field. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'format'. | 171 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
design | DesignForExtension | Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
misc | FinalParameters | Parameter append should be final. | 181 |
![]() |
coding | HiddenField | 'append' hides a field. | 181 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'append'. | 181 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 185 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
misc | FinalParameters | Parameter source should be final. | 191 |
![]() |
coding | HiddenField | 'source' hides a field. | 191 |
![]() |
design | DesignForExtension | Method 'setScopes' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 200 |
![]() |
coding | HiddenField | 'scopes' hides a field. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'classifier' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 51 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 55 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
design | DesignForExtension | Method 'resolveFile' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 87 |
![]() |
design | DesignForExtension | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'getBaseDir' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 101 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 62 |
![]() |
design | DesignForExtension | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter source should be final. | 62 |
![]() |
coding | HiddenField | 'source' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 77 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 77 |
![]() |
design | DesignForExtension | Method 'isFilesystemOnly' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter artifactKey should be final. | 105 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'cfg' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter baseDir should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
design | DesignForExtension | Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getDefaultConfiguration' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
design | DesignForExtension | Method 'createInput' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter project should be final. | 63 |
![]() |
design | DesignForExtension | Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter name should be final. | 73 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter project should be final. | 81 |
![]() |
misc | FinalParameters | Parameter name should be final. | 81 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 81 |
![]() |
design | DesignForExtension | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter input should be final. | 85 |
![]() |
misc | FinalParameters | Parameter name should be final. | 85 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'baseDir' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'extensions' must be private and have accessor methods. | 33 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'removeExtension' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'removeTemplate' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'explicitRemoveTemplate' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'input' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'toDir' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'engine' must be private and have accessor methods. | 45 |
![]() |
design | DesignForExtension | Method 'setBasedir' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter baseDir should be final. | 47 |
![]() |
coding | HiddenField | 'baseDir' hides a field. | 47 |
![]() |
design | DesignForExtension | Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 51 |
![]() |
design | DesignForExtension | Method 'setRemoveExtension' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter removeExtension should be final. | 55 |
![]() |
coding | HiddenField | 'removeExtension' hides a field. | 55 |
![]() |
design | DesignForExtension | Method 'setRemoveTemplate' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter removeTemplate should be final. | 59 |
![]() |
coding | HiddenField | 'removeTemplate' hides a field. | 59 |
![]() |
design | DesignForExtension | Method 'setTodir' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter toDir should be final. | 64 |
![]() |
coding | HiddenField | 'toDir' hides a field. | 64 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
design | DesignForExtension | Method 'processDirectory' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 85 |
![]() |
misc | FinalParameters | Parameter relPath should be final. | 85 |
![]() |
design | DesignForExtension | Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter file should be final. | 105 |
![]() |
misc | FinalParameters | Parameter relPath should be final. | 105 |
![]() |
misc | FinalParameters | Parameter ext should be final. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'profiles' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'groups' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getActiveProfiles' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 50 |
![]() |
design | DesignForExtension | Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter profiles should be final. | 50 |
![]() |
coding | HiddenField | 'profiles' hides a field. | 50 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 50 |
![]() |
design | DesignForExtension | Method 'addProfile' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter profile should be final. | 54 |
![]() |
design | DesignForExtension | Method 'isProfileActive' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter profileName should be final. | 58 |
![]() |
design | DesignForExtension | Method 'isAnyProfileActive' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter profileNames should be final. | 66 |
![]() |
design | DesignForExtension | Method 'activateProfile' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter profile should be final. | 75 |
![]() |
misc | FinalParameters | Parameter isActive should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
![]() |
design | DesignForExtension | Method 'getOrCreateProfile' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter profileName should be final. | 84 |
![]() |
design | DesignForExtension | Method 'activateProfiles' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter config should be final. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter name should be final. | 30 |
![]() |
coding | HiddenField | 'name' hides a field. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter group should be final. | 34 |
![]() |
coding | HiddenField | 'group' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter name should be final. | 34 |
![]() |
coding | HiddenField | 'name' hides a field. | 34 |
![]() |
design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter isActive should be final. | 42 |
![]() |
coding | HiddenField | 'isActive' hides a field. | 42 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
naming | MethodName | Name '_setActive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
misc | FinalParameters | Parameter isActive should be final. | 54 |
![]() |
coding | HiddenField | 'isActive' hides a field. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'defaultProfile' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'profiles' must be private and have accessor methods. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter mgr should be final. | 30 |
![]() |
misc | FinalParameters | Parameter profiles should be final. | 30 |
![]() |
coding | HiddenField | 'profiles' hides a field. | 30 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 31 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 31 |
![]() |
design | DesignForExtension | Method 'activateProfile' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter profile should be final. | 62 |
![]() |
misc | FinalParameters | Parameter isActive should be final. | 62 |
![]() |
design | DesignForExtension | Method 'getActiveProfile' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'activate' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'group' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'defaultProfile' must be private and have accessor methods. | 35 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter name should be final. | 37 |
![]() |
coding | HiddenField | 'name' hides a field. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 45 |
![]() |
design | DesignForExtension | Method 'setActivate' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter activate should be final. | 50 |
![]() |
coding | HiddenField | 'activate' hides a field. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 58 |
![]() |
design | DesignForExtension | Method 'setGroup' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter group should be final. | 63 |
![]() |
coding | HiddenField | 'group' hides a field. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 68 |
![]() |
design | DesignForExtension | Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter defaultProfile should be final. | 73 |
![]() |
coding | HiddenField | 'defaultProfile' hides a field. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
![]() |
design | DesignForExtension | Method 'addTask' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter nestedTask should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 86 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
naming | ConstantName | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'graph' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'antProfileManager' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | VisibilityModifier | Variable 'buildFile' must be private and have accessor methods. | 87 |
![]() |
design | VisibilityModifier | Variable 'buildFiles' must be private and have accessor methods. | 93 |
![]() |
design | DesignForExtension | Method 'getBuildFiles' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
![]() |
design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 113 |
![]() |
design | VisibilityModifier | Variable 'targets' must be private and have accessor methods. | 121 |
![]() |
design | VisibilityModifier | Variable 'expand' must be private and have accessor methods. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
design | VisibilityModifier | Variable 'system' must be private and have accessor methods. | 130 |
![]() |
design | DesignForExtension | Method 'getSystem' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
design | VisibilityModifier | Variable 'repositorySystemSession' must be private and have accessor methods. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'session' must be private and have accessor methods. | 139 |
![]() |
design | DesignForExtension | Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
design | VisibilityModifier | Variable 'projectHelper' must be private and have accessor methods. | 162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
design | VisibilityModifier | Variable 'artifactHandlerManager' must be private and have accessor methods. | 165 |
![]() |
design | DesignForExtension | Method 'getArtifactHandlerManager' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | VisibilityModifier | Variable 'propertyPrefix' must be private and have accessor methods. | 177 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
![]() |
design | VisibilityModifier | Variable 'localRepository' must be private and have accessor methods. | 180 |
![]() |
design | VisibilityModifier | Variable 'exportAntProperties' must be private and have accessor methods. | 188 |
![]() |
design | VisibilityModifier | Variable 'exportedAntProperties' must be private and have accessor methods. | 196 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
![]() |
design | VisibilityModifier | Variable 'remoteRepositories' must be private and have accessor methods. | 199 |
![]() |
design | DesignForExtension | Method 'getRemoteRepositories' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 208 |
![]() |
design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 209 |
![]() |
design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
design | VisibilityModifier | Variable 'settings' must be private and have accessor methods. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 229 |
![]() |
design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 230 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 246 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 263 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 280 |
![]() |
design | DesignForExtension | Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
design | DesignForExtension | Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
misc | FinalParameters | Parameter key should be final. | 292 |
![]() |
design | DesignForExtension | Method 'expandGraph' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
misc | FinalParameters | Parameter newGraph should be final. | 299 |
![]() |
design | DesignForExtension | Method 'setMavenPropertiesFromAnt' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
misc | FinalParameters | Parameter ant should be final. | 309 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ant'. | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 330 |
![]() |
design | DesignForExtension | Method 'setAntReferencesFromMaven' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() |
misc | FinalParameters | Parameter antProject should be final. | 330 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'antProject'. | 330 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 330 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DependencyResolutionRequiredException'. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 346 |
![]() |
design | DesignForExtension | Method 'setAntPropertiesFromMaven' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
misc | FinalParameters | Parameter antProject should be final. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'antProject'. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 358 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 368 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 369 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 370 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 373 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 376 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 383 |
![]() |
design | DesignForExtension | Method 'getActiveProfiles' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
design | DesignForExtension | Method 'getInjectedProfileIds' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 397 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 403 |
![]() |
design | DesignForExtension | Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 414 |
![]() |
design | DesignForExtension | Method 'getLocalRepository' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
design | DesignForExtension | Method 'getProjectHelper' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
![]() |
design | DesignForExtension | Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
![]() |
design | DesignForExtension | Method 'getAntProfileManager' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 433 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 440 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'groupId' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'artifactId' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'classifier' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'scope' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 53 |
![]() |
coding | HiddenField | 'groupId' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 53 |
![]() |
coding | HiddenField | 'artifactId' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter version should be final. | 53 |
![]() |
coding | HiddenField | 'version' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter type should be final. | 53 |
![]() |
coding | HiddenField | 'type' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 53 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter key should be final. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 72 |
![]() |
design | DesignForExtension | Method 'getNodeKeyPattern' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
design | DesignForExtension | Method 'getMavenArtifact' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
design | DesignForExtension | Method 'getAetherArtifact' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 147 |
![]() |
design | DesignForExtension | Method 'getDependency' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 153 |
![]() |
misc | FinalParameters | Parameter key should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 156 |
![]() |
design | DesignForExtension | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter groupId should be final. | 169 |
![]() |
coding | HiddenField | 'groupId' hides a field. | 169 |
![]() |
design | DesignForExtension | Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter artifactId should be final. | 177 |
![]() |
coding | HiddenField | 'artifactId' hides a field. | 177 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter version should be final. | 185 |
![]() |
coding | HiddenField | 'version' hides a field. | 185 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter type should be final. | 193 |
![]() |
coding | HiddenField | 'type' hides a field. | 193 |
![]() |
design | DesignForExtension | Method 'getClassifier' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 201 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 201 |
![]() |
design | DesignForExtension | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 209 |
![]() |
coding | HiddenField | 'scope' hides a field. | 209 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 216 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 51 |
![]() |
design | VisibilityModifier | Variable 'testFailureIgnore' must be private and have accessor methods. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
![]() |
design | VisibilityModifier | Variable 'summaryFile' must be private and have accessor methods. | 61 |
![]() |
design | VisibilityModifier | Variable 'skipITs' must be private and have accessor methods. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 72 |
![]() |
design | VisibilityModifier | Variable 'reportingEncoding' must be private and have accessor methods. | 78 |
![]() |
design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
![]() |
design | DesignForExtension | Method 'writeSummary' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
misc | FinalParameters | Parameter summary should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'summary'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'MojoExecutionException'. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
design | VisibilityModifier | Variable 'summaryFiles' must be private and have accessor methods. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 73 |
![]() |
design | VisibilityModifier | Variable 'skipTests' must be private and have accessor methods. | 87 |
![]() |
design | DesignForExtension | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 98 |
![]() |
design | VisibilityModifier | Variable 'testFailureIgnore' must be private and have accessor methods. | 105 |
![]() |
design | VisibilityModifier | Variable 'failIfNoTests' must be private and have accessor methods. | 113 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter sumEncoding should be final. | 164 |
![]() |
misc | FinalParameters | Parameter sumFile should be final. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 165 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 173 |
![]() |
design | DesignForExtension | Method 'isSkipITs' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'setSkipITs' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
misc | FinalParameters | Parameter skipITs should be final. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skipITs'. | 180 |
![]() |
design | DesignForExtension | Method 'isSkipTests' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'setSkipTests' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
misc | FinalParameters | Parameter skipTests should be final. | 190 |
![]() |
coding | HiddenField | 'skipTests' hides a field. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 195 |
![]() |
design | DesignForExtension | Method 'isSkipExec' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 204 |
![]() |
design | DesignForExtension | Method 'setSkipExec' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
misc | FinalParameters | Parameter skipExec should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 213 |
![]() |
design | DesignForExtension | Method 'isSkip' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
![]() |
design | DesignForExtension | Method 'setSkip' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
misc | FinalParameters | Parameter skip should be final. | 226 |
![]() |
design | DesignForExtension | Method 'isTestFailureIgnore' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
design | DesignForExtension | Method 'setTestFailureIgnore' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
misc | FinalParameters | Parameter testFailureIgnore should be final. | 236 |
![]() |
coding | HiddenField | 'testFailureIgnore' hides a field. | 236 |
![]() |
design | DesignForExtension | Method 'getBasedir' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
design | DesignForExtension | Method 'setBasedir' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
misc | FinalParameters | Parameter basedir should be final. | 246 |
![]() |
design | DesignForExtension | Method 'getTestClassesDirectory' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
design | DesignForExtension | Method 'setTestClassesDirectory' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
misc | FinalParameters | Parameter testClassesDirectory should be final. | 256 |
![]() |
design | DesignForExtension | Method 'getReportsDirectory' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
design | DesignForExtension | Method 'setReportsDirectory' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
misc | FinalParameters | Parameter reportsDirectory should be final. | 266 |
![]() |
coding | HiddenField | 'reportsDirectory' hides a field. | 266 |
![]() |
design | DesignForExtension | Method 'getFailIfNoTests' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
design | DesignForExtension | Method 'setFailIfNoTests' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() |
misc | FinalParameters | Parameter failIfNoTests should be final. | 276 |
![]() |
coding | HiddenField | 'failIfNoTests' hides a field. | 276 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
design | DesignForExtension | Method 'result' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
misc | FinalParameters | Parameter condition should be final. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'condition'. | 36 |
![]() |
misc | FinalParameters | Parameter id should be final. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 36 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'ad' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
design | DesignForExtension | Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 59 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 65 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter node should be final. | 69 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter parent should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parent'. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter filters should be final. | 34 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 39 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
misc | FinalParameters | Parameter node should be final. | 54 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 30 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
misc | FinalParameters | Parameter node should be final. | 35 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 35 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 35 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 40 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter node should be final. | 51 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 40 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
misc | FinalParameters | Parameter node should be final. | 50 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter filters should be final. | 41 |
![]() |
coding | HiddenField | 'filters' hides a field. | 41 |
![]() |
design | DesignForExtension | Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 45 |
![]() |
design | DesignForExtension | Method 'removeFilter' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 49 |
![]() |
design | DesignForExtension | Method 'addFilters' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter filtersToAdd should be final. | 53 |
![]() |
design | DesignForExtension | Method 'addFilters' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter filtersToAdd should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
design | DesignForExtension | Method 'removeFilters' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter filters should be final. | 61 |
![]() |
coding | HiddenField | 'filters' hides a field. | 61 |
![]() |
design | DesignForExtension | Method 'getFilters' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'addFiltersFromPattern' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 73 |
![]() |
design | DesignForExtension | Method 'addFiltersFromDescriptor' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter ad should be final. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 122 |
![]() |
design | DesignForExtension | Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter filterClass should be final. | 128 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'segment' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter segment should be final. | 26 |
![]() |
coding | HiddenField | 'segment' hides a field. | 26 |
![]() |
design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
misc | FinalParameters | Parameter segmentToMatch should be final. | 31 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 26 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 40 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
misc | FinalParameters | Parameter node should be final. | 50 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'isOptional' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter isOptional should be final. | 31 |
![]() |
coding | HiddenField | 'isOptional' hides a field. | 31 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 36 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
misc | FinalParameters | Parameter node should be final. | 41 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'patterns' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'isDependOnCategory' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter patterns should be final. | 56 |
![]() |
coding | HiddenField | 'patterns' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter isDependsOnCategory should be final. | 57 |
![]() |
design | DesignForExtension | Method 'getValuesToMatch' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
misc | FinalParameters | Parameter node should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 131 |
![]() |
misc | FinalParameters | Parameter browseChildren should be final. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'browseChildren'. | 131 |
![]() |
misc | FinalParameters | Parameter browseParents should be final. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'browseParents'. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
misc | FinalParameters | Parameter node should be final. | 192 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 218 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter valuesToMatch should be final. | 228 |
![]() |
design | DesignForExtension | Method 'matchPattern' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter name should be final. | 245 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 245 |
![]() |
design | DesignForExtension | Method 'matchPattern' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
misc | FinalParameters | Parameter name should be final. | 249 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 253 |
![]() |
design | DesignForExtension | Method 'matchPattern' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
misc | FinalParameters | Parameter name should be final. | 253 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 253 |
![]() |
misc | FinalParameters | Parameter len should be final. | 253 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 253 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
design | DesignForExtension | Method 'setDependsOnCategory' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
misc | FinalParameters | Parameter isDependsOnCategory should be final. | 291 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
misc | FinalParameters | Parameter node should be final. | 296 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'suffix' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 30 |
![]() |
coding | HiddenField | 'suffix' hides a field. | 30 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 30 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 30 |
![]() |
design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
misc | FinalParameters | Parameter segment should be final. | 37 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 31 |
![]() |
coding | HiddenField | 'filter' hides a field. | 31 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 36 |
![]() |
design | DesignForExtension | Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter node should be final. | 45 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 45 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter filters should be final. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
misc | FinalParameters | Parameter node should be final. | 55 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 26 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 26 |
![]() |
design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
misc | FinalParameters | Parameter segment should be final. | 31 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 40 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
misc | FinalParameters | Parameter node should be final. | 50 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter arg0 should be final. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'suffix' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 26 |
![]() |
coding | HiddenField | 'suffix' hides a field. | 26 |
![]() |
design | DesignForExtension | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
misc | FinalParameters | Parameter segment should be final. | 31 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 30 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
misc | FinalParameters | Parameter node should be final. | 35 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 40 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
misc | FinalParameters | Parameter node should be final. | 50 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter matcher should be final. | 40 |
![]() |
coding | HiddenField | 'matcher' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
misc | FinalParameters | Parameter node should be final. | 50 |
![]() |
misc | FinalParameters | Parameter parents should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'nodesMap' must be private and have accessor methods. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
![]() |
design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'ignores' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'scopes' must be private and have accessor methods. | 63 |
![]() |
design | DesignForExtension | Method 'addIgnores' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
misc | FinalParameters | Parameter nodesToIgnore should be final. | 68 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 75 |
![]() |
coding | HiddenField | 'scopes' hides a field. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 86 |
![]() |
design | DesignForExtension | Method 'setVisited' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
misc | FinalParameters | Parameter node should be final. | 88 |
![]() |
design | DesignForExtension | Method 'visitEnter' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
misc | FinalParameters | Parameter node should be final. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 139 |
![]() |
design | DesignForExtension | Method 'visitLeave' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter node should be final. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 151 |
![]() |
design | DesignForExtension | Method 'getDependencies' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
misc | FinalParameters | Parameter includeUnresolved should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 168 |
![]() |
design | DesignForExtension | Method 'getArtifacts' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter includeUnresolved should be final. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 175 |
![]() |
design | DesignForExtension | Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 204 |
![]() |
design | DesignForExtension | Method 'getClassPath' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 48 |
![]() |
design | FinalClass | Class DependencyUtils should be declared as final. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter aetherArtifact should be final. | 57 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 57 |
![]() |
misc | FinalParameters | Parameter artifactHandler should be final. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter aetherArtifact should be final. | 76 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 86 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 86 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 93 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.eclipse.aether.resolution.ArtifactResolutionException'. | 93 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 101 |
![]() |
misc | FinalParameters | Parameter remoteRepositories should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'remoteRepositories'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'org.eclipse.aether.resolution.ArtifactResolutionException'. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 117 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ArtifactResolutionException'. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 126 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 167 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 182 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 204 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 211 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 214 |
![]() |
misc | FinalParameters | Parameter node should be final. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 214 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 214 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'depth'. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.nuxeo.build.ant.artifact.PrintGraphTask. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'lines' must be private and have accessor methods. | 50 |
![]() |
misc | FinalParameters | Parameter output should be final. | 55 |
![]() |
coding | HiddenField | 'output' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 55 |
![]() |
misc | FinalParameters | Parameter format should be final. | 55 |
![]() |
coding | HiddenField | 'format' hides a field. | 55 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopes'. | 56 |
![]() |
design | DesignForExtension | Method 'doVisit' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter node should be final. | 63 |
![]() |
misc | FinalParameters | Parameter newNode should be final. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
misc | FinalParameters | Parameter node should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 72 |
![]() |
design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
misc | FinalParameters | Parameter node should be final. | 110 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'roots' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getRoots' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 75 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 80 |
![]() |
design | DesignForExtension | Method 'findFirst' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 81 |
![]() |
design | DesignForExtension | Method 'findFirst' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 85 |
![]() |
misc | FinalParameters | Parameter stopIfNotUnique should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 97 |
![]() |
design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
design | DesignForExtension | Method 'addRootNode' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
misc | FinalParameters | Parameter pom should be final. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pom'. | 112 |
![]() |
design | DesignForExtension | Method 'addRootNode' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter key should be final. | 120 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
design | DesignForExtension | Method 'addRootNode' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 134 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 142 |
![]() |
design | DesignForExtension | Method 'addRootNode' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
misc | FinalParameters | Parameter node should be final. | 142 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 147 |
![]() |
design | DesignForExtension | Method 'collectRootNode' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 152 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 160 |
![]() |
design | DesignForExtension | Method 'addRootNode' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
misc | FinalParameters | Parameter root should be final. | 160 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'root'. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 171 |
![]() |
design | DesignForExtension | Method 'collectRootNode' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
misc | FinalParameters | Parameter pom should be final. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pom'. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter root should be final. | 176 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 176 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 183 |
![]() |
design | DesignForExtension | Method 'addNode' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
misc | FinalParameters | Parameter node should be final. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 204 |
![]() |
design | DesignForExtension | Method 'findNode' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
misc | FinalParameters | Parameter ad should be final. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 257 |
![]() |
design | DesignForExtension | Method 'collectDependencies' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 266 |
![]() |
design | DesignForExtension | Method 'collect' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
misc | FinalParameters | Parameter collectRequest should be final. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 281 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 288 |
![]() |
design | DesignForExtension | Method 'collectDependencies' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
misc | FinalParameters | Parameter project should be final. | 288 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'project'. | 288 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 293 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 311 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 327 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 342 |
![]() |
design | DesignForExtension | Method 'resolveDependencies' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
misc | FinalParameters | Parameter filter should be final. | 354 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 354 |
![]() |
misc | FinalParameters | Parameter depth should be final. | 354 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'depth'. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 372 |
![]() |
design | DesignForExtension | Method 'tryResolutionOnLocalBaseVersion' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 372 |
![]() |
misc | FinalParameters | Parameter e should be final. | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 376 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 379 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 393 |
![]() |
design | DesignForExtension | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 393 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 402 |
![]() |
design | DesignForExtension | Method 'findNode' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
misc | FinalParameters | Parameter key should be final. | 402 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 402 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 402 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 412 |
![]() |
design | DesignForExtension | Method 'findNode' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
misc | FinalParameters | Parameter key should be final. | 412 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 412 |
![]() |
misc | FinalParameters | Parameter ad should be final. | 412 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ad'. | 412 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 421 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 421 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'graph' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'dependencyNode' must be private and have accessor methods. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
design | DesignForExtension | Method 'getAcceptedCategories' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 76 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 93 |
![]() |
misc | FinalParameters | Parameter node should be final. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter node should be final. | 102 |
![]() |
misc | FinalParameters | Parameter graph should be final. | 113 |
![]() |
coding | HiddenField | 'graph' hides a field. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'graph'. | 113 |
![]() |
misc | FinalParameters | Parameter dependencyNode should be final. | 113 |
![]() |
coding | HiddenField | 'dependencyNode' hides a field. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependencyNode'. | 113 |
![]() |
design | DesignForExtension | Method 'getMavenArtifact' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 141 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'setAcceptedCategory' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 170 |
![]() |
design | DesignForExtension | Method 'isAcceptedCategory' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
misc | FinalParameters | Parameter patterns should be final. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'patterns'. | 180 |
![]() |
design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'getDependency' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'setArtifact' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
misc | FinalParameters | Parameter artifact should be final. | 200 |
![]() |
design | DesignForExtension | Method 'getRelocations' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 206 |
![]() |
design | DesignForExtension | Method 'getAliases' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 211 |
![]() |
design | DesignForExtension | Method 'getVersionConstraint' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
misc | FinalParameters | Parameter scope should be final. | 226 |
![]() |
design | DesignForExtension | Method 'getRepositories' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
design | DesignForExtension | Method 'getRequestContext' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
design | DesignForExtension | Method 'setRequestContext' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
misc | FinalParameters | Parameter context should be final. | 241 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
misc | FinalParameters | Parameter key should be final. | 251 |
![]() |
misc | FinalParameters | Parameter value should be final. | 251 |
![]() |
design | DesignForExtension | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
misc | FinalParameters | Parameter visitor should be final. | 256 |
![]() |
design | DesignForExtension | Method 'getParents' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
design | DesignForExtension | Method 'addParent' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
misc | FinalParameters | Parameter node should be final. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 268 |
![]() |
design | DesignForExtension | Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
misc | FinalParameters | Parameter children should be final. | 273 |
![]() |
design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
misc | FinalParameters | Parameter optional should be final. | 278 |
![]() |
design | DesignForExtension | Method 'getManagedBits' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() |
design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
misc | FinalParameters | Parameter data should be final. | 288 |
![]() |
design | DesignForExtension | Method 'getArtifact' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() |
design | DesignForExtension | Method 'setManagedBits' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
misc | FinalParameters | Parameter managedBits should be final. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'managedBits'. | 300 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter included should be final. | 53 |
![]() |
coding | HiddenField | 'included' hides a field. | 53 |
![]() |
misc | FinalParameters | Parameter excluded should be final. | 54 |
![]() |
coding | HiddenField | 'excluded' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 60 |
![]() |
misc | FinalParameters | Parameter excluded should be final. | 82 |
![]() |
coding | HiddenField | 'excluded' hides a field. | 82 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter transitive should be final. | 86 |
![]() |
coding | HiddenField | 'transitive' hides a field. | 86 |
![]() |
misc | FinalParameters | Parameter included should be final. | 87 |
![]() |
coding | HiddenField | 'included' hides a field. | 87 |
![]() |
misc | FinalParameters | Parameter excluded should be final. | 87 |
![]() |
coding | HiddenField | 'excluded' hides a field. | 87 |
![]() |
misc | FinalParameters | Parameter dependency should be final. | 94 |
![]() |
misc | FinalParameters | Parameter context should be final. | 106 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter o1 should be final. | 131 |
![]() |
misc | FinalParameters | Parameter o2 should be final. | 131 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 132 |
![]() |
coding | MagicNumber | '17' is a magic number. | 137 |
![]() |
coding | MagicNumber | '31' is a magic number. | 138 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 138 |
![]() |
coding | MagicNumber | '31' is a magic number. | 139 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 |
![]() |
coding | MagicNumber | '31' is a magic number. | 140 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.nuxeo.build.ant.artifact.PrintGraphTask. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
design | VisibilityModifier | Variable 'tabs' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'dependencyMap' must be private and have accessor methods. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'directDepsByArtifact' must be private and have accessor methods. | 69 |
![]() |
misc | FinalParameters | Parameter output should be final. | 77 |
![]() |
coding | HiddenField | 'output' hides a field. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'output'. | 77 |
![]() |
misc | FinalParameters | Parameter format should be final. | 77 |
![]() |
coding | HiddenField | 'format' hides a field. | 77 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopes'. | 78 |
![]() |
misc | FinalParameters | Parameter roots should be final. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'roots'. | 78 |
![]() |
design | DesignForExtension | Method 'doVisit' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter node should be final. | 92 |
![]() |
misc | FinalParameters | Parameter newNode should be final. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
design | DesignForExtension | Method 'addMissingChildren' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
misc | FinalParameters | Parameter node should be final. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 162 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 162 |
![]() |
design | DesignForExtension | Method 'incTabs' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Method 'visitLeave' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
misc | FinalParameters | Parameter node should be final. | 184 |
![]() |
design | DesignForExtension | Method 'decTabs' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter node should be final. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 200 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
misc | FinalParameters | Parameter node should be final. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'node'. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 64 |
![]() |
design | VisibilityModifier | Variable 'specialClassifier' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
design | DesignForExtension | Method 'isSpecialClassifier' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'major' must be private and have accessor methods. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'minor' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'patch' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | VisibilityModifier | Variable 'classifier' must be private and have accessor methods. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
design | VisibilityModifier | Variable 'snapshot' must be private and have accessor methods. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter version should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter major should be final. | 118 |
![]() |
coding | HiddenField | 'major' hides a field. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter major should be final. | 122 |
![]() |
coding | HiddenField | 'major' hides a field. | 122 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 122 |
![]() |
coding | HiddenField | 'minor' hides a field. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter major should be final. | 126 |
![]() |
coding | HiddenField | 'major' hides a field. | 126 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 126 |
![]() |
coding | HiddenField | 'minor' hides a field. | 126 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 126 |
![]() |
coding | HiddenField | 'patch' hides a field. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
misc | FinalParameters | Parameter major should be final. | 130 |
![]() |
coding | HiddenField | 'major' hides a field. | 130 |
![]() |
misc | FinalParameters | Parameter minor should be final. | 130 |
![]() |
coding | HiddenField | 'minor' hides a field. | 130 |
![]() |
misc | FinalParameters | Parameter patch should be final. | 130 |
![]() |
coding | HiddenField | 'patch' hides a field. | 130 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 130 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
![]() |
design | DesignForExtension | Method 'major' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
design | DesignForExtension | Method 'minor' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'patch' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'classifier' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Method 'lessThan' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
misc | FinalParameters | Parameter v should be final. | 156 |
![]() |
design | DesignForExtension | Method 'lessOrEqualsThan' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter v should be final. | 160 |
![]() |
design | DesignForExtension | Method 'equalsTo' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter v should be final. | 164 |
![]() |
design | DesignForExtension | Method 'greaterThan' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter v should be final. | 168 |
![]() |
design | DesignForExtension | Method 'greaterOrEqualThan' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter v should be final. | 172 |
![]() |
design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
misc | FinalParameters | Parameter o should be final. | 177 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 192 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
misc | FinalParameters | Parameter o should be final. | 224 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
coding | MagicNumber | '16' is a magic number. | 231 |
![]() |
coding | MagicNumber | '8' is a magic number. | 231 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
design | DesignForExtension | Method 'isSnapshot' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
design | DesignForExtension | Method 'setSnapshot' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
misc | FinalParameters | Parameter isSnapshot should be final. | 255 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isSnapshot'. | 255 |
![]() |
design | DesignForExtension | Method 'setClassifier' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
misc | FinalParameters | Parameter classifier should be final. | 262 |
![]() |
coding | HiddenField | 'classifier' hides a field. | 262 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 262 |