The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 5 | |
FileTabCharacter
| 12 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 21 | |
| MemberName | 0 | |
JavadocMethod
| 108 | |
JavadocType
| 3 | |
JavadocVariable
| 2 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 11 | |
ParenPad
| 2 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 4 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 2 | |
| NeedBraces | 12 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 61 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 1 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 36 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for ComponentLookupException. | 65 | |
| Unable to get class information for ComponentLookupException. | 77 | |
| Unable to get class information for ComponentLookupException. | 90 | |
| Unable to get class information for ComponentLookupException. | 102 | |
| Unable to get class information for ComponentLookupException. | 114 |
| Violation | Message | Line |
|---|---|---|
| '+' is not preceded with whitespace. | 83 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| 'protected' modifier out of order with the JLS suggestions. | 118 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Variable 'regex' must be private and have accessor methods. | 39 | |
| Variable 'regexMessage' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Expected an @return tag. | 86 | |
| Expected an @return tag. | 91 | |
| Expected an @return tag. | 99 | |
| Expected @param tag for 'helper'. | 99 | |
| Expected @throws tag for 'EnforcerRuleException'. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| '31' is a magic number. | 144 |
| Violation | Message | Line |
|---|---|---|
| Variable 'message' must be private and have accessor methods. | 32 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.plugin.MojoExecutionException. | 30 | |
| Variable 'version' must be private and have accessor methods. | 54 | |
| Unable to get class information for @throws tag 'MojoExecutionException'. | 63 | |
| Unused @throws tag for 'MojoExecutionException'. | 63 | |
| Line is longer than 120 characters. | 66 | |
| '+' should be on a new line. | 106 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 184 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for InvalidVersionSpecificationException. | 75 | |
| Missing a Javadoc comment. | 139 | |
| 'helper' hides a field. | 139 | |
| Unable to get class information for ComponentLookupException. | 188 | |
| Line is longer than 120 characters. | 191 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 45 | |
| Variable 'excludes' must be private and have accessor methods. | 49 | |
| Line is longer than 120 characters. | 52 | |
| Variable 'includes' must be private and have accessor methods. | 58 | |
| Line is longer than 120 characters. | 159 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 106 | |
| Unable to get class information for ExpressionEvaluationException. | 107 | |
| Missing a Javadoc comment. | 117 | |
| Unable to get class information for ComponentLookupException. | 118 | |
| Missing a Javadoc comment. | 128 | |
| Unable to get class information for ComponentLookupException. | 129 | |
| Missing a Javadoc comment. | 139 | |
| Unable to get class information for ComponentLookupException. | 140 | |
| Missing a Javadoc comment. | 150 | |
| Unable to get class information for ComponentLookupException. | 151 | |
| Missing a Javadoc comment. | 161 | |
| Unable to get class information for ComponentLookupException. | 162 | |
| Missing a Javadoc comment. | 172 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 21 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 120 characters. | 64 | |
| Missing a Javadoc comment. | 105 | |
| Expected an @return tag. | 204 | |
| Expected an @return tag. | 214 | |
| Expected an @return tag. | 225 | |
| Expected @param tag for 'arg0'. | 225 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Unable to get class information for ContextException. | 73 | |
| Expected @throws tag for 'MojoExecutionException'. | 82 | |
| Unable to get class information for MojoExecutionException. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Unable to get class information for ContextException. | 122 | |
| Expected @throws tag for 'MojoExecutionException'. | 131 | |
| Unable to get class information for MojoExecutionException. | 131 | |
| Line is longer than 120 characters. | 194 | |
| Line is longer than 120 characters. | 211 | |
| Line is longer than 120 characters. | 218 | |
| Expected an @return tag. | 234 | |
| Expected @param tag for 'rule'. | 234 | |
| '+' is not preceded with whitespace. | 246 | |
| '+' is not followed by whitespace. | 246 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 39 | |
| Unable to get class information for MojoExecutionException. | 40 | |
| Line is longer than 120 characters. | 42 |
| Violation | Message | Line |
|---|---|---|
| Name 'bsh' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Variable 'condition' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Variable 'profiles' must be private and have accessor methods. | 42 | |
| Variable 'all' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Variable 'variableName' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 38 |
| Violation | Message | Line |
|---|---|---|
| '10000' is a magic number. | 42 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 101 | |
| '(' is not followed by whitespace. | 111 | |
| ')' is not preceded with whitespace. | 111 | |
| '+' should be on a new line. | 134 | |
| '+' should be on a new line. | 135 | |
| '+' should be on a new line. | 136 | |
| '+' should be on a new line. | 137 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 49 | |
| Name 'java_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| '+' should be on a new line. | 61 | |
| '+' should be on a new line. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Variable 'banRepositories' must be private and have accessor methods. | 51 | |
| Variable 'banPluginRepositories' must be private and have accessor methods. | 56 | |
| Variable 'allowedRepositories' must be private and have accessor methods. | 61 | |
| Variable 'allowedPluginRepositories' must be private and have accessor methods. | 66 | |
| Variable 'allowSnapshotRepositories' must be private and have accessor methods. | 71 | |
| Variable 'allowSnapshotPluginRepositories' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 83 | |
| Line is longer than 120 characters. | 174 |
| Violation | Message | Line |
|---|---|---|
| Variable 'family' must be private and have accessor methods. | 62 | |
| Variable 'name' must be private and have accessor methods. | 65 | |
| Variable 'version' must be private and have accessor methods. | 68 | |
| Variable 'arch' must be private and have accessor methods. | 71 | |
| Variable 'message' must be private and have accessor methods. | 74 | |
| Variable 'display' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 92 | |
| Line is longer than 120 characters. | 100 | |
| '+' should be on a new line. | 110 | |
| '+' should be on a new line. | 111 | |
| '+' should be on a new line. | 112 | |
| Line is longer than 120 characters. | 113 | |
| '50' is a magic number. | 120 | |
| '+' should be on a new line. | 141 | |
| Line is longer than 120 characters. | 174 | |
| Missing a Javadoc comment. | 333 | |
| Missing a Javadoc comment. | 361 | |
| Missing a Javadoc comment. | 372 |
| Violation | Message | Line |
|---|---|---|
| Variable 'banLatest' must be private and have accessor methods. | 87 | |
| Variable 'banRelease' must be private and have accessor methods. | 90 | |
| Variable 'banSnapshots' must be private and have accessor methods. | 93 | |
| Variable 'banTimestamps' must be private and have accessor methods. | 96 | |
| Variable 'phases' must be private and have accessor methods. | 102 | |
| Variable 'additionalPlugins' must be private and have accessor methods. | 109 | |
| Variable 'unCheckedPlugins' must be private and have accessor methods. | 116 | |
| Variable 'unCheckedPluginList' must be private and have accessor methods. | 123 | |
| Method length is 174 lines (max allowed is 150). | 160 | |
| Missing a Javadoc comment. | 160 | |
| Expected an @return tag. | 345 | |
| Expected @param tag for 'uncheckedPlugins'. | 345 | |
| Expected @param tag for 'plugins'. | 345 | |
| Expected @throws tag for 'MojoExecutionException'. | 346 | |
| Unable to get class information for MojoExecutionException. | 346 | |
| Expected an @return tag. | 365 | |
| Line is longer than 120 characters. | 365 | |
| Expected @param tag for 'uncheckedPlugins'. | 365 | |
| Expected @param tag for 'uncheckedPluginsList'. | 365 | |
| Unable to get class information for MojoExecutionException. | 394 | |
| 'for' is not followed by whitespace. | 398 | |
| Expected an @return tag. | 423 | |
| Expected @param tag for 'pluginString'. | 423 | |
| Expected @param tag for 'field'. | 423 | |
| Expected @throws tag for 'MojoExecutionException'. | 424 | |
| Unable to get class information for MojoExecutionException. | 424 | |
| Empty catch block. | 531 | |
| Empty catch block. | 534 | |
| Unable to get class information for PluginNotFoundException. | 553 | |
| Redundant throws: 'LifecycleExecutionException' listed more then one time. | 553 | |
| Unable to get class information for LifecycleExecutionException. | 553 | |
| Line is longer than 120 characters. | 593 | |
| Unable to get class information for PluginNotFoundException. | 686 | |
| Redundant throws: 'LifecycleExecutionException' listed more then one time. | 686 | |
| Unable to get class information for LifecycleExecutionException. | 686 | |
| Unable to get class information for LifecycleExecutionException. | 747 | |
| 'phases' hides a field. | 756 | |
| Unable to get class information for BuildFailureException. | 785 | |
| Redundant throws: 'LifecycleExecutionException' listed more then one time. | 785 | |
| Unable to get class information for LifecycleExecutionException. | 785 | |
| Unable to get class information for LifecycleExecutionException. | 806 | |
| Redundant throws: 'PluginNotFoundException' listed more then one time. | 806 | |
| Unable to get class information for PluginNotFoundException. | 806 | |
| Unable to get class information for LifecycleExecutionException. | 865 | |
| Redundant throws: 'PluginNotFoundException' listed more then one time. | 865 | |
| Unable to get class information for PluginNotFoundException. | 865 | |
| Unable to get class information for LifecycleExecutionException. | 915 | |
| Redundant throws: 'PluginNotFoundException' listed more then one time. | 915 | |
| Unable to get class information for PluginNotFoundException. | 915 | |
| Unable to get class information for LifecycleExecutionException. | 967 | |
| Redundant throws: 'PluginNotFoundException' listed more then one time. | 967 | |
| Unable to get class information for PluginNotFoundException. | 967 | |
| Unable to get class information for ArtifactResolutionException. | 1018 | |
| Redundant throws: 'ArtifactNotFoundException' listed more then one time. | 1018 | |
| Unable to get class information for ArtifactNotFoundException. | 1018 | |
| Redundant throws: 'XmlPullParserException' listed more then one time. | 1018 | |
| Unable to get class information for XmlPullParserException. | 1018 | |
| Line is longer than 120 characters. | 1042 | |
| Line is longer than 120 characters. | 1052 | |
| Missing a Javadoc comment. | 1231 | |
| Missing a Javadoc comment. | 1236 |
| Violation | Message | Line |
|---|---|---|
| Variable 'property' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Variable 'onlyWhenRelease' must be private and have accessor methods. | 51 | |
| Variable 'failWhenParentIsSnapshot' must be private and have accessor methods. | 58 | |
| Variable 'excludes' must be private and have accessor methods. | 64 | |
| Variable 'includes' must be private and have accessor methods. | 70 | |
| Expected @param tag for 'helper'. | 75 | |
| Expected @throws tag for 'EnforcerRuleException'. | 76 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 |
| Violation | Message | Line |
|---|---|---|
| Variable 'failWhenParentIsSnapshot' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 21 | |
| Line is longer than 120 characters. | 64 | |
| Missing a Javadoc comment. | 105 |
| Violation | Message | Line |
|---|---|---|
| Missing a header - not enough lines in file. | 1 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.plugins.enforcer.BanTransitiveDependencies. | 30 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 | |
| 'if' construct must use '{}'s. | 49 | |
| 'if' construct must use '{}'s. | 56 | |
| 'if' construct must use '{}'s. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Unable to get class information for InvalidVersionSpecificationException. | 67 | |
| 'if' construct must use '{}'s. | 69 | |
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 91 | |
| Line is longer than 120 characters. | 99 | |
| 'if' construct must use '{}'s. | 106 | |
| 'if' construct must use '{}'s. | 110 | |
| Conditional logic can be removed. | 110 | |
| 'else' construct must use '{}'s. | 112 | |
| Unused @throws tag for 'NullPointerException'. | 133 | |
| Expected @param tag for 'patterns'. | 135 | |
| Expected @param tag for 'ignorePatterns'. | 135 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 139 | |
| Expected an @return tag. | 164 | |
| Expected @param tag for 'artifact'. | 164 | |
| Expected @throws tag for 'InvalidVersionSpecificationException'. | 165 | |
| Unable to get class information for InvalidVersionSpecificationException. | 165 | |
| 'if' construct must use '{}'s. | 173 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 21 | |
| Unused import - org.apache.maven.artifact.ArtifactUtils. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 120 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 109 | |
| Unable to get class information for XmlPullParserException. | 140 | |
| Unable to get class information for ArtifactResolutionException. | 175 | |
| Redundant throws: 'ArtifactNotFoundException' listed more then one time. | 175 | |
| Unable to get class information for ArtifactNotFoundException. | 175 | |
| Redundant throws: 'XmlPullParserException' listed more then one time. | 175 | |
| Unable to get class information for XmlPullParserException. | 175 | |
| Unable to get class information for ArtifactResolutionException. | 236 | |
| Redundant throws: 'ArtifactNotFoundException' listed more then one time. | 236 | |
| Unable to get class information for ArtifactNotFoundException. | 236 | |
| Redundant throws: 'XmlPullParserException' listed more then one time. | 236 | |
| Unable to get class information for XmlPullParserException. | 236 | |
| Line is longer than 120 characters. | 261 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 307 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 |