Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
31 0 38 0

Rules

Rules Violations Severity
JavadocType
  • excludeScope : "private"
0 error Error
JavadocStyle 2 error Error
ConstantName 3 error Error
LocalFinalVariableName 1 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 2 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength 10 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
ParenPad 1 error Error
TypecastParenPad 0 error Error
ModifierOrder 2 error Error
RedundantModifier 8 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 0 error Error
RightCurly 0 error Error
AvoidInlineConditionals 2 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • tokens : "VARIABLE_DEF"
0 error Error
IllegalInstantiation 0 error Error
MissingSwitchDefault 2 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 4 error Error
ArrayTypeStyle 0 error Error
UpperEll 0 error Error
Translation 0 error Error
NewlineAtEndOfFile 0 info Info

Details

it/newinstance/util/servlet/HttpPatternFilter.java

Violation Message Line
warning Line is longer than 80 characters. 21

it/newinstance/util/servlet/JSMin.java

Violation Message Line
warning '(' is followed by whitespace. 72
warning switch without "default" clause. 130
warning switch without "default" clause. 160
warning Line is longer than 80 characters. 215

it/newinstance/jrainbow/converter/JavaToHTMLConverter.java

Violation Message Line
warning Line is longer than 80 characters. 16

it/newinstance/jrainbow/parser/ParserBase.java

Violation Message Line
warning Name 'conf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26

it/newinstance/jrainbow/source/AbstractIterator.java

Violation Message Line
warning Variable 'taggedChars' must be private and have accessor methods. 12
warning Variable 'position' must be private and have accessor methods. 13

it/newinstance/jrainbow/converter/Converter.java

Violation Message Line
warning Redundant 'public' modifier. 17
warning 'static' modifier out of order with the JLS suggestions. 19
warning Name 'conf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20

it/newinstance/util/servlet/JSMinFilter.java

Violation Message Line
warning Variable 'outputStream' must be private and have accessor methods. 39
warning Variable 'writer' must be private and have accessor methods. 46

it/newinstance/jrainbow/parser/java/KeywordMarker.java

Violation Message Line
warning Line is longer than 80 characters. 80

it/newinstance/jrainbow/parser/StateMachine.java

Violation Message Line
warning Redundant 'public' modifier. 25
warning Utility classes should not have a public or default constructor. 33

it/newinstance/util/LabelValueBean.java

Violation Message Line
warning Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
warning Avoid inline conditionals. 34
warning Avoid inline conditionals. 35

it/newinstance/jrainbow/converter/AnyToHTMLConverter.java

Violation Message Line
warning Line is longer than 80 characters. 15

it/newinstance/jrainbow/converter/UnsupportedConverterException.java

Violation Message Line
warning Line is longer than 80 characters. 11

it/newinstance/jrainbow/source/TaggedStringIterator.java

Violation Message Line
warning Line is longer than 80 characters. 8

it/newinstance/jrainbow/source/TaggedCharIterator.java

Violation Message Line
warning Line is longer than 80 characters. 8

it/newinstance/jrainbow/parser/xml/XMLStateMachine.java

Violation Message Line
warning First sentence should end with a period. 9
warning Line is longer than 80 characters. 92

it/newinstance/jrainbow/parser/UnsupportedParserException.java

Violation Message Line
warning Line is longer than 80 characters. 11

it/newinstance/jrainbow/parser/Parser.java

Violation Message Line
warning Redundant 'public' modifier. 28
warning Redundant 'public' modifier. 38
warning Redundant 'public' modifier. 48
warning Redundant 'public' modifier. 57
warning Redundant 'public' modifier. 65
warning Redundant 'public' modifier. 70
warning 'static' modifier out of order with the JLS suggestions. 72
warning Name 'conf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73

it/newinstance/jrainbow/ui/web/CSSLoader.java

Violation Message Line
warning First sentence should end with a period. 21
warning Name 'LAST_LANGUAGE_LOAD_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
warning Name 'LAST_STYLE_LOAD_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36