The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
381 | 0 | 107 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 14 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle
| 3 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 33 | ![]() |
FileLength
| 0 | ![]() |
LineLength
| 12 | ![]() |
MethodLength
| 1 | ![]() |
ParameterNumber
| 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 33 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
UpperEll | 0 | ![]() |
AbstractClassName
| 0 | ![]() |
AnonInnerLength | 0 | ![]() |
EmptyForInitializerPad | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
DeclarationOrder | 0 | ![]() |
ExplicitInitialization | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 1 | ![]() |
IllegalThrows | 0 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 1 | ![]() |
ReturnCount
| 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MutableException | 1 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 1 | ![]() |
TrailingComment | 0 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Assignment of parameter 'resource' is not allowed. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Catching 'Exception' is not allowed. | 133 |
![]() | Line is longer than 120 characters. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.InputStreamReader. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 172 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 114 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Line is longer than 120 characters. | 190 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.message.decoder.MessageDecoder. | 20 |
![]() | Unused import - org.opensaml.ws.message.encoder.MessageEncoder. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.message.MessageContext. | 19 |
![]() | Unused import - org.opensaml.ws.message.decoder.MessageDecoder. | 20 |
![]() | Unused import - org.opensaml.ws.message.encoder.MessageEncoder. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.security.auth.x500.X500Principal. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.transport.InTransport. | 25 |
![]() | Unused import - org.opensaml.ws.transport.Transport. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Expected @throws tag for 'SOAPException'. | 44 |
Violation | Message | Line |
---|---|---|
![]() | The field 'soapFault' must be declared final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 60 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 29 |
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. | 28 |
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. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 269 |
![]() | Cyclomatic Complexity is 17 (max allowed is 10). | 600 |
![]() | Method length is 58 lines (max allowed is 50). | 600 |
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 |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 31 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 31 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 30 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | interfaces should describe a type and hence have methods. | 30 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 30 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Class WSAddressingConstants should be declared as final. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.Action. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.Action. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.Address. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.Address. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.EndpointReference. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.EndpointReference. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.FaultTo. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.FaultTo. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.From. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.From. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.MessageID. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.MessageID. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.ProblemHeaderQName. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.MessageID. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.ProblemIRI. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.ProblemIRI. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.ReplyTo. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.ReplyTo. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.RetryAfter. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.RetryAfter. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.SoapAction. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.SoapAction. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.To. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.opensaml.ws.wsaddressing.To. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
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 |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 25 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 25 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 31 |
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. | 30 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 31 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 29 |
![]() | interfaces should describe a type and hence have methods. | 29 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 28 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 26 |
![]() | Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Type Javadoc comment is missing an @param <WSSecurityObjectType> tag. | 28 |
![]() | Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Invalid use of the {@inheritDoc} tag. | 35 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Invalid use of the {@inheritDoc} tag. | 42 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 36 |