Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 27 9

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
27 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
2 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 1 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/jackrabbit/webdav/MultiStatus.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @param tag for 'propFindType'. 61
Warnings Expected @param tag for 'depth'. 62
Warnings Expected @param tag for 'depth'. 87
Warnings Expected @param tag for 'resource'. 101
Warnings Expected @param tag for 'status'. 101
Warnings Expected @param tag for 'depth'. 101
Warnings Expected @param tag for 'response'. 119
Warnings Expected @param tag for 'responseDescription'. 140
Warnings Expected @param tag for 'document'. 161
Warnings Unused @throws tag for 'IllegalArgumentException'. 183
Warnings Expected @param tag for 'multistatusElement'. 186

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86

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

Violation Message Line
Errors 'private' modifier out of order with the JLS suggestions. 32
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 64

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

Violation Message Line
Errors Name 'protocolMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
Warnings Expected @throws tag for 'HttpException'. 104
Errors Redundant throws: 'HttpException' is subclass of 'IOException'. 104
Warnings Expected @throws tag for 'IOException'. 104
Errors '(' is not followed by whitespace. 118
Errors ')' is not preceded with whitespace. 118
Errors Redundant throws: 'HttpException' is subclass of 'IOException'. 147
Warnings Expected @throws tag for 'TransferFailedException'. 174
Warnings Expected @throws tag for 'ResourceDoesNotExistException'. 174
Warnings Expected @throws tag for 'AuthorizationException'. 174
Warnings Missing a Javadoc comment. 227
Errors Line is longer than 120 characters. 260
Warnings Missing a Javadoc comment. 302