Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
40279

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
27Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
2Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/jackrabbit/webdav/MultiStatus.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @param tag for 'propFindType'.61
WarningsExpected @param tag for 'depth'.62
WarningsExpected @param tag for 'depth'.87
WarningsExpected @param tag for 'resource'.101
WarningsExpected @param tag for 'status'.101
WarningsExpected @param tag for 'depth'.101
WarningsExpected @param tag for 'response'.119
WarningsExpected @param tag for 'responseDescription'.140
WarningsExpected @param tag for 'document'.161
WarningsUnused @throws tag for 'IllegalArgumentException'.183
WarningsExpected @param tag for 'multistatusElement'.186

org/apache/jackrabbit/webdav/client/methods/XmlRequestEntity.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86

org/apache/maven/wagon/providers/webdav/PathNavigator.java

ViolationMessageLine
Errors'private' modifier out of order with the JLS suggestions.32
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.64

org/apache/maven/wagon/providers/webdav/WebDavWagon.java

ViolationMessageLine
ErrorsName 'protocolMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.76
WarningsExpected @throws tag for 'HttpException'.104
ErrorsRedundant throws: 'HttpException' is subclass of 'IOException'.104
WarningsExpected @throws tag for 'IOException'.104
Errors'(' is not followed by whitespace.118
Errors')' is not preceded with whitespace.118
ErrorsRedundant throws: 'HttpException' is subclass of 'IOException'.147
WarningsExpected @throws tag for 'TransferFailedException'.174
WarningsExpected @throws tag for 'ResourceDoesNotExistException'.174
WarningsExpected @throws tag for 'AuthorizationException'.174
WarningsMissing a Javadoc comment.227
ErrorsLine is longer than 120 characters.260
WarningsMissing a Javadoc comment.302