Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
502614

Rules

RulesViolationsSeverity
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
FinalClass0Infos Info
ArrayTypeStyle0Infos Info
MagicNumber
  • ignoreNumbers: "-1, 0, 1, 2, 1024, 255"
0Infos Info
RedundantImport0Infos Info
RedundantThrows0Infos Info
SimplifyBooleanReturn0Infos Info
SimplifyBooleanExpression0Infos Info
LineLength
  • id: "lineInfo"
  • max: "120"
1Warnings Warning
LineLength
  • id: "lineError"
  • max: "255"
0Errors Error
UnusedImports0Warnings Warning
EmptyBlock
  • id: "emptyBlock"
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, INSTANCE_INIT, STATIC_INIT"
  • option: "stmt"
0Warnings Warning
EmptyBlock
  • id: "emptyCatchBlock"
  • tokens: "LITERAL_CATCH"
  • option: "text"
0Warnings Warning
NeedBraces0Warnings Warning
ParameterNumber
  • max: "7"
0Errors Error
MethodLength
  • max: "150"
0Errors Error
AvoidStarImport
  • allowStaticMemberImports: "true"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
LeftCurly14Errors Error
RightCurly0Errors Error
StaticVariableName0Errors Error
MemberName
  • format: "^[a-z_][a-zA-Z0-9]*$"
0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
AvoidNestedBlocks0Errors Error
LocalVariableName0Errors Error
ConstantName
  • format: "(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger"
0Errors Error
TypeName0Errors Error
MethodName0Errors Error
EmptyStatement0Warnings Warning
EqualsHashCode0Errors Error
InnerAssignment0Warnings Warning
OperatorWrap0Warnings Warning
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
MissingSwitchDefault0Errors Error
ParenPad24Warnings Warning
UpperEll0Errors Error
InterfaceIsType0Errors Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0Errors Error
PackageName0Errors Error
IllegalImport0Errors Error
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceBefore0Warnings Warning
TypecastParenPad0Warnings Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0Warnings Warning
AnnotationUseStyle
  • elementStyle: "ignore"
  • trailingArrayComma: "never"
  • closingParens: "ignore"
0Errors Error
MissingDeprecated0Errors Error
MissingOverride0Errors Error
PackageAnnotation0Errors Error
CovariantEquals0Errors Error
EqualsAvoidNull1Warnings Warning
StringLiteralEquality0Errors Error
NoFinalizer0Errors Error
SuperClone0Errors Error
OuterTypeFilename0Errors Error
SuppressionFilter
  • file: "/org/kuali/cm/checkstyle/rice-legacy-suppressions.xml"
0Errors Error

Details

org/codehaus/mojo/sql/DelimiterType.java

ViolationMessageLine
Errors'{' should be on the previous line.26
Errors'{' should be on the previous line.49
Errors'{' should be on the previous line.55
Warnings'(' is followed by whitespace.63
Warnings')' is preceded with whitespace.63
Errors'{' should be on the previous line.64
Warnings'(' is followed by whitespace.65
Warnings')' is preceded with whitespace.65
Warnings'(' is followed by whitespace.66
Warnings')' is preceded with whitespace.66
Errors'{' should be on the previous line.67
Warnings'(' is followed by whitespace.68
Warnings')' is preceded with whitespace.68
Warnings'(' is followed by whitespace.79
Warnings')' is preceded with whitespace.79
Errors'{' should be on the previous line.80
Warnings'(' is followed by whitespace.81
Warnings'(' is followed by whitespace.81
Warnings')' is preceded with whitespace.81
Warnings')' is preceded with whitespace.81
Warnings'(' is followed by whitespace.91
Warnings')' is preceded with whitespace.91
Errors'{' should be on the previous line.92
Warnings'(' is followed by whitespace.94
Warnings')' is preceded with whitespace.94
Errors'{' should be on the previous line.95
Warnings'(' is followed by whitespace.98
Warnings')' is preceded with whitespace.98
Errors'{' should be on the previous line.99
Warnings'(' is followed by whitespace.100
Warnings'(' is followed by whitespace.100
Warnings')' is preceded with whitespace.100
Warnings')' is preceded with whitespace.100
Errors'{' should be on the previous line.101
Errors'{' should be on the previous line.112
Errors'{' should be on the previous line.121
Errors'{' should be on the previous line.131

org/codehaus/mojo/sql/Fileset.java

ViolationMessageLine
Errors'{' should be on the previous line.27

org/codehaus/mojo/sql/SqlExecMojo.java

ViolationMessageLine
WarningsLine is longer than 120 characters.747
WarningsString literal expressions should be on the left side of an equals comparison.1012