Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50068

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
3Errors Error
JavadocMethod11Errors Error
JavadocType5Errors Error
JavadocVariable5Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength13Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround13Errors Error
ModifierOrder0Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension8Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters2Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/ehoffman/testing/module/webapp/Application.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.5
ErrorsMissing a Javadoc comment.7
ErrorsRedundant 'public' modifier.7
ErrorsMissing a Javadoc comment.9
ErrorsRedundant 'public' modifier.9
ErrorsMissing a Javadoc comment.11
ErrorsRedundant 'public' modifier.11

org/ehoffman/testing/module/webapp/EmbeddedWebappModule.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.3
ErrorsMethod 'getWebAppName' is not designed for extension - needs to be abstract, final or empty.5

org/ehoffman/testing/module/webapp/MyEnforcer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
Errors'{' is followed by whitespace.29
Errors'{' is followed by whitespace.29
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.41

org/ehoffman/testing/module/webapp/SimpleTest.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsMethod 'simpleTestOfApplication' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
Errors'=' is not preceded with whitespace.16
Errors'=' is not followed by whitespace.16
ErrorsLine is longer than 80 characters.17
Errors'=' is not preceded with whitespace.17
Errors'=' is not followed by whitespace.17
Errors'}' is not preceded with whitespace.17
Errors'{' is not preceded with whitespace.18
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.22
ErrorsMethod 'ideartTest' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
Errors'=' is not preceded with whitespace.25
Errors'=' is not followed by whitespace.25
Errors'{' is not preceded with whitespace.26

org/ehoffman/testing/module/webapp/WebAppModule.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.10
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.14
ErrorsMethod 'getModuleType' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMethod 'getTargetClass' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMethod 'getDependencyDefinition' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter application should be final.34
Errors'application' hides a field.34
Errors'{' is not preceded with whitespace.34
ErrorsMissing a Javadoc comment.54
Errors'{' is not preceded with whitespace.54
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter dependencies should be final.61
ErrorsLine is longer than 80 characters.62
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.67
Errors'=' is not followed by whitespace.69
Errors'{' is not preceded with whitespace.70