Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
700114

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
3Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
30Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
22Errors Error
JavadocMethod5Errors Error
JavadocType3Errors Error
JavadocVariable2Errors Error
JavadocStyle2Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength25Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad1Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad4Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension7Errors Error
FinalClass1Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters7Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/kuali/rice/shareddata/framework/campus/CampusTypeComparator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsClass CampusTypeComparator should be declared as final.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsParameter o1 should be final.30
ErrorsParameter o2 should be final.30

org/kuali/rice/shareddata/framework/campus/CampusTypeValuesFinder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'getKeyValues' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.47

org/kuali/rice/shareddata/framework/campus/CampusValuesFinder.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.38
ErrorsMethod 'getKeyValues' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
ErrorsLine is longer than 80 characters.46

org/kuali/rice/shareddata/framework/country/AbstractCountryValuesFinderBase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.38
ErrorsExpected an @return tag.43
ErrorsMethod 'getKeyValues' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter o1 should be final.54
ErrorsParameter o2 should be final.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.66

org/kuali/rice/shareddata/framework/country/CountryNotRestrictedValuesFinder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.28
ErrorsFirst sentence should end with a period.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsExpected an @return tag.32
ErrorsLine contains a tab character.32
ErrorsMethod 'retrieveCountriesForValuesFinder' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36

org/kuali/rice/shareddata/framework/country/CountryValuesFinder.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.29
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsExpected an @return tag.32
ErrorsLine contains a tab character.32
ErrorsMethod 'retrieveCountriesForValuesFinder' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.36

org/kuali/rice/shareddata/framework/state/StateValuesFinder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'getKeyValues' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
Errors'(' is preceded with whitespace.39
ErrorsParameter o1 should be final.41
ErrorsParameter o2 should be final.41
Errors'if' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.50
ErrorsMethod 'setCountryCode' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter countryCode should be final.58
Errors'countryCode' hides a field.58