Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
1 0 0 31

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
7 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
5 Errors Error
JavadocMethod 1 Errors Error
JavadocType 1 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 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 2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 10 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 1 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/kuali/rice/kim/service/impl/AuthenticationServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 3
Errors Line is longer than 80 characters. 4
Errors Line has trailing spaces. 7
Errors Line has trailing spaces. 9
Errors Missing a Javadoc comment. 26
Errors Line has trailing spaces. 27
Errors Line contains a tab character. 28
Errors Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Parameter request should be final. 28
Errors Line contains a tab character. 29
Errors '=' is not preceded with whitespace. 29
Errors '=' is not followed by whitespace. 29
Errors Line is longer than 80 characters. 30
Errors Line contains a tab character. 30
Errors Line has trailing spaces. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors 'if' is not followed by whitespace. 32
Errors '!=' is not preceded with whitespace. 32
Errors '!=' is not followed by whitespace. 32
Errors '{' is not preceded with whitespace. 32
Errors 'if' is not followed by whitespace. 34
Errors '{' is not preceded with whitespace. 34
Errors 'cast' is not followed by whitespace. 36
Errors 'else' is not preceded with whitespace. 37
Errors '}' is not followed by whitespace. 37
Errors 'cast' is not followed by whitespace. 38
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44