Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 33 71 89

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
5 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
14 Errors Error
RightCurly
  • option: "alone"
2 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
56 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4 Errors Error
JavadocVariable
  • scope: "protected"
33 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
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
44 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 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"
15 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"
7 Errors Error
MissingSwitchDefault 1 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
9 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Errors Line is longer than 120 characters. 59
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 91

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

Violation Message Line
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 110

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

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

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

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

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

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

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

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

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

Violation Message Line
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68

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

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2
Infos Missing a Javadoc comment. 34
Errors Variable 'passwordAuthenticatorRequests' must be private and have accessor methods. 34
Warnings Missing a Javadoc comment. 37
Errors Line is longer than 120 characters. 41
Errors Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Errors Variable 'username' must be private and have accessor methods. 46
Infos Missing a Javadoc comment. 48
Errors Variable 'password' must be private and have accessor methods. 48
Warnings Missing a Javadoc comment. 50

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

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

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

Violation Message Line
Errors Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 109