Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos infoWarnings warningErrors error
1190220

Rules

RulesViolationsSeverity
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
0error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle
  • checkEmptyJavadoc: "true"
0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports7error Error
FileLength
  • max: "1000"
0error Error
LineLength
  • max: "120"
5error Error
MethodLength
  • max: "50"
0error Error
ParameterNumber
  • max: "5"
0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
TabCharacter0error Error
ModifierOrder0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor0error Error
InterfaceIsType6error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
UpperEll0error Error
AbstractClassName
  • format: "^Abstract.*$|^Base.*$"
0error Error
AnonInnerLength0error Error
EmptyForInitializerPad0error Error
CovariantEquals0error Error
DefaultComesLast0error Error
DeclarationOrder0error Error
ExplicitInitialization0error Error
FallThrough0error Error
IllegalCatch2error Error
IllegalThrows0error Error
JUnitTestCase0error Error
MultipleVariableDeclarations0error Error
PackageDeclaration0error Error
ParameterAssignment0error Error
ReturnCount
  • max: "4"
0error Error
StringLiteralEquality0error Error
SuperFinalize0error Error
ArrayTrailingComma0error Error
UnnecessaryParentheses0error Error
MutableException0error Error
ThrowsCount
  • max: "3"
0error Error
CyclomaticComplexity0error Error
TrailingComment0error Error
PackageHtml
  • fileExtensions: "html"
0error Error

Details

org/opensaml/util/URLBuilder.java

ViolationMessageLine
warningCatching 'Exception' is not allowed.119
warningMust have at least one statement.345

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

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

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

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

org/opensaml/util/resource/ResourceChangeWatcher.java

ViolationMessageLine
warningLine is longer than 120 characters.172

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

ViolationMessageLine
warningLine is longer than 120 characters.27

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

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

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

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

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

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

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

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

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

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

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

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

org/opensaml/ws/soap/client/SOAPClient.java

ViolationMessageLine
warningUnused import - org.opensaml.ws.transport.Transport.27

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

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

org/opensaml/util/storage/StorageService.java

ViolationMessageLine
warningUnused import - java.util.Collection.19

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

ViolationMessageLine
warningClass SOAPHelper should be declared as final.26

org/opensaml/util/resource/FileBackedHttpResource.java

ViolationMessageLine
warningCatching 'Exception' is not allowed.78