Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
8 0 0 57

Rules

Rule Violations Severity
JavadocPackage
  • allowLegacy: "true"
0  Error
NewlineAtEndOfFile 0  Error
Translation 0  Error
FileLength 0  Error
FileTabCharacter
  • eachLine: "true"
0  Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0  Error
JavadocMethod 16  Error
JavadocType 0  Error
JavadocVariable 0  Error
JavadocStyle 0  Error
ConstantName 0  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MemberName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 0  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 0  Error
LineLength 11  Error
MethodLength 0  Error
ParameterNumber 0  Error
EmptyForIteratorPad 0  Error
MethodParamPad 0  Error
NoWhitespaceAfter 1  Error
NoWhitespaceBefore 0  Error
OperatorWrap 0  Error
ParenPad 0  Error
TypecastParenPad 0  Error
WhitespaceAfter 1  Error
WhitespaceAround 0  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock 0  Error
LeftCurly 0  Error
NeedBraces 0  Error
RightCurly 0  Error
AvoidInlineConditionals 1  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField 4  Error
IllegalInstantiation 0  Error
InnerAssignment 0  Error
MagicNumber 0  Error
MissingSwitchDefault 0  Error
RedundantThrows 0  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
DesignForExtension 24  Error
FinalClass 0  Error
HideUtilityClassConstructor 0  Error
InterfaceIsType 0  Error
VisibilityModifier 0  Error
ArrayTypeStyle 0  Error
FinalParameters 0  Error
TodoComment 0  Error
UpperEll 0  Error

Details

net/trajano/wagon/git/GitHubPagesWagon.java

Severity Message Line
 Error Line is longer than 80 characters (found 85). 30
 Error Method 'buildGitUri' is not designed for extension - needs to be abstract, final or empty. 70
 Error Line is longer than 80 characters (found 81). 143
 Error Expected @throws tag for 'TextParseException'. 143
 Error '{' is followed by whitespace. 147
 Error Method 'getFileForResource' is not designed for extension - needs to be abstract, final or empty. 161
 Error Expected @throws tag for 'GitAPIException'. 163
 Error Expected @throws tag for 'IOException'. 163
 Error Expected @throws tag for 'URISyntaxException'. 163

net/trajano/wagon/git/GitWagon.java

Severity Message Line
 Error Line is longer than 80 characters (found 82). 23
 Error Method 'buildGitUri' is not designed for extension - needs to be abstract, final or empty. 29
 Error Method 'getFileForResource' is not designed for extension - needs to be abstract, final or empty. 39

net/trajano/wagon/git/internal/AbstractGitWagon.java

Severity Message Line
 Error Line is longer than 80 characters (found 93). 70
 Error Expected @throws tag for 'IOException'. 87
 Error Expected @throws tag for 'URISyntaxException'. 88
 Error Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 95
 Error Line is longer than 80 characters (found 91). 101
 Error Method 'fillInputData' is not designed for extension - needs to be abstract, final or empty. 123
 Error Method 'fillOutputData' is not designed for extension - needs to be abstract, final or empty. 152
 Error Expected @throws tag for 'IOException'. 189
 Error Expected @throws tag for 'URISyntaxException'. 189
 Error Method 'getFileList' is not designed for extension - needs to be abstract, final or empty. 198
 Error Method 'getGit' is not designed for extension - needs to be abstract, final or empty. 241
 Error Expected @throws tag for 'GitAPIException'. 241
 Error Expected @throws tag for 'IOException'. 242
 Error Expected @throws tag for 'URISyntaxException'. 242
 Error Expected @throws tag for 'ResourceDoesNotExistException'. 242
 Error Line is longer than 80 characters (found 90). 249
 Error Line is longer than 80 characters (found 84). 256
 Error Avoid inline conditionals. 256
 Error Line is longer than 80 characters (found 82). 267
 Error Line is longer than 80 characters (found 85). 272
 Error Method 'getGitUri' is not designed for extension - needs to be abstract, final or empty. 283
 Error Missing a Javadoc comment. 283
 Error Method 'openConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 290
 Error Expected @throws tag for 'ConnectionException'. 291
 Error Expected @throws tag for 'AuthenticationException'. 292
 Error Method 'putDirectory' is not designed for extension - needs to be abstract, final or empty. 312
 Error Line is longer than 80 characters (found 84). 320
 Error Line is longer than 80 characters (found 82). 322
 Error Method 'resourceExists' is not designed for extension - needs to be abstract, final or empty. 336
 Error Method 'supportsDirectoryCopy' is not designed for extension - needs to be abstract, final or empty. 362

net/trajano/wagon/git/internal/GitUri.java

Severity Message Line
 Error 'gitRepositoryUri' hides a field. 44
 Error 'branchName' hides a field. 44
 Error 'resource' hides a field. 45
 Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 64
 Error Method 'getBranchName' is not designed for extension - needs to be abstract, final or empty. 86
 Error Method 'getGitRepositoryUri' is not designed for extension - needs to be abstract, final or empty. 96
 Error Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 100
 Error Missing a Javadoc comment. 100
 Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 104
 Error Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 119
 Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 156

net/trajano/wagon/git/internal/PassphraseCredentialsProvider.java

Severity Message Line
 Error 'passphrase' hides a field. 22
 Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 30
 Error Method 'isInteractive' is not designed for extension - needs to be abstract, final or empty. 47
 Error Method 'supports' is not designed for extension - needs to be abstract, final or empty. 58