The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
388 | 0 | 225 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 13 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 31 | ![]() |
JavadocStyle
| 5 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 7 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 7 | ![]() |
FileLength
| 0 | ![]() |
LineLength
| 92 | ![]() |
MethodLength
| 8 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 2 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 17 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 2 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 10 | ![]() |
ArrayTypeStyle | 0 | ![]() |
UpperEll | 0 | ![]() |
AbstractClassName
| 0 | ![]() |
AnonInnerLength | 0 | ![]() |
EmptyForInitializerPad | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
DeclarationOrder | 1 | ![]() |
ExplicitInitialization | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 13 | ![]() |
IllegalThrows | 0 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
ReturnCount
| 1 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 9 | ![]() |
TrailingComment | 0 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.saml2.metadata.provider.MetadataProvider. | 31 |
![]() | Utility classes should not have a public or default constructor. | 65 |
![]() | First sentence should end with a period. | 104 |
![]() | Line is longer than 120 characters. | 334 |
![]() | Utility classes should not have a public or default constructor. | 359 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Missing a Javadoc comment. | 364 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Name 'HELP_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 |
![]() | Variable 'HELP_ARG' must be private and have accessor methods. | 377 |
![]() | Missing a Javadoc comment. | 379 |
![]() | Name 'CONFIG_DIR_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 |
![]() | Variable 'CONFIG_DIR_ARG' must be private and have accessor methods. | 379 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Name 'REQUESTER_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 381 |
![]() | Variable 'REQUESTER_ARG' must be private and have accessor methods. | 381 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Name 'ISSUER_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 |
![]() | Variable 'ISSUER_ARG' must be private and have accessor methods. | 383 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Name 'PRINCIPAL_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 |
![]() | Variable 'PRINCIPAL_ARG' must be private and have accessor methods. | 385 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Name 'AUTHN_METHOD_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 |
![]() | Variable 'AUTHN_METHOD_ARG' must be private and have accessor methods. | 387 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Name 'SAML1_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
![]() | Variable 'SAML1_ARG' must be private and have accessor methods. | 389 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'attributeBuilder' must be private and have accessor methods. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'attributeBuilder' must be private and have accessor methods. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 237 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Return count is 5 (max allowed is 4). | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
![]() | Line is longer than 120 characters. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
![]() | Line is longer than 120 characters. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 135 |
![]() | Line is longer than 120 characters. | 152 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 146 |
![]() | Line is longer than 120 characters. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 74 |
![]() | 'id' hides a field. | 77 |
![]() | 'id' hides a field. | 96 |
![]() | Must have at least one statement. | 106 |
![]() | Line is longer than 120 characters. | 123 |
![]() | 'id' hides a field. | 123 |
![]() | Must have at least one statement. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 45 |
![]() | Line is longer than 120 characters. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.DataConnector. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
![]() | Line is longer than 120 characters. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
![]() | Catching 'Exception' is not allowed. | 809 |
![]() | Catching 'Exception' is not allowed. | 817 |
![]() | Catching 'Exception' is not allowed. | 839 |
![]() | Catching 'Exception' is not allowed. | 847 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 861 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 4 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 396 |
![]() | Cyclomatic Complexity is 15 (max allowed is 10). | 453 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 39 |
![]() | Line is longer than 120 characters. | 76 |
![]() | 'salt' hides a field. | 231 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 38 |
![]() | Method length is 53 lines (max allowed is 50). | 344 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 180 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 59 |
![]() | Line is longer than 120 characters. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 55 lines (max allowed is 50). | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 21 |
![]() | Unused import - edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder. | 25 |
![]() | Line is longer than 120 characters. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() | 'salt' hides a field. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.springframework.beans.factory.config.BeanDefinition. | 30 |
![]() | Line is longer than 120 characters. | 36 |
![]() | Line is longer than 120 characters. | 37 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 55 |
![]() | Method length is 118 lines (max allowed is 50). | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 26 |
![]() | Line is longer than 120 characters. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 42 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 186 |
![]() | Method length is 83 lines (max allowed is 50). | 186 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 138 |
![]() | Method length is 82 lines (max allowed is 50). | 138 |
![]() | Line is longer than 120 characters. | 147 |
Violation | Message | Line |
---|---|---|
![]() | 'salt' hides a field. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 20 |
![]() | Line is longer than 120 characters. | 21 |
![]() | Unused import - edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.TransientPrincipalConnector. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 40 |
![]() | Method length is 60 lines (max allowed is 50). | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 59 lines (max allowed is 50). | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 57 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 26 |
![]() | Line is longer than 120 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Throwable' is not allowed. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Throwable' is not allowed. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Throwable' is not allowed. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 132 |
![]() | Line is longer than 120 characters. | 155 |
![]() | Catching 'Exception' is not allowed. | 190 |
Violation | Message | Line |
---|---|---|
![]() | 'revision' hides a field. | 80 |
![]() | 'revision' hides a field. | 109 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.KeyName. | 57 |
![]() | Must have at least one statement. | 154 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 171 |
![]() | Must have at least one statement. | 191 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 310 |
Violation | Message | Line |
---|---|---|
![]() | 'storageService' hides a field. | 159 |
![]() | 'partition' hides a field. | 159 |
![]() | 'key' hides a field. | 159 |
![]() | 'value' hides a field. | 160 |
![]() | 'storageService' hides a field. | 231 |
![]() | 'partition' hides a field. | 231 |
![]() | 'key' hides a field. | 231 |
![]() | 'value' hides a field. | 232 |
![]() | 'partition' hides a field. | 330 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 154 |
![]() | Expected an @return tag. | 159 |
![]() | Expected an @return tag. | 166 |
![]() | Expected @param tag for 'name'. | 166 |
![]() | Expected @param tag for 'name'. | 173 |
![]() | Expected @param tag for 'repo'. | 173 |
![]() | Expected an @return tag. | 180 |
![]() | Expected @param tag for 'name'. | 180 |
![]() | Instance variable definition in wrong order. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Variable 'repository' must be private and have accessor methods. | 192 |
![]() | Javadoc has empty description section. | 194 |
![]() | Line is longer than 120 characters. | 195 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 197 |
![]() | Method length is 52 lines (max allowed is 50). | 197 |
![]() | Expected @param tag for 'configuration'. | 197 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Redundant throws: 'ResourceNotFoundException' is unchecked exception. | 285 |
![]() | Javadoc has empty description section. | 306 |
![]() | Line is longer than 120 characters. | 307 |
![]() | Expected an @return tag. | 309 |
![]() | Expected @param tag for 'resource'. | 309 |
![]() | Javadoc has empty description section. | 322 |
![]() | Line is longer than 120 characters. | 323 |
![]() | Expected an @return tag. | 325 |
![]() | Expected @param tag for 'resource'. | 325 |
![]() | Avoid inline conditionals. | 330 |