The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 5 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 24 | ![]() |
RegexpSingleline
| 3 | ![]() |
JavadocMethod | 12 | ![]() |
JavadocType | 5 | ![]() |
JavadocVariable | 5 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 33 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 2 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 1 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 5 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 14 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 19 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Expected an @return tag. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getCampus' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter code should be final. | 39 |
![]() | Expected @param tag for 'code'. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Expected an @return tag. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'findAllCampuses' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Expected an @return tag. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getCampusType' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Parameter code should be final. | 63 |
![]() | Expected @param tag for 'code'. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Expected an @return tag. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'findAllCampusTypes' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'setBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter boService should be final. | 82 |
![]() | 'boService' hides a field. | 82 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter campusBos should be final. | 86 |
![]() | ';' is preceded with whitespace. | 90 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter campusTypeBos should be final. | 95 |
![]() | ';' is preceded with whitespace. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 54 |
![]() | 'else' construct must use '{}'s. | 59 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'businessObjectService' hides a field. | 91 |
![]() | First sentence should end with a period. | 95 |
![]() | Line is longer than 80 characters. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'getCounty' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter countryCode should be final. | 36 |
![]() | Parameter stateCode should be final. | 36 |
![]() | Parameter code should be final. | 36 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'findAllCountiesInCountryAndState' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter countryCode should be final. | 58 |
![]() | Parameter stateCode should be final. | 58 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'setBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter businessObjectService should be final. | 87 |
![]() | 'businessObjectService' hides a field. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'getPostalCode' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter countryCode should be final. | 36 |
![]() | Parameter code should be final. | 36 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'findAllPostalCodesInCountry' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter countryCode should be final. | 53 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'setBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter businessObjectService should be final. | 77 |
![]() | 'businessObjectService' hides a field. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Parameter countryCode should be final. | 37 |
![]() | Parameter code should be final. | 37 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Method 'findAllStatesInCountry' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter countryCode should be final. | 54 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Method 'setBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter businessObjectService should be final. | 78 |
![]() | 'businessObjectService' hides a field. | 78 |