The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
JavadocPackage
  | 1 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
  | 15 | |
RegexpSingleline
  | 3 | |
| JavadocMethod | 30 | |
| JavadocType | 0 | |
| JavadocVariable | 24 | |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 109 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 4 | |
| ParenPad | 8 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 24 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 20 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 30 | |
| TodoComment | 1 | |
| UpperEll | 0 | 
| Violation | Message | Line | 
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 42 | |
| Variable 'orgToken' must be private and have accessor methods. | 43 | |
| Line is longer than 80 characters. | 48 | |
| Variable 'product' must be private and have accessor methods. | 49 | |
| Line is longer than 80 characters. | 54 | |
| Variable 'productVersion' must be private and have accessor methods. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Variable 'ignoreTestScopeDependencies' must be private and have accessor methods. | 61 | |
| Line is longer than 80 characters. | 66 | |
| '(' is followed by whitespace. | 66 | |
| Variable 'outputDirectory' must be private and have accessor methods. | 67 | |
| Line is longer than 80 characters. | 73 | |
| Variable 'projectToken' must be private and have accessor methods. | 74 | |
| Line is longer than 80 characters. | 79 | |
| Variable 'moduleTokens' must be private and have accessor methods. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Variable 'specialModuleTokens' must be private and have accessor methods. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Variable 'ignore' must be private and have accessor methods. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Variable 'includes' must be private and have accessor methods. | 99 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 104 | |
| Variable 'excludes' must be private and have accessor methods. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Variable 'ignorePomModules' must be private and have accessor methods. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Variable 'reactorProjects' must be private and have accessor methods. | 114 | |
| Method 'getDependencyInfo' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter dependency should be final. | 118 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter dependencyNode should be final. | 140 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 178 | |
| Method 'debugProjectInfos' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter projectInfos should be final. | 178 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Avoid inline conditionals. | 184 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 195 | |
| Method 'processProject' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter project should be final. | 195 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 231 | |
| Method 'collectDirectDependencies' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter project should be final. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 268 | |
| Line is longer than 80 characters. | 270 | |
| Method 'collectDependencyStructure' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Parameter project should be final. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Missing a Javadoc comment. | 289 | |
| Parameter info should be final. | 289 | |
| Parameter prefix should be final. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Method 'extractCoordinates' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Missing a Javadoc comment. | 296 | |
| Parameter mavenProject should be final. | 296 | |
| Line is longer than 80 characters. | 302 | |
| Method 'createLookupTable' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Parameter project should be final. | 302 | |
| Line is longer than 80 characters. | 306 | |
| Method 'matchAny' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Parameter value should be final. | 316 | |
| Parameter patterns should be final. | 316 | |
| '=' is not preceded with whitespace. | 321 | |
| '=' is not followed by whitespace. | 321 | |
| Method 'match' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Parameter dependency should be final. | 332 | |
| Parameter artifact should be final. | 332 | |
| '&&' should be on a new line. | 333 | |
| '&&' should be on a new line. | 334 | |
| Line is longer than 80 characters. | 340 | |
| Line is longer than 80 characters. | 358 | |
| Method 'extractProjectInfos' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Missing a Javadoc comment. | 358 | |
| Line is longer than 80 characters. | 359 | |
| Method 'shouldProcess' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter project should be final. | 374 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 392 | |
| Method 'generateReport' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| Missing a Javadoc comment. | 392 | |
| Parameter result should be final. | 392 | |
| Line is longer than 80 characters. | 399 | 
| Violation | Message | Line | 
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 37 | |
| ')' is preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 78 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter projectInfos should be final. | 96 | |
| Line is longer than 80 characters. | 99 | |
| '||' should be on a new line. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 115 | 
| Violation | Message | Line | 
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| First sentence should end with a period. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | 
| Violation | Message | Line | 
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 39 | |
| ')' is preceded with whitespace. | 47 | |
| Line is longer than 80 characters. | 53 | |
| '(' is followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter projectInfos should be final. | 104 | |
| Line is longer than 80 characters. | 109 | |
| '||' should be on a new line. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 132 | |
| Missing a Javadoc comment. | 136 | |
| Parameter result should be final. | 136 | 
| Violation | Message | Line | 
|---|---|---|
| Line is longer than 80 characters. | 42 | |
| Variable 'failOnError' must be private and have accessor methods. | 54 | |
| Variable 'skip' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'session' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'mavenProject' must be private and have accessor methods. | 66 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Variable 'projectDependenciesResolver' must be private and have accessor methods. | 72 | |
| Line is longer than 80 characters. | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| Variable 'repoSession' must be private and have accessor methods. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'service' must be private and have accessor methods. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line is longer than 80 characters. | 109 | |
| Method 'createService' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 131 | |
| Comment matches to-do format 'TODO:'. | 133 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 154 | |
| Method 'handleError' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter error should be final. | 158 | |
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter content should be final. | 168 | |
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter content should be final. | 175 | |
| Parameter error should be final. | 175 | |
| Method 'info' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter content should be final. | 182 | |
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter content should be final. | 189 | |
| Parameter error should be final. | 189 | |
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter content should be final. | 197 | |
| Method 'error' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter content should be final. | 204 | |
| Parameter error should be final. | 204 | |
| Method 'error' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter content should be final. | 212 |