Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
11 0 0 32

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
JavadocMethod
  • scope: "protected"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
5 Errors Error
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Errors Error
JavadocStyle
  • scope: "protected"
  • checkFirstSentence: "false"
0 Errors Error
ConstantName
  • format: "^log$|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength
  • max: "120"
2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "DOT"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 4 Errors Error
NeedBraces 1 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 19 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters
  • tokens: "CTOR_DEF"
0 Errors Error
UpperEll 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth 0 Errors Error
ExplicitInitialization 0 Errors Error

Details

org/appfuse/webapp/jsp/EscapeXml.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 32

org/appfuse/webapp/jsp/EscapeXmlELResolver.java

Violation Message Line
Errors '{' should be on the previous line. 63
Errors Redundant throws: 'NullPointerException' is unchecked exception. 69
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 69
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 69
Errors Redundant throws: 'ELException' is unchecked exception. 69
Errors '{' should be on the previous line. 70
Errors Redundant throws: 'NullPointerException' is unchecked exception. 76
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 76
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 76
Errors Redundant throws: 'ELException' is unchecked exception. 76
Errors '{' should be on the previous line. 77
Errors Redundant throws: 'NullPointerException' is unchecked exception. 98
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 98
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 98
Errors Redundant throws: 'ELException' is unchecked exception. 98
Errors '{' should be on the previous line. 99
Errors Redundant throws: 'NullPointerException' is unchecked exception. 106
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 106
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 106
Errors Redundant throws: 'PropertyNotWritableException' is subclass of 'ELException'. 106
Errors Redundant throws: 'PropertyNotWritableException' is unchecked exception. 106
Errors Redundant throws: 'ELException' is unchecked exception. 106

org/appfuse/webapp/jsp/EscapeXmlELResolverListener.java

Violation Message Line
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 42

org/appfuse/webapp/listener/StartupListener.java

Violation Message Line
Errors Line is longer than 120 characters. 68

org/appfuse/webapp/listener/UserCounterListener.java

Violation Message Line
Errors Line is longer than 120 characters. 160
Errors Missing a Javadoc comment. 173
Errors Missing a Javadoc comment. 176

org/appfuse/webapp/search/CompassConfigurationPostProcessor.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors Redundant throws: 'ConfigurationException' is unchecked exception. 16

org/appfuse/webapp/util/RequestUtil.java

Violation Message Line
Errors 'if' construct must use '{}'s. 95