The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 5 | 0 | 0 | 356 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| JavadocMethod | 25 | |
| JavadocType | 1 | |
| JavadocVariable | 5 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 45 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 30 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 6 | |
| WhitespaceAround | 128 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 4 | |
| NeedBraces | 7 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 7 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 19 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 19 | |
GenericIllegalRegexp
| 53 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Line has trailing spaces. | 51 | |
| '{' should be on the previous line. | 52 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line has trailing spaces. | 84 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 101 | |
| Line has trailing spaces. | 103 | |
| Line has trailing spaces. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Line has trailing spaces. | 110 | |
| Line is longer than 80 characters. | 110 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 116 | |
| Line has trailing spaces. | 120 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Expected @throws tag for 'MojoExecutionException'. | 120 | |
| '{' should be on the previous line. | 121 | |
| Line has trailing spaces. | 129 | |
| Line is longer than 80 characters. | 133 | |
| Method 'runtTests' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Expected @throws tag for 'Exception'. | 135 | |
| Line is longer than 80 characters. | 137 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| '(' is followed by whitespace. | 139 | |
| ')' is preceded with whitespace. | 139 | |
| Line is longer than 80 characters. | 142 | |
| '!=' is not preceded with whitespace. | 145 | |
| '!=' is not followed by whitespace. | 145 | |
| Line is longer than 80 characters. | 149 | |
| '(' is followed by whitespace. | 149 | |
| '(' is followed by whitespace. | 149 | |
| ')' is preceded with whitespace. | 149 | |
| ')' is preceded with whitespace. | 149 | |
| Line is longer than 80 characters. | 151 | |
| '(' is followed by whitespace. | 151 | |
| ')' is preceded with whitespace. | 151 | |
| '!=' is not preceded with whitespace. | 153 | |
| '!=' is not followed by whitespace. | 153 | |
| '==' is not preceded with whitespace. | 155 | |
| '==' is not followed by whitespace. | 155 | |
| ';' is not followed by whitespace. | 156 | |
| '!=' is not preceded with whitespace. | 158 | |
| '!=' is not followed by whitespace. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 163 | |
| '(' is followed by whitespace. | 163 | |
| ')' is preceded with whitespace. | 163 | |
| Line has trailing spaces. | 167 | |
| Line has trailing spaces. | 171 | |
| Method 'getBaseDirectory' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Line has trailing spaces. | 175 | |
| Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| '(' is followed by whitespace. | 177 | |
| ')' is preceded with whitespace. | 177 | |
| '(' is followed by whitespace. | 181 | |
| ')' is preceded with whitespace. | 181 | |
| '(' is followed by whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| Line has trailing spaces. | 186 | |
| Method 'getPomFiles' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Parameter targetDir should be final. | 187 | |
| Line is longer than 80 characters. | 188 | |
| '==' is not preceded with whitespace. | 189 | |
| '==' is not followed by whitespace. | 189 | |
| Avoid inline conditionals. | 189 | |
| Method 'getPomFiles2' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter targetDir should be final. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Method 'getIncludePomFiles' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Method 'getIncludePomFiles2' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Method 'getExcludePomFiles' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Method 'getGoalsList' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| '!=' is not preceded with whitespace. | 210 | |
| '!=' is not followed by whitespace. | 210 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| Method 'getGoalsList2' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| '!=' is not preceded with whitespace. | 218 | |
| '!=' is not followed by whitespace. | 218 | |
| Line is longer than 80 characters. | 225 | |
| Missing a Javadoc comment. | 225 | |
| '<' is not preceded with whitespace. | 225 | |
| '<' is not followed by whitespace. | 225 | |
| '>' is not preceded with whitespace. | 225 | |
| Parameter delineatedList should be final. | 225 | |
| '!=' is not preceded with whitespace. | 226 | |
| '!=' is not followed by whitespace. | 226 | |
| '<' is not preceded with whitespace. | 227 | |
| '<' is not followed by whitespace. | 227 | |
| '>' is not preceded with whitespace. | 227 | |
| '<' is not preceded with whitespace. | 227 | |
| '<' is not followed by whitespace. | 227 | |
| '>' is not preceded with whitespace. | 227 | |
| '>' is not followed by whitespace. | 227 | |
| Line is longer than 80 characters. | 228 | |
| ',' is not followed by whitespace. | 228 | |
| ',' is not followed by whitespace. | 228 | |
| 'while' is not followed by whitespace. | 229 | |
| '(' is followed by whitespace. | 230 | |
| ')' is preceded with whitespace. | 230 | |
| Missing a Javadoc comment. | 238 | |
| Parameter delineatedList should be final. | 238 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| '==' is not preceded with whitespace. | 240 | |
| '==' is not followed by whitespace. | 240 | |
| Avoid inline conditionals. | 240 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 77 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Expected @throws tag for 'MojoExecutionException'. | 77 | |
| '{' should be on the previous line. | 78 | |
| Line has trailing spaces. | 86 | |
| Method 'generateTests' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| '==' is not preceded with whitespace. | 88 | |
| '==' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 89 | |
| '+' is not preceded with whitespace. | 91 | |
| '+' is not followed by whitespace. | 91 | |
| '+' is not followed by whitespace. | 92 | |
| '(' is followed by whitespace. | 92 | |
| '==' is not preceded with whitespace. | 92 | |
| '==' is not followed by whitespace. | 92 | |
| Avoid inline conditionals. | 92 | |
| '+' is not preceded with whitespace. | 92 | |
| '+' is not followed by whitespace. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '+' is not followed by whitespace. | 93 | |
| '(' is followed by whitespace. | 93 | |
| '==' is not preceded with whitespace. | 93 | |
| '==' is not followed by whitespace. | 93 | |
| Avoid inline conditionals. | 93 | |
| '+' is not preceded with whitespace. | 93 | |
| '+' is not followed by whitespace. | 93 | |
| '+' is not preceded with whitespace. | 93 | |
| '+' is not followed by whitespace. | 93 | |
| Line is longer than 80 characters. | 98 | |
| Line has trailing spaces. | 103 | |
| Line has trailing spaces. | 107 | |
| Method 'asProperties' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| 'if' construct must use '{}'s. | 110 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| 'for' is not followed by whitespace. | 111 | |
| Method 'getPropertyFile' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Method 'getBaseDirectory' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Line has trailing spaces. | 124 | |
| Method 'getTargetDirectory' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| '(' is followed by whitespace. | 126 | |
| ')' is preceded with whitespace. | 126 | |
| '(' is followed by whitespace. | 130 | |
| ')' is preceded with whitespace. | 130 | |
| '(' is followed by whitespace. | 131 | |
| ')' is preceded with whitespace. | 131 | |
| Line has trailing spaces. | 135 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 32 | |
| Utility classes should not have a public or default constructor. | 35 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' is not followed by whitespace. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '}' is not preceded with whitespace. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'strategy' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'pathRegexpr' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Parameter pattern should be final. | 47 | |
| ';' is not followed by whitespace. | 48 | |
| '3' is a magic number. | 51 | |
| '>=' is not preceded with whitespace. | 55 | |
| '>=' is not followed by whitespace. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '+' is not preceded with whitespace. | 56 | |
| '+' is not followed by whitespace. | 56 | |
| 'while' is not followed by whitespace. | 60 | |
| 'if' construct must use '{}'s. | 62 | |
| Line has trailing spaces. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| 'if' construct must use '{}'s. | 66 | |
| 'else' construct must use '{}'s. | 68 | |
| Line has trailing spaces. | 74 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter pathname should be final. | 75 | |
| Method 'getStrategy' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter regexpr should be final. | 90 | |
| Parameter path should be final. | 90 | |
| Parameter includePomFiles should be final. | 90 | |
| Parameter excludePomFiles should be final. | 90 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '>' is not followed by whitespace. | 91 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '!=' is not preceded with whitespace. | 93 | |
| '!=' is not followed by whitespace. | 93 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| 'for' is not followed by whitespace. | 95 | |
| '!=' is not preceded with whitespace. | 99 | |
| '!=' is not followed by whitespace. | 99 | |
| 'for' is not followed by whitespace. | 100 | |
| '==' is not preceded with whitespace. | 101 | |
| '==' is not followed by whitespace. | 101 | |
| 'if' construct must use '{}'s. | 103 | |
| Line is longer than 80 characters. | 104 | |
| '+' is not preceded with whitespace. | 104 | |
| '+' is not followed by whitespace. | 104 | |
| '!=' is not preceded with whitespace. | 109 | |
| '!=' is not followed by whitespace. | 109 | |
| '>' is not preceded with whitespace. | 109 | |
| '>' is not followed by whitespace. | 109 | |
| '==' is not preceded with whitespace. | 113 | |
| '==' is not followed by whitespace. | 113 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '>' is not followed by whitespace. | 116 | |
| Parameter s1 should be final. | 117 | |
| Parameter s2 should be final. | 117 | |
| ',' is not followed by whitespace. | 118 | |
| ',' is not followed by whitespace. | 118 | |
| Line has trailing spaces. | 126 | |
| Missing a Javadoc comment. | 127 | |
| Parameter s should be final. | 127 | |
| Parameter c should be final. | 127 | |
| '==' is not preceded with whitespace. | 129 | |
| '==' is not followed by whitespace. | 129 | |
| Avoid inline conditionals. | 129 | |
| 'while' is not followed by whitespace. | 130 | |
| '>=' is not preceded with whitespace. | 130 | |
| '>=' is not followed by whitespace. | 130 | |
| '+' is not preceded with whitespace. | 132 | |
| '+' is not followed by whitespace. | 132 | |
| Line has trailing spaces. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter fileFilter should be final. | 137 | |
| Parameter path should be final. | 137 | |
| Parameter relativePath should be final. | 137 | |
| Parameter excludeSet should be final. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| Parameter list should be final. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| '!=' is not preceded with whitespace. | 139 | |
| '!=' is not followed by whitespace. | 139 | |
| 'for' is not followed by whitespace. | 140 | |
| Line is longer than 80 characters. | 142 | |
| '==' is not preceded with whitespace. | 142 | |
| '==' is not followed by whitespace. | 142 | |
| Line is longer than 80 characters. | 143 | |
| '==' is not preceded with whitespace. | 143 | |
| '==' is not followed by whitespace. | 143 | |
| Avoid inline conditionals. | 143 | |
| '+' is not preceded with whitespace. | 143 | |
| '+' is not followed by whitespace. | 143 | |
| '+' is not preceded with whitespace. | 143 | |
| '+' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| '==' is not preceded with whitespace. | 145 | |
| '==' is not followed by whitespace. | 145 | |
| '==' is not preceded with whitespace. | 145 | |
| '==' is not followed by whitespace. | 145 | |
| Line has trailing spaces. | 147 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 150 | |
| '==' is not preceded with whitespace. | 150 | |
| '==' is not followed by whitespace. | 150 | |
| Avoid inline conditionals. | 150 | |
| '+' is not preceded with whitespace. | 150 | |
| '+' is not followed by whitespace. | 150 | |
| '+' is not preceded with whitespace. | 150 | |
| '+' is not followed by whitespace. | 150 | |
| 'if' construct must use '{}'s. | 151 | |
| '==' is not preceded with whitespace. | 151 | |
| '==' is not followed by whitespace. | 151 | |
| Line has trailing spaces. | 157 |