Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1190250

Rules

RulesViolationsSeverity
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
0Warnings Warning
JavadocType0Warnings Warning
JavadocVariable0Warnings Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports5Warnings Warning
FileLength
  • max: "1000"
0Warnings Warning
LineLength
  • max: "120"
6Warnings Warning
MethodLength
  • max: "50"
0Warnings Warning
ParameterNumber
  • max: "5"
0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
TabCharacter0Warnings Warning
ModifierOrder0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock1Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
FinalClass1Warnings Warning
HideUtilityClassConstructor3Warnings Warning
InterfaceIsType6Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
UpperEll0Warnings Warning
AbstractClassName
  • format: "^Abstract.*$|^Base.*$"
0Warnings Warning
AnonInnerLength0Warnings Warning
EmptyForInitializerPad0Warnings Warning
CovariantEquals0Warnings Warning
DefaultComesLast0Warnings Warning
DeclarationOrder0Warnings Warning
ExplicitInitialization0Warnings Warning
FallThrough0Warnings Warning
IllegalCatch2Warnings Warning
IllegalThrows0Warnings Warning
JUnitTestCase0Warnings Warning
MultipleVariableDeclarations0Warnings Warning
PackageDeclaration0Warnings Warning
ParameterAssignment1Warnings Warning
ReturnCount
  • max: "4"
0Warnings Warning
StringLiteralEquality0Warnings Warning
SuperFinalize0Warnings Warning
ArrayTrailingComma0Warnings Warning
UnnecessaryParentheses0Warnings Warning
MutableException0Warnings Warning
ThrowsCount
  • max: "3"
0Warnings Warning
CyclomaticComplexity0Warnings Warning
TrailingComment0Warnings Warning
PackageHtml
  • fileExtensions: "html"
0Warnings Warning

Details

org/opensaml/util/URLBuilder.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.119
WarningsMust have at least one statement.345

org/opensaml/util/resource/ChainingResourceFilter.java

ViolationMessageLine
WarningsAssignment of parameter 'resource' is not allowed.44

org/opensaml/util/resource/FileBackedHttpResource.java

ViolationMessageLine
WarningsCatching 'Exception' is not allowed.130
WarningsLine is longer than 120 characters.177

org/opensaml/util/resource/HttpResource.java

ViolationMessageLine
WarningsUnused import - org.apache.commons.httpclient.HeaderElement.23

org/opensaml/util/resource/ResourceChangeWatcher.java

ViolationMessageLine
WarningsLine is longer than 120 characters.172

org/opensaml/ws/Version.java

ViolationMessageLine
WarningsUtility classes should not have a public or default constructor.20

org/opensaml/ws/message/decoder/BaseMessageDecoder.java

ViolationMessageLine
WarningsLine is longer than 120 characters.88
WarningsLine is longer than 120 characters.91
WarningsLine is longer than 120 characters.169

org/opensaml/ws/security/provider/CertificateNameOptions.java

ViolationMessageLine
WarningsUnused import - javax.security.auth.x500.X500Principal.21

org/opensaml/ws/security/provider/ClientCertAuthRule.java

ViolationMessageLine
WarningsUnused import - org.opensaml.ws.transport.Transport.25

org/opensaml/ws/soap/soap11/Body.java

ViolationMessageLine
Warningsinterfaces should describe a type and hence have methods.29

org/opensaml/ws/soap/soap11/Detail.java

ViolationMessageLine
Warningsinterfaces should describe a type and hence have methods.29

org/opensaml/ws/soap/soap11/FaultActor.java

ViolationMessageLine
WarningsUnused import - org.opensaml.ws.soap.util.SOAPConstants.22
Warningsinterfaces should describe a type and hence have methods.28

org/opensaml/ws/soap/soap11/FaultCode.java

ViolationMessageLine
Warningsinterfaces should describe a type and hence have methods.28

org/opensaml/ws/soap/soap11/FaultString.java

ViolationMessageLine
WarningsUnused import - org.opensaml.ws.soap.util.SOAPConstants.22
Warningsinterfaces should describe a type and hence have methods.28

org/opensaml/ws/soap/soap11/Header.java

ViolationMessageLine
Warningsinterfaces should describe a type and hence have methods.29

org/opensaml/ws/soap/soap11/impl/FaultStringBuilder.java

ViolationMessageLine
WarningsLine is longer than 120 characters.26

org/opensaml/ws/soap/util/SOAPConstants.java

ViolationMessageLine
WarningsUtility classes should not have a public or default constructor.20

org/opensaml/ws/soap/util/SOAPHelper.java

ViolationMessageLine
WarningsClass SOAPHelper should be declared as final.26

org/opensaml/ws/wsfed/WSFedConstants.java

ViolationMessageLine
WarningsUtility classes should not have a public or default constructor.20