The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
68 | 0 | 58 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 2 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle
| 0 | ![]() |
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 | 4 | ![]() |
FileLength
| 0 | ![]() |
LineLength
| 31 | ![]() |
MethodLength
| 8 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 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 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
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 | 5 | ![]() |
IllegalThrows | 0 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
ReturnCount
| 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 6 | ![]() |
TrailingComment | 0 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 154 |
![]() | Line is longer than 120 characters. | 736 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 13 (max allowed is 10). | 125 |
Violation | Message | Line |
---|---|---|
![]() | 'defaultDeny' hides a field. | 73 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 138 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Throwable' is not allowed. | 191 |
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 |
---|---|---|
![]() | Line is longer than 120 characters. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 130 |
![]() | Line is longer than 120 characters. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 62 |
![]() | Catching 'Exception' is not allowed. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 285 |
![]() | Cyclomatic Complexity is 14 (max allowed is 10). | 579 |
![]() | Method length is 75 lines (max allowed is 50). | 579 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 705 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 202 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 221 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.common.SAMLObject. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 339 |
![]() | Line is longer than 120 characters. | 354 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 52 lines (max allowed is 50). | 249 |
![]() | Line is longer than 120 characters. | 268 |
![]() | Line is longer than 120 characters. | 269 |
![]() | Line is longer than 120 characters. | 348 |
![]() | Cyclomatic Complexity is 14 (max allowed is 10). | 511 |
![]() | Method length is 74 lines (max allowed is 50). | 511 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 631 |
![]() | Method length is 53 lines (max allowed is 50). | 631 |
![]() | Line is longer than 120 characters. | 656 |
![]() | Line is longer than 120 characters. | 657 |
![]() | Cyclomatic Complexity is 18 (max allowed is 10). | 734 |
![]() | Method length is 76 lines (max allowed is 50). | 734 |
![]() | Line is longer than 120 characters. | 746 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 53 lines (max allowed is 50). | 89 |
![]() | Line is longer than 120 characters. | 227 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 55 lines (max allowed is 50). | 73 |
![]() | Line is longer than 120 characters. | 223 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.parsers.DocumentBuilder. | 26 |
![]() | Unused import - javax.xml.parsers.DocumentBuilderFactory. | 27 |
![]() | Unused import - org.xml.sax.InputSource. | 66 |
![]() | Method length is 61 lines (max allowed is 50). | 212 |
![]() | Line is longer than 120 characters. | 237 |
![]() | Line is longer than 120 characters. | 243 |
![]() | Line is longer than 120 characters. | 400 |
![]() | Line is longer than 120 characters. | 522 |
![]() | Catching 'Exception' is not allowed. | 565 |