Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
10337189

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
5Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
14Errors Error
RightCurly
  • option: "alone"
2Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
56Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4Errors Error
JavadocVariable
  • scope: "protected"
33Infos 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"
44Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
15Warnings 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"
7Errors Error
MissingSwitchDefault1Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
9Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
ErrorsLine is longer than 120 characters.59
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.91

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

ViolationMessageLine
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.110

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'{' should be on a new line.37
WarningsMissing a Javadoc comment.41
Errors'{' should be on a new line.41
WarningsMissing 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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.40
InfosMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
Warnings'in' hides a field.61
WarningsMissing a Javadoc comment.66
Warnings'out' hides a field.66
WarningsMissing a Javadoc comment.71
Warnings'err' hides a field.71
WarningsMissing a Javadoc comment.76
Warnings'callback' hides a field.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.153

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.57
ErrorsVariable 'publickeyAuthenticator' must be private and have accessor methods.57
InfosMissing a Javadoc comment.59
ErrorsVariable 'passwordAuthenticator' must be private and have accessor methods.59
WarningsExpected @param tag for 'keyAuthz'.68
WarningsExpected @throws tag for 'IOException'.87
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.184
ErrorsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.192

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

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.34
ErrorsVariable 'passwordAuthenticatorRequests' must be private and have accessor methods.34
WarningsMissing a Javadoc comment.37
ErrorsLine is longer than 120 characters.41
ErrorsMissing a Javadoc comment.44
InfosMissing a Javadoc comment.46
ErrorsVariable 'username' must be private and have accessor methods.46
InfosMissing a Javadoc comment.48
ErrorsVariable 'password' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.50

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
InfosMissing a Javadoc comment.44
ErrorsVariable 'publickeyAuthenticatorRequests' must be private and have accessor methods.44
InfosMissing a Javadoc comment.47
ErrorsVariable 'keyAuthz' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.75
ErrorsMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
ErrorsVariable 'username' must be private and have accessor methods.87
InfosMissing a Javadoc comment.89
ErrorsVariable 'publicKey' must be private and have accessor methods.89
WarningsMissing a Javadoc comment.91
WarningsMissing 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

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.33
InfosMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.109