Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
31410

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
RedundantThrows2Infos Info
SimplifyBooleanReturn2Infos 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
LeftCurly0Errors 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
ParenPad0Warnings 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
EqualsAvoidNull0Warnings Warning
StringLiteralEquality0Errors Error
NoFinalizer0Errors Error
SuperClone0Errors Error
OuterTypeFilename0Errors Error

Details

org/kuali/spring/util/DelegatingPropertyPlaceholderConfigurer.java

ViolationMessageLine
InfosRedundant throws: 'BeansException' is unchecked exception.13

org/kuali/spring/util/PlaceholderConfigurer.java

ViolationMessageLine
InfosRedundant throws: 'BeansException' is unchecked exception.24

org/kuali/spring/util/PropertiesLoader.java

ViolationMessageLine
WarningsLine is longer than 120 characters.29
InfosConditional logic can be removed.141

org/kuali/spring/util/SystemAwarePropertiesRetriever.java

ViolationMessageLine
InfosConditional logic can be removed.50