The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
71 | 0 | 96 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 2 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 4 | ![]() |
JavadocStyle
| 6 | ![]() |
ConstantName | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 1 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
FileLength
| 1 | ![]() |
LineLength
| 48 | ![]() |
MethodLength
| 9 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 2 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
UpperEll | 0 | ![]() |
AbstractClassName
| 0 | ![]() |
AnonInnerLength | 0 | ![]() |
EmptyForInitializerPad | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
DeclarationOrder | 0 | ![]() |
ExplicitInitialization | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 6 | ![]() |
IllegalThrows | 0 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
ReturnCount
| 0 | ![]() |
StringLiteralEquality | 2 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 3 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 5 | ![]() |
TrailingComment | 0 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'IP_PARAM_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 120 characters. | 93 |
![]() | Expected @throws tag for 'ServletException'. | 118 |
![]() | Catching 'Throwable' is not allowed. | 223 |
![]() | Must have at least one statement. | 223 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 95 |
![]() | Method length is 59 lines (max allowed is 50). | 226 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 297 |
![]() | Method length is 54 lines (max allowed is 50). | 297 |
![]() | Line is longer than 120 characters. | 457 |
![]() | Line is longer than 120 characters. | 708 |
![]() | Literal Strings should be compared using equals(), not '=='. | 710 |
![]() | Avoid inline conditionals. | 710 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 13 (max allowed is 10). | 125 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 56 |
![]() | 'ipInRangeIsAuthenticated' hides a field. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Throwable' is not allowed. | 186 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 28 |
![]() | Line is longer than 120 characters. | 29 |
![]() | Line is longer than 120 characters. | 31 |
![]() | Line is longer than 120 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 26 |
![]() | Line is longer than 120 characters. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 43 |
![]() | Javadoc has empty description section. | 50 |
![]() | Javadoc has empty description section. | 57 |
![]() | Line is longer than 120 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.common.binding.SAMLMessageContext. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 130 |
![]() | Line is longer than 120 characters. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 65 |
![]() | Catching 'Exception' is not allowed. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 285 |
![]() | Cyclomatic Complexity is 14 (max allowed is 10). | 361 |
![]() | Method length is 63 lines (max allowed is 50). | 361 |
![]() | Line is longer than 120 characters. | 394 |
![]() | Line is longer than 120 characters. | 405 |
![]() | Line is longer than 120 characters. | 413 |
![]() | Array should contain trailing comma. | 415 |
![]() | Method length is 57 lines (max allowed is 50). | 600 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 745 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 203 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 217 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 244 |
![]() | Line is longer than 120 characters. | 344 |
![]() | Line is longer than 120 characters. | 359 |
Violation | Message | Line |
---|---|---|
![]() | File length is 1,090 lines (max allowed is 1,000). | 1 |
![]() | Line is longer than 120 characters. | 311 |
![]() | Line is longer than 120 characters. | 312 |
![]() | Line is longer than 120 characters. | 390 |
![]() | Method length is 57 lines (max allowed is 50). | 552 |
![]() | Line is longer than 120 characters. | 748 |
![]() | Cyclomatic Complexity is 22 (max allowed is 10). | 828 |
![]() | Method length is 97 lines (max allowed is 50). | 828 |
![]() | Line is longer than 120 characters. | 840 |
![]() | Line is longer than 120 characters. | 904 |
![]() | Array should contain trailing comma. | 906 |
![]() | Array should contain trailing comma. | 916 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 63 lines (max allowed is 50). | 91 |
![]() | Line is longer than 120 characters. | 132 |
![]() | Line is longer than 120 characters. | 240 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 56 lines (max allowed is 50). | 74 |
![]() | Line is longer than 120 characters. | 225 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 172 |
![]() | Method length is 60 lines (max allowed is 50). | 208 |
![]() | Line is longer than 120 characters. | 232 |
![]() | Line is longer than 120 characters. | 238 |
![]() | Line is longer than 120 characters. | 397 |
![]() | Line is longer than 120 characters. | 521 |
![]() | Line is longer than 120 characters. | 530 |
![]() | Line is longer than 120 characters. | 531 |
![]() | Catching 'Exception' is not allowed. | 563 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 46 |
![]() | Line is longer than 120 characters. | 54 |
![]() | Line is longer than 120 characters. | 66 |
![]() | Line is longer than 120 characters. | 75 |
![]() | Line is longer than 120 characters. | 78 |
![]() | Line is longer than 120 characters. | 84 |
![]() | Line is longer than 120 characters. | 99 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 |
![]() | Literal Strings should be compared using equals(), not '=='. | 168 |
![]() | Avoid inline conditionals. | 168 |
![]() | Line is longer than 120 characters. | 386 |
![]() | Must have at least one statement. | 389 |