Checkstyle Results
The following document contains the results of Checkstyle. 
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 2 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 3 | |
| JavadocMethod | 11 | |
| JavadocType | 5 | |
| 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 | |
| LineLength | 13 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 13 | |
| ModifierOrder | 0 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 8 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 2 | |
| TodoComment | 0 | |
| UpperEll | 0 |
Details
org/ehoffman/testing/module/webapp/Application.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Redundant 'public' modifier. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Redundant 'public' modifier. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 |
org/ehoffman/testing/module/webapp/EmbeddedWebappModule.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Method 'getWebAppName' is not designed for extension - needs to be abstract, final or empty. | 5 |
org/ehoffman/testing/module/webapp/MyEnforcer.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line has trailing spaces. | 16 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '{' is followed by whitespace. | 29 | |
| '{' is followed by whitespace. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 41 |
org/ehoffman/testing/module/webapp/SimpleTest.java
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Method 'simpleTestOfApplication' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| Line is longer than 80 characters. | 17 | |
| '=' is not preceded with whitespace. | 17 | |
| '=' is not followed by whitespace. | 17 | |
| '}' is not preceded with whitespace. | 17 | |
| '{' is not preceded with whitespace. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Method 'ideartTest' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| '{' is not preceded with whitespace. | 26 |
org/ehoffman/testing/module/webapp/WebAppModule.java
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Method 'getModuleType' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Method 'getTargetClass' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Method 'getDependencyDefinition' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter application should be final. | 34 | |
| 'application' hides a field. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter dependencies should be final. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Method 'destroy' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| '=' is not followed by whitespace. | 69 | |
| '{' is not preceded with whitespace. | 70 |