The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
492 | 0 | 1047 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 174 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 24 | ![]() |
JavadocStyle
| 376 | ![]() |
ConstantName | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 1 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 31 | ![]() |
FileLength
| 2 | ![]() |
LineLength
| 92 | ![]() |
MethodLength
| 8 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 100 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 22 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 11 | ![]() |
RightCurly | 37 | ![]() |
AvoidInlineConditionals | 8 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 15 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 37 | ![]() |
VisibilityModifier | 7 | ![]() |
ArrayTypeStyle | 0 | ![]() |
UpperEll | 0 | ![]() |
AbstractClassName
| 3 | ![]() |
AnonInnerLength | 0 | ![]() |
EmptyForInitializerPad | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
DeclarationOrder | 2 | ![]() |
ExplicitInitialization | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 21 | ![]() |
IllegalThrows | 1 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
ReturnCount
| 11 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 2 | ![]() |
UnnecessaryParentheses | 10 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 7 | ![]() |
TrailingComment | 42 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line is longer than 120 characters. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | Line is longer than 120 characters. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 61 |
![]() | First sentence should end with a period. | 68 |
![]() | First sentence should end with a period. | 75 |
![]() | First sentence should end with a period. | 82 |
![]() | First sentence should end with a period. | 89 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.credential.criteria.EvaluableCredentialCriteria. | 24 |
![]() | Unused import - org.opensaml.xml.security.credential.criteria.EvaluableCredentialCriteriaRegistry. | 25 |
![]() | Unused import - org.opensaml.xml.signature.KeyName. | 26 |
![]() | Unused import - org.opensaml.xml.signature.X509SubjectName. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File length is 1,023 lines (max allowed is 1,000). | 1 |
![]() | Must have at least one statement. | 76 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 560 |
![]() | Return count is 5 (max allowed is 4). | 560 |
![]() | Cyclomatic Complexity is 13 (max allowed is 10). | 628 |
![]() | Line is longer than 120 characters. | 878 |
![]() | Cyclomatic Complexity is 13 (max allowed is 10). | 878 |
![]() | Method length is 70 lines (max allowed is 50). | 878 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.encryption.Encrypter. | 43 |
![]() | Return count is 6 (max allowed is 4). | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Expected @param tag for 'namespaceURI'. | 47 |
![]() | Expected @param tag for 'elementLocalName'. | 47 |
![]() | Expected @param tag for 'namespacePrefix'. | 47 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 451 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 97 |
![]() | Line is longer than 120 characters. | 98 |
![]() | Line is longer than 120 characters. | 104 |
![]() | Line is longer than 120 characters. | 105 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 27 |
![]() | Line is longer than 120 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.SignatureTrustEngine. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 66 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 34 |
![]() | First sentence should end with a period. | 39 |
![]() | First sentence should end with a period. | 42 |
![]() | First sentence should end with a period. | 45 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 54 |
![]() | First sentence should end with a period. | 57 |
![]() | First sentence should end with a period. | 60 |
![]() | Expected @param tag for 'namespaceURI'. | 67 |
![]() | Expected @param tag for 'elementLocalName'. | 67 |
![]() | Expected @param tag for 'namespacePrefix'. | 67 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Javadoc has empty description section. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 120 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Return count is 5 (max allowed is 4). | 39 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.CriteriaFilteringIterator. | 24 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 45 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'namespaceURI'. | 41 |
![]() | Expected @param tag for 'elementLocalName'. | 41 |
![]() | Expected @param tag for 'namespacePrefix'. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'namespaceURI'. | 47 |
![]() | Expected @param tag for 'elementLocalName'. | 47 |
![]() | Expected @param tag for 'namespacePrefix'. | 47 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | First sentence should end with a period. | 36 |
![]() | First sentence should end with a period. | 39 |
![]() | Expected @param tag for 'namespaceURI'. | 46 |
![]() | Expected @param tag for 'elementLocalName'. | 46 |
![]() | Expected @param tag for 'namespacePrefix'. | 46 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 120 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 105 |
![]() | Method length is 51 lines (max allowed is 50). | 105 |
![]() | Catching 'Exception' is not allowed. | 258 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 127 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line is longer than 120 characters. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | Line is longer than 120 characters. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 61 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Line is longer than 120 characters. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 120 characters. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | First sentence should end with a period. | 49 |
![]() | First sentence should end with a period. | 56 |
![]() | First sentence should end with a period. | 63 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.util.XMLObjectChildrenList. | 30 |
![]() | First sentence should end with a period. | 33 |
![]() | First sentence should end with a period. | 38 |
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | Expected @param tag for 'namespaceURI'. | 54 |
![]() | Expected @param tag for 'elementLocalName'. | 54 |
![]() | Expected @param tag for 'namespacePrefix'. | 54 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | First sentence should end with a period. | 36 |
![]() | First sentence should end with a period. | 39 |
![]() | Expected @param tag for 'namespaceURI'. | 46 |
![]() | Expected @param tag for 'elementLocalName'. | 46 |
![]() | Expected @param tag for 'namespacePrefix'. | 46 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Line is longer than 120 characters. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Line is longer than 120 characters. | 43 |
![]() | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() | First sentence should end with a period. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 55 |
![]() | First sentence should end with a period. | 63 |
![]() | First sentence should end with a period. | 72 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Expected @param tag for 'namespaceURI'. | 43 |
![]() | Expected @param tag for 'elementLocalName'. | 43 |
![]() | Expected @param tag for 'namespacePrefix'. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 261 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'entityID' must be private and have accessor methods. | 31 |
![]() | Variable 'usageType' must be private and have accessor methods. | 34 |
![]() | Variable 'keyNames' must be private and have accessor methods. | 37 |
![]() | Variable 'publicKey' must be private and have accessor methods. | 40 |
![]() | Variable 'secretKey' must be private and have accessor methods. | 43 |
![]() | Variable 'privateKey' must be private and have accessor methods. | 46 |
![]() | Variable 'credentialContextSet' must be private and have accessor methods. | 49 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 120 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 35 |
![]() | First sentence should end with a period. | 40 |
![]() | First sentence should end with a period. | 43 |
![]() | Expected @param tag for 'namespaceURI'. | 50 |
![]() | Expected @param tag for 'elementLocalName'. | 50 |
![]() | Expected @param tag for 'namespacePrefix'. | 50 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 30 |
![]() | First sentence should end with a period. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 30 |
![]() | First sentence should end with a period. | 35 |
![]() | First sentence should end with a period. | 38 |
![]() | First sentence should end with a period. | 41 |
![]() | Expected @param tag for 'namespaceURI'. | 48 |
![]() | Expected @param tag for 'elementLocalName'. | 48 |
![]() | Expected @param tag for 'namespacePrefix'. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 35 |
![]() | Line is longer than 120 characters. | 41 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.util.XMLObjectChildrenList. | 28 |
![]() | First sentence should end with a period. | 31 |
![]() | First sentence should end with a period. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | First sentence should end with a period. | 43 |
![]() | First sentence should end with a period. | 46 |
![]() | First sentence should end with a period. | 49 |
![]() | Expected @param tag for 'namespaceURI'. | 56 |
![]() | Expected @param tag for 'elementLocalName'. | 56 |
![]() | Expected @param tag for 'namespacePrefix'. | 56 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Return count is 5 (max allowed is 4). | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Line is longer than 120 characters. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | First sentence should end with a period. | 43 |
![]() | First sentence should end with a period. | 50 |
![]() | First sentence should end with a period. | 57 |
![]() | First sentence should end with a period. | 64 |
![]() | First sentence should end with a period. | 74 |
![]() | First sentence should end with a period. | 81 |
![]() | First sentence should end with a period. | 88 |
![]() | First sentence should end with a period. | 95 |
![]() | First sentence should end with a period. | 102 |
![]() | First sentence should end with a period. | 109 |
![]() | First sentence should end with a period. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 53 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.SignatureTrustEngine. | 36 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'namespaceURI'. | 48 |
![]() | Expected @param tag for 'elementLocalName'. | 48 |
![]() | Expected @param tag for 'namespacePrefix'. | 48 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 110 |
![]() | Catching 'Exception' is not allowed. | 332 |
Violation | Message | Line |
---|---|---|
![]() | Name 'EncryptedTypeImpl' must match pattern '^Abstract.*$|^Base.*$'. | 34 |
![]() | First sentence should end with a period. | 60 |
![]() | Expected @param tag for 'namespaceURI'. | 67 |
![]() | Expected @param tag for 'elementLocalName'. | 67 |
![]() | Expected @param tag for 'namespacePrefix'. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.credential.criteria.EvaluableCredentialCriteria. | 24 |
![]() | Unused import - org.opensaml.xml.security.credential.criteria.EvaluableCredentialCriteriaRegistry. | 25 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 120 characters. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | First sentence should end with a period. | 54 |
![]() | First sentence should end with a period. | 61 |
![]() | First sentence should end with a period. | 68 |
![]() | First sentence should end with a period. | 75 |
![]() | First sentence should end with a period. | 82 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 120 characters. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 55 |
![]() | First sentence should end with a period. | 62 |
![]() | First sentence should end with a period. | 69 |
![]() | First sentence should end with a period. | 76 |
![]() | First sentence should end with a period. | 83 |
![]() | First sentence should end with a period. | 90 |
![]() | First sentence should end with a period. | 97 |
![]() | First sentence should end with a period. | 104 |
![]() | First sentence should end with a period. | 111 |
![]() | First sentence should end with a period. | 118 |
![]() | First sentence should end with a period. | 125 |
![]() | First sentence should end with a period. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 145 |
![]() | Must have at least one statement. | 159 |
![]() | Throwing 'Throwable' is not allowed. | 663 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.X509CRL. | 28 |
![]() | Unused import - org.opensaml.xml.signature.X509Certificate. | 29 |
![]() | Unused import - org.opensaml.xml.signature.X509Data. | 30 |
![]() | Unused import - org.opensaml.xml.signature.X509IssuerSerial. | 31 |
![]() | Unused import - org.opensaml.xml.signature.X509SKI. | 32 |
![]() | Unused import - org.opensaml.xml.signature.X509SubjectName. | 33 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.KeyInfo. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.keyinfo.KeyInfoProvider. | 38 |
![]() | Unused import - org.opensaml.xml.security.x509.X509Credential. | 43 |
![]() | Unused import - org.opensaml.xml.signature.KeyValue. | 45 |
![]() | Return count is 7 (max allowed is 4). | 204 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Expected @param tag for 'namespaceURI'. | 43 |
![]() | Expected @param tag for 'elementLocalName'. | 43 |
![]() | Expected @param tag for 'namespacePrefix'. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Static variable definition in wrong order. | 37 |
![]() | Static variable definition in wrong order. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Name 'EncryptedTypeMarshaller' must match pattern '^Abstract.*$|^Base.*$'. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 62 |
![]() | Line is longer than 120 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 67 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 177 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | First sentence should end with a period. | 34 |
![]() | First sentence should end with a period. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | Expected @param tag for 'namespaceURI'. | 47 |
![]() | Expected @param tag for 'elementLocalName'. | 47 |
![]() | Expected @param tag for 'namespacePrefix'. | 47 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 314 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 48 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 65 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 68 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 111 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 142 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 199 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | First sentence should end with a period. | 34 |
![]() | First sentence should end with a period. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | Expected @param tag for 'namespaceURI'. | 47 |
![]() | Expected @param tag for 'elementLocalName'. | 47 |
![]() | Expected @param tag for 'namespacePrefix'. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Method length is 54 lines (max allowed is 50). | 636 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Line is longer than 120 characters. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 120 characters. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | First sentence should end with a period. | 49 |
![]() | First sentence should end with a period. | 56 |
![]() | First sentence should end with a period. | 63 |
![]() | First sentence should end with a period. | 70 |
![]() | First sentence should end with a period. | 77 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | First sentence should end with a period. | 34 |
![]() | First sentence should end with a period. | 37 |
![]() | First sentence should end with a period. | 40 |
![]() | First sentence should end with a period. | 43 |
![]() | Expected @param tag for 'namespaceURI'. | 50 |
![]() | Expected @param tag for 'elementLocalName'. | 50 |
![]() | Expected @param tag for 'namespacePrefix'. | 50 |
Violation | Message | Line |
---|---|---|
![]() | 'referenceID' hides a field. | 49 |
![]() | Catching 'Exception' is not allowed. | 90 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.keyinfo.KeyInfoProvider. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 440 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Line is longer than 120 characters. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Line is longer than 120 characters. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | First sentence should end with a period. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 39 |
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | First sentence should end with a period. | 50 |
![]() | Expected @param tag for 'namespaceURI'. | 57 |
![]() | Expected @param tag for 'elementLocalName'. | 57 |
![]() | Expected @param tag for 'namespacePrefix'. | 57 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.credential.Credential. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.signature.KeyInfo. | 25 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 120 characters. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 55 |
![]() | First sentence should end with a period. | 62 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unused @throws tag for 'IllegalArgumentException'. | 39 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 49 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 72 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Return count is 5 (max allowed is 4). | 73 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.Criteria. | 21 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.keyinfo.KeyInfoProvider. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 120 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 28 |
![]() | First sentence should end with a period. | 33 |
![]() | First sentence should end with a period. | 36 |
![]() | First sentence should end with a period. | 39 |
![]() | First sentence should end with a period. | 42 |
![]() | Expected @param tag for 'namespaceURI'. | 49 |
![]() | Expected @param tag for 'elementLocalName'. | 49 |
![]() | Expected @param tag for 'namespacePrefix'. | 49 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 120 characters. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 120 characters. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 54 |
![]() | First sentence should end with a period. | 61 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected @param tag for 'namespaceURI'. | 35 |
![]() | Expected @param tag for 'elementLocalName'. | 35 |
![]() | Expected @param tag for 'namespacePrefix'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | File length is 1,292 lines (max allowed is 1,000). | 1 |
![]() | Class Base64 should be declared as final. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | First sentence should end with a period. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 77 |
![]() | 'static' modifier out of order with the JLS suggestions. | 82 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 88 |
![]() | 'static' modifier out of order with the JLS suggestions. | 91 |
![]() | 'static' modifier out of order with the JLS suggestions. | 94 |
![]() | Don't use trailing comments. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | 'static' modifier out of order with the JLS suggestions. | 96 |
![]() | Name '_NATIVE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() | Array should contain trailing comma. | 104 |
![]() | Name '__bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
![]() | '}' should be on the same line. | 111 |
![]() | Don't use trailing comments. | 113 |
![]() | Don't use trailing comments. | 122 |
![]() | 'static' modifier out of order with the JLS suggestions. | 122 |
![]() | Don't use trailing comments. | 123 |
![]() | Don't use trailing comments. | 124 |
![]() | Don't use trailing comments. | 125 |
![]() | Don't use trailing comments. | 126 |
![]() | Don't use trailing comments. | 127 |
![]() | Don't use trailing comments. | 128 |
![]() | Don't use trailing comments. | 129 |
![]() | Don't use trailing comments. | 130 |
![]() | Don't use trailing comments. | 131 |
![]() | Don't use trailing comments. | 132 |
![]() | Don't use trailing comments. | 133 |
![]() | Don't use trailing comments. | 134 |
![]() | Don't use trailing comments. | 135 |
![]() | Don't use trailing comments. | 136 |
![]() | Don't use trailing comments. | 137 |
![]() | Don't use trailing comments. | 138 |
![]() | Don't use trailing comments. | 139 |
![]() | Don't use trailing comments. | 140 |
![]() | Don't use trailing comments. | 141 |
![]() | Don't use trailing comments. | 142 |
![]() | Array should contain trailing comma. | 151 |
![]() | Don't use trailing comments. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | 'static' modifier out of order with the JLS suggestions. | 155 |
![]() | Don't use trailing comments. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | 'static' modifier out of order with the JLS suggestions. | 157 |
![]() | Line is longer than 120 characters. | 186 |
![]() | Line is longer than 120 characters. | 198 |
![]() | Avoid inline conditionals. | 210 |
![]() | Avoid inline conditionals. | 211 |
![]() | Avoid inline conditionals. | 212 |
![]() | Unnecessary parentheses around assignment right-hand side. | 216 |
![]() | Unnecessary parentheses around identifier 'inBuff'. | 219 |
![]() | Unnecessary parentheses around assignment right-hand side. | 223 |
![]() | Unnecessary parentheses around assignment right-hand side. | 230 |
![]() | Method length is 58 lines (max allowed is 50). | 278 |
![]() | Unnecessary parentheses around assignment right-hand side. | 286 |
![]() | Unnecessary parentheses around assignment right-hand side. | 287 |
![]() | '}' should be on the same line. | 298 |
![]() | 'else' construct must use '{}'s. | 299 |
![]() | '}' should be on the same line. | 303 |
![]() | '}' should be on the same line. | 307 |
![]() | Catching 'Exception' is not allowed. | 311 |
![]() | Must have at least one statement. | 311 |
![]() | Catching 'Exception' is not allowed. | 315 |
![]() | Must have at least one statement. | 315 |
![]() | Catching 'Exception' is not allowed. | 319 |
![]() | Must have at least one statement. | 319 |
![]() | Catching 'Exception' is not allowed. | 323 |
![]() | Must have at least one statement. | 323 |
![]() | '}' should be on the same line. | 330 |
![]() | Expected an @return tag. | 343 |
![]() | Expected an @return tag. | 370 |
![]() | Expected an @return tag. | 382 |
![]() | Expected an @return tag. | 411 |
![]() | Cyclomatic Complexity is 14 (max allowed is 10). | 411 |
![]() | Method length is 88 lines (max allowed is 50). | 411 |
![]() | Return count is 5 (max allowed is 4). | 411 |
![]() | Unnecessary parentheses around assignment right-hand side. | 413 |
![]() | Unnecessary parentheses around assignment right-hand side. | 414 |
![]() | '}' should be on the same line. | 430 |
![]() | '}' should be on the same line. | 434 |
![]() | Catching 'Exception' is not allowed. | 438 |
![]() | Must have at least one statement. | 438 |
![]() | Catching 'Exception' is not allowed. | 442 |
![]() | Must have at least one statement. | 442 |
![]() | Catching 'Exception' is not allowed. | 446 |
![]() | Must have at least one statement. | 446 |
![]() | '}' should be on the same line. | 453 |
![]() | '}' should be on the same line. | 457 |
![]() | Don't use trailing comments. | 465 |
![]() | Unnecessary parentheses around identifier 'len43'. | 465 |
![]() | Don't use trailing comments. | 466 |
![]() | Avoid inline conditionals. | 466 |
![]() | Don't use trailing comments. | 467 |
![]() | Avoid inline conditionals. | 467 |
![]() | '}' should be on the same line. | 491 |
![]() | Line is longer than 120 characters. | 506 |
![]() | Method length is 55 lines (max allowed is 50). | 518 |
![]() | '}' should be on the same line. | 529 |
![]() | '}' should be on the same line. | 544 |
![]() | Unnecessary parentheses around identifier 'outBuff'. | 561 |
![]() | Catching 'Exception' is not allowed. | 564 |
![]() | Don't use trailing comments. | 586 |
![]() | Don't use trailing comments. | 595 |
![]() | Don't use trailing comments. | 598 |
![]() | 'if' construct must use '{}'s. | 607 |
![]() | '}' should be on the same line. | 613 |
![]() | Method length is 61 lines (max allowed is 50). | 632 |
![]() | '}' should be on the same line. | 636 |
![]() | '}' should be on the same line. | 669 |
![]() | Must have at least one statement. | 670 |
![]() | '}' should be on the same line. | 672 |
![]() | Catching 'Exception' is not allowed. | 676 |
![]() | Must have at least one statement. | 676 |
![]() | Catching 'Exception' is not allowed. | 680 |
![]() | Must have at least one statement. | 680 |
![]() | Catching 'Exception' is not allowed. | 684 |
![]() | Must have at least one statement. | 684 |
![]() | '}' should be on the same line. | 715 |
![]() | '}' should be on the same line. | 719 |
![]() | '}' should be on the same line. | 723 |
![]() | Catching 'Exception' is not allowed. | 727 |
![]() | Must have at least one statement. | 727 |
![]() | Catching 'Exception' is not allowed. | 731 |
![]() | Must have at least one statement. | 731 |
![]() | '}' should be on the same line. | 754 |
![]() | '}' should be on the same line. | 758 |
![]() | Catching 'Exception' is not allowed. | 762 |
![]() | Must have at least one statement. | 762 |
![]() | '}' should be on the same line. | 785 |
![]() | '}' should be on the same line. | 788 |
![]() | Catching 'Exception' is not allowed. | 792 |
![]() | Must have at least one statement. | 792 |
![]() | 'while' construct must use '{}'s. | 829 |
![]() | '}' should be on the same line. | 836 |
![]() | '}' should be on the same line. | 839 |
![]() | Catching 'Exception' is not allowed. | 843 |
![]() | Must have at least one statement. | 843 |
![]() | 'while' construct must use '{}'s. | 873 |
![]() | '}' should be on the same line. | 879 |
![]() | '}' should be on the same line. | 882 |
![]() | Catching 'Exception' is not allowed. | 886 |
![]() | Must have at least one statement. | 886 |
![]() | Don't use trailing comments. | 903 |
![]() | Missing a Javadoc comment. | 903 |
![]() | Don't use trailing comments. | 905 |
![]() | Missing a Javadoc comment. | 905 |
![]() | Don't use trailing comments. | 907 |
![]() | Missing a Javadoc comment. | 907 |
![]() | Don't use trailing comments. | 909 |
![]() | Missing a Javadoc comment. | 909 |
![]() | Don't use trailing comments. | 911 |
![]() | Missing a Javadoc comment. | 911 |
![]() | Missing a Javadoc comment. | 913 |
![]() | Don't use trailing comments. | 915 |
![]() | Missing a Javadoc comment. | 915 |
![]() | Avoid inline conditionals. | 954 |
![]() | Cyclomatic Complexity is 20 (max allowed is 10). | 966 |
![]() | Method length is 98 lines (max allowed is 50). | 966 |
![]() | Return count is 5 (max allowed is 4). | 966 |
![]() | Expected @throws tag for 'java.io.IOException'. | 966 |
![]() | '}' should be on the same line. | 982 |
![]() | 'if' construct must use '{}'s. | 985 |
![]() | '}' should be on the same line. | 995 |
![]() | '}' should be on the same line. | 999 |
![]() | 'if' construct must use '{}'s. | 1012 |
![]() | Don't use trailing comments. | 1013 |
![]() | '}' should be on the same line. | 1021 |
![]() | '}' should be on the same line. | 1024 |
![]() | 'if' construct must use '{}'s. | 1036 |
![]() | '}' should be on the same line. | 1042 |
![]() | Don't use trailing comments. | 1044 |
![]() | 'if' construct must use '{}'s. | 1050 |
![]() | Don't use trailing comments. | 1053 |
![]() | '}' should be on the same line. | 1056 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1075 |
![]() | 'if' construct must use '{}'s. | 1084 |
![]() | 'if' construct must use '{}'s. | 1086 |
![]() | 'else' construct must use '{}'s. | 1088 |
![]() | Don't use trailing comments. | 1089 |
![]() | Missing a Javadoc comment. | 1106 |
![]() | Missing a Javadoc comment. | 1108 |
![]() | Missing a Javadoc comment. | 1110 |
![]() | Missing a Javadoc comment. | 1112 |
![]() | Missing a Javadoc comment. | 1114 |
![]() | Missing a Javadoc comment. | 1116 |
![]() | Don't use trailing comments. | 1118 |
![]() | Missing a Javadoc comment. | 1118 |
![]() | Missing a Javadoc comment. | 1120 |
![]() | Avoid inline conditionals. | 1158 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1174 |
![]() | '}' should be on the same line. | 1195 |
![]() | '}' should be on the same line. | 1208 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1223 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1239 |
![]() | '}' should be on the same line. | 1244 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1257 |
![]() | Expected @throws tag for 'java.io.IOException'. | 1275 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.security.auth.x500.X500Principal. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.encryption.Decrypter. | 24 |
![]() | Unused import - org.opensaml.xml.signature.KeyInfo. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 138 |
![]() | Return count is 6 (max allowed is 4). | 138 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 55 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 120 characters. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 212 |
![]() | Line is longer than 120 characters. | 261 |
![]() | Line is longer than 120 characters. | 265 |
![]() | Line is longer than 120 characters. | 353 |
![]() | Return count is 5 (max allowed is 4). | 379 |
![]() | Return count is 5 (max allowed is 4). | 424 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Expected @param tag for 'namespaceURI'. | 33 |
![]() | Expected @param tag for 'elementLocalName'. | 33 |
![]() | Expected @param tag for 'namespacePrefix'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | Line is longer than 120 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Name 'EncryptedTypeUnmarshaller' must match pattern '^Abstract.*$|^Base.*$'. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'namespaceURI'. | 56 |
![]() | Expected @param tag for 'elementLocalName'. | 56 |
![]() | Expected @param tag for 'namespacePrefix'. | 56 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 120 characters. | 27 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Expected @param tag for 'namespaceURI'. | 34 |
![]() | Expected @param tag for 'elementLocalName'. | 34 |
![]() | Expected @param tag for 'namespacePrefix'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.xml.security.Criteria. | 20 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | First sentence should end with a period. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 75 |