Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
10 33 71 89

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
5  Error
FileTabCharacter
  • eachLine: "true"
0  Error
LeftCurly
  • option: "nl"
14  Error
RightCurly
  • option: "alone"
2  Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2  Error
MemberName 0  Error
JavadocMethod
  • scope: "protected"
56  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4  Error
JavadocVariable
  • scope: "protected"
33  Info
ConstantName 1  Error
LocalFinalVariableName 0  Error
LocalVariableName 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
MethodLength 0  Error
ParameterNumber 0  Error
EmptyForIteratorPad
  • option: "space"
0  Error
OperatorWrap 0  Error
ParenPad
  • option: "space"
44  Error
WhitespaceAfter 0  Error
WhitespaceAround 0  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock
  • option: "text"
0  Error
NeedBraces 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
15  Warning
IllegalInstantiation 0  Error
InnerAssignment 0  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"
7  Error
MissingSwitchDefault 1  Error
RedundantThrows 0  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
InterfaceIsType 0  Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
9  Error
UpperEll 0  Error

Details

org/apache/maven/wagon/providers/ssh/AbstractEmbeddedScpWagonTest.java

Severity Message Line
 Error Line is longer than 120 characters (found 171). 59
 Warning Missing a Javadoc comment. 67
 Warning Missing a Javadoc comment. 76
 Warning Missing a Javadoc comment. 81
 Warning Missing a Javadoc comment. 91

org/apache/maven/wagon/providers/ssh/AbstractEmbeddedScpWagonWithKeyTest.java

Severity Message Line
 Warning Missing a Javadoc comment. 66
 Warning Missing a Javadoc comment. 75
 Warning Missing a Javadoc comment. 80
 Warning Missing a Javadoc comment. 91
 Warning Missing a Javadoc comment. 96
 Warning Missing a Javadoc comment. 110

org/apache/maven/wagon/providers/ssh/ScpCommand.java

Severity Message Line
 Info Missing a Javadoc comment. 51
 Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Info Missing a Javadoc comment. 53
 Info Missing a Javadoc comment. 55
 Info Missing a Javadoc comment. 57
 Info Missing a Javadoc comment. 59
 Info Missing a Javadoc comment. 61
 Info Missing a Javadoc comment. 63
 Info Missing a Javadoc comment. 65
 Info Missing a Javadoc comment. 67
 Info Missing a Javadoc comment. 69
 Info Missing a Javadoc comment. 71
 Info Missing a Javadoc comment. 73
 Info Missing a Javadoc comment. 75
 Info Missing a Javadoc comment. 77
 Info Missing a Javadoc comment. 79
 Info Missing a Javadoc comment. 81
 Info Missing a Javadoc comment. 83
 Info Missing a Javadoc comment. 85
 Warning Missing a Javadoc comment. 87
 Error switch without "default" clause. 101
 Warning Missing a Javadoc comment. 138
 Warning 'in' hides a field. 138
 Warning Missing a Javadoc comment. 143
 Warning 'out' hides a field. 143
 Warning Missing a Javadoc comment. 148
 Warning 'err' hides a field. 148
 Warning Missing a Javadoc comment. 153
 Warning 'callback' hides a field. 153
 Warning Missing a Javadoc comment. 158
 Warning Missing a Javadoc comment. 168
 Warning Missing a Javadoc comment. 172
 Warning 'path' hides a field. 228
 Warning Missing a Javadoc comment. 321
 Warning 'path' hides a field. 321
 Warning 'name' hides a field. 335
 Warning Missing a Javadoc comment. 385
 Warning 'path' hides a field. 385
 Warning 'name' hides a field. 399
 Error '8192' is a magic number. 431
 Warning Missing a Javadoc comment. 453
 Warning Missing a Javadoc comment. 475
 Warning 'path' hides a field. 475
 Error '8192' is a magic number. 497
 Warning Missing a Javadoc comment. 516
 Warning 'path' hides a field. 516
 Warning Missing a Javadoc comment. 552
 Warning Missing a Javadoc comment. 559
 Warning Missing a Javadoc comment. 584

org/apache/maven/wagon/providers/ssh/ScpCommandFactory.java

Severity Message Line
 Error Line does not match expected header line of '^\s*$'. 2
 Error '{' should be on a new line. 37
 Warning Missing a Javadoc comment. 41
 Error '{' should be on a new line. 41
 Warning Missing a Javadoc comment. 44
 Error '{' should be on a new line. 44
 Error '(' is not followed by whitespace. 57
 Error ')' is not preceded with whitespace. 57
 Error '{' should be on a new line. 57
 Error '{' should be on a new line. 58
 Error '(' is not followed by whitespace. 59
 Error '(' is not followed by whitespace. 59
 Error ')' is not preceded with whitespace. 59
 Error ')' is not preceded with whitespace. 59
 Error '}' should be alone on a line. 60
 Error '(' is not followed by whitespace. 60
 Error ')' is not preceded with whitespace. 60
 Error '{' should be on a new line. 60
 Error '(' is not followed by whitespace. 61
 Error ')' is not preceded with whitespace. 61
 Error '{' should be on a new line. 61
 Error '(' is not followed by whitespace. 62
 Error ')' is not preceded with whitespace. 62
 Error '(' is not followed by whitespace. 68
 Error ')' is not preceded with whitespace. 68
 Error '{' should be on a new line. 68
 Error '(' is not followed by whitespace. 69
 Error '(' is not followed by whitespace. 69
 Error ')' is not preceded with whitespace. 69
 Error ')' is not preceded with whitespace. 69
 Error '{' should be on a new line. 69
 Error '(' is not followed by whitespace. 70
 Error ')' is not preceded with whitespace. 70
 Error '(' is not followed by whitespace. 73
 Error ')' is not preceded with whitespace. 73
 Error '(' is not followed by whitespace. 75
 Error ')' is not preceded with whitespace. 75
 Error '(' is not followed by whitespace. 76
 Error ')' is not preceded with whitespace. 76
 Error '{' should be on a new line. 76
 Error '(' is not followed by whitespace. 77
 Error '(' is not followed by whitespace. 77
 Error ')' is not preceded with whitespace. 77
 Error ')' is not preceded with whitespace. 77
 Error '{' should be on a new line. 77
 Error '(' is not followed by whitespace. 78
 Error '(' is not followed by whitespace. 78
 Error ')' is not preceded with whitespace. 78
 Error ')' is not preceded with whitespace. 78
 Error '}' should be alone on a line. 80
 Error '{' should be on a new line. 80
 Error '(' is not followed by whitespace. 81
 Error ')' is not preceded with whitespace. 81
 Error '(' is not followed by whitespace. 84
 Error ')' is not preceded with whitespace. 84
 Error '(' is not followed by whitespace. 87
 Error ')' is not preceded with whitespace. 87
 Error '{' should be on a new line. 87
 Error '(' is not followed by whitespace. 90
 Error ')' is not preceded with whitespace. 90
 Error '{' should be on a new line. 90
 Error '(' is not followed by whitespace. 91
 Error ')' is not preceded with whitespace. 91

