The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/kuali/maven/common/SiteContext.java | 0 | 0 | 18 |
| org/kuali/maven/common/UrlBuilder.java | 0 | 0 | 45 |
| org/kuali/maven/mojo/BaseMojo.java | 0 | 0 | 48 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 0 | |
| JavadocMethod | 34 | |
| JavadocType | 2 | |
| JavadocVariable | 3 | |
| JavadocStyle | 1 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 28 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 6 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 26 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Redundant 'public' modifier. | 4 | |
| Missing a Javadoc comment. | 6 | |
| Redundant 'public' modifier. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Redundant 'public' modifier. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Redundant 'public' modifier. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Method 'isTargetGroupId' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 23 | |
| Method 'getTrimmedGroupId' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 40 | |
| Method 'isAppendArtifactId' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getSitePath' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line is longer than 80 characters. | 84 | |
| Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 98 | |
| Method 'isBaseCase' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 122 | |
| Method 'getPublicUrl' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 131 | |
| Method 'getPublishUrl' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Method 'isSnapshot' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Line is longer than 80 characters. | 147 | |
| Method 'getMavenProject' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Line is longer than 80 characters. | 155 | |
| Method 'getDownloadUrl' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| First sentence should end with a period. | 18 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 91 | |
| Method 'skipMojo' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Method 'getProject' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| 'encoding' hides a field. | 124 | |
| Method 'isSkip' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Method 'setSkip' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| 'skip' hides a field. | 132 | |
| Method 'isForceMojoExecution' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Method 'setForceMojoExecution' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| 'forceMojoExecution' hides a field. | 140 | |
| Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Method 'setSettings' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| 'settings' hides a field. | 148 | |
| Method 'getMavenSession' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Method 'setMavenSession' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| 'mavenSession' hides a field. | 156 | |
| Method 'setProject' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| 'project' hides a field. | 160 |