The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 3 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 30 | ![]() |
RegexpSingleline
| 22 | ![]() |
JavadocMethod | 5 | ![]() |
JavadocType | 3 | ![]() |
JavadocVariable | 2 | ![]() |
JavadocStyle | 2 | ![]() |
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 | 25 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 4 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 1 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 7 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 7 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Class CampusTypeComparator should be declared as final. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Parameter o1 should be final. | 30 |
![]() | Parameter o2 should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Line is longer than 80 characters. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Expected an @return tag. | 43 |
![]() | Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter o1 should be final. | 54 |
![]() | Parameter o2 should be final. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 28 |
![]() | First sentence should end with a period. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Expected an @return tag. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'retrieveCountriesForValuesFinder' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Expected an @return tag. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'retrieveCountriesForValuesFinder' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Parameter o1 should be final. | 41 |
![]() | Parameter o2 should be final. | 41 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter countryCode should be final. | 58 |
![]() | 'countryCode' hides a field. | 58 |