The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
389 | 0 | 249 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 15 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 32 | ![]() |
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 | 4 | ![]() |
FileLength
| 0 | ![]() |
LineLength
| 96 | ![]() |
MethodLength
| 9 | ![]() |
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 | 20 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 15 | ![]() |
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 | 1 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 11 | ![]() |
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. | 335 |
![]() | Utility classes should not have a public or default constructor. | 360 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Name 'HELP_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 378 |
![]() | Variable 'HELP_ARG' must be private and have accessor methods. | 378 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Name 'CONFIG_DIR_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 |
![]() | Variable 'CONFIG_DIR_ARG' must be private and have accessor methods. | 380 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Name 'REQUESTER_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 |
![]() | Variable 'REQUESTER_ARG' must be private and have accessor methods. | 382 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Name 'ISSUER_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 384 |
![]() | Variable 'ISSUER_ARG' must be private and have accessor methods. | 384 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Name 'PRINCIPAL_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 |
![]() | Variable 'PRINCIPAL_ARG' must be private and have accessor methods. | 386 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Name 'AUTHN_METHOD_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 388 |
![]() | Variable 'AUTHN_METHOD_ARG' must be private and have accessor methods. | 388 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Name 'SAML1_ARG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 |
![]() | Variable 'SAML1_ARG' must be private and have accessor methods. | 390 |
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. | 31 |
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. | 43 |
![]() | Line is longer than 120 characters. | 46 |
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 |
---|---|---|
![]() | Array should contain trailing comma. | 94 |
![]() | Avoid inline conditionals. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
![]() | Catching 'Exception' is not allowed. | 810 |
![]() | Catching 'Exception' is not allowed. | 818 |
![]() | Catching 'Exception' is not allowed. | 840 |
![]() | Catching 'Exception' is not allowed. | 848 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 862 |
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). | 260 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 362 |
![]() | Line is longer than 120 characters. | 404 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 423 |
![]() | Method length is 53 lines (max allowed is 50). | 423 |
![]() | Cyclomatic Complexity is 15 (max allowed is 10). | 487 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 39 |
![]() | Line is longer than 120 characters. | 76 |
![]() | 'salt' hides a field. | 253 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 38 |
![]() | Method length is 53 lines (max allowed is 50). | 360 |
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. | 32 |
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 |
---|---|---|
![]() | Line is longer than 120 characters. | 24 |
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 |
---|---|---|
![]() | Line is longer than 120 characters. | 35 |
![]() | Line is longer than 120 characters. | 36 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 54 |
![]() | Method length is 118 lines (max allowed is 50). | 54 |
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 |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 120 characters. | 38 |
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. | 118 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 125 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 189 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 215 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 247 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 281 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 336 |
![]() | Line is longer than 120 characters. | 344 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 360 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 388 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 414 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 438 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 463 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 493 |
![]() | Redundant throws: 'BeanCreationException' is unchecked exception. | 517 |
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. | 87 |
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 |
---|---|---|
![]() | Missing a Javadoc comment. | 53 |
![]() | 'host' hides a field. | 228 |
![]() | 'port' hides a field. | 228 |
![]() | 'user' hides a field. | 228 |
![]() | 'password' hides a field. | 228 |
Violation | Message | Line |
---|---|---|
![]() | 'revision' hides a field. | 88 |
![]() | Expected @throws tag for 'ResourceException'. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.KeyName. | 56 |
![]() | 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 |