org/apache/maven/wagon/providers/ssh/ShellCommand.java

Severity Message Line
 Error Line does not match expected header line of '^\s*$'. 2
 Info Missing a Javadoc comment. 38
 Info Missing a Javadoc comment. 40
 Info Missing a Javadoc comment. 42
 Warning Missing a Javadoc comment. 56
 Warning Missing a Javadoc comment. 61
 Warning 'in' hides a field. 61
 Warning Missing a Javadoc comment. 66
 Warning 'out' hides a field. 66
 Warning Missing a Javadoc comment. 71
 Warning 'err' hides a field. 71
 Warning Missing a Javadoc comment. 76
 Warning 'callback' hides a field. 76
 Warning Missing a Javadoc comment. 81
 Warning Missing a Javadoc comment. 153

org/apache/maven/wagon/providers/ssh/SshServerEmbedded.java

Severity Message Line
 Error Line does not match expected header line of '^\s*$'. 2
 Info Missing a Javadoc comment. 57
 Error Variable 'publickeyAuthenticator' must be private and have accessor methods. 57
 Info Missing a Javadoc comment. 59
 Error Variable 'passwordAuthenticator' must be private and have accessor methods. 59
 Warning Expected @param tag for 'keyAuthz'. 68
 Warning Expected @throws tag for 'IOException'. 87
 Warning Missing a Javadoc comment. 178
 Warning Missing a Javadoc comment. 184
 Error Missing a Javadoc comment. 189
 Warning Missing a Javadoc comment. 192

org/apache/maven/wagon/providers/ssh/TestData.java

Severity Message Line
 Warning Missing a Javadoc comment. 33
 Warning Missing a Javadoc comment. 38
 Warning Missing a Javadoc comment. 43
 Warning Missing a Javadoc comment. 48
 Warning Missing a Javadoc comment. 53
 Warning Missing a Javadoc comment. 58
 Warning Missing a Javadoc comment. 63
 Warning Missing a Javadoc comment. 68

org/apache/maven/wagon/providers/ssh/TestPasswordAuthenticator.java

Severity Message Line
 Error Line does not match expected header line of '^\s*$'. 2
 Info Missing a Javadoc comment. 34
 Error Variable 'passwordAuthenticatorRequests' must be private and have accessor methods. 34
 Warning Missing a Javadoc comment. 37
 Error Line is longer than 120 characters (found 122). 41
 Error Missing a Javadoc comment. 44
 Info Missing a Javadoc comment. 46
 Error Variable 'username' must be private and have accessor methods. 46
 Info Missing a Javadoc comment. 48
 Error Variable 'password' must be private and have accessor methods. 48
 Warning Missing a Javadoc comment. 50

org/apache/maven/wagon/providers/ssh/TestPublickeyAuthenticator.java

Severity Message Line
 Error Line does not match expected header line of '^\s*$'. 2
 Info Missing a Javadoc comment. 44
 Error Variable 'publickeyAuthenticatorRequests' must be private and have accessor methods. 44
 Info Missing a Javadoc comment. 47
 Error Variable 'keyAuthz' must be private and have accessor methods. 47
 Warning Missing a Javadoc comment. 49
 Warning Missing a Javadoc comment. 54
 Warning Missing a Javadoc comment. 75
 Error Missing a Javadoc comment. 85
 Info Missing a Javadoc comment. 87
 Error Variable 'username' must be private and have accessor methods. 87
 Info Missing a Javadoc comment. 89
 Error Variable 'publicKey' must be private and have accessor methods. 89
 Warning Missing a Javadoc comment. 91
 Warning Missing a Javadoc comment. 113
 Error '0xFF' is a magic number. 165
 Error '24' is a magic number. 165
 Error '0xFF' is a magic number. 165
 Error '0xFF' is a magic number. 165
 Error '0xFF' is a magic number. 166

org/apache/maven/wagon/providers/ssh/knownhost/KnownHostsProviderTestCase.java

Severity Message Line
 Error Missing a Javadoc comment. 28
 Info Missing a Javadoc comment. 31
 Info Missing a Javadoc comment. 33
 Info Missing a Javadoc comment. 35
 Warning Missing a Javadoc comment. 109