Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
49001922

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod367error Error
JavadocType9error Error
JavadocVariable130error Error
JavadocStyle3error Error
ConstantName5error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports4error Error
FileLength0error Error
LineLength362error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter29error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter15error Error
WhitespaceAfter18error Error
WhitespaceAround150error Error
ModifierOrder29error Error
RedundantModifier12error Error
AvoidNestedBlocks0error Error
EmptyBlock3error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly20error Error
AvoidInlineConditionals6error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField39error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension153error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier10error Error
ArrayTypeStyle8error Error
FinalParameters349error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
198error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
net/sf/vmwcmd/result/CapabilityResult.java0016
net/sf/vmwcmd/AbstractVmConfiguration.java0029
net/sf/vmwcmd/VmWareCommand.java0043
net/sf/vmwcmd/result/StateResult.java0014
net/sf/vmwcmd/VmWareExecutionException.java0021
net/sf/vmwcmd/PropertiesVmConfiguration.java0077
net/sf/vmwcmd/shell/SecureShellCommand.java0034
net/sf/vmwcmd/ssh/SimpleSsh.java0096
net/sf/vmwcmd/result/BaseResult.java0060
net/sf/vmwcmd/ssh/PropertiesSshConfiguration.java0020
net/sf/vmwcmd/VmWareServices.java0017
net/sf/vmwcmd/result/StateResultImpl.java0026
net/sf/vmwcmd/VmConfiguration.java0043
net/sf/vmwcmd/VmWareProgramCommand.java00309
net/sf/vmwcmd/VmWareCommander.java0078
net/sf/vmwcmd/VmWareException.java0019
net/sf/vmwcmd/operation/VmGuestOperation.java0025
net/sf/vmwcmd/ssh/SshConfiguration.java001
net/sf/vmwcmd/shell/AbstractShellCommand.java0011
net/sf/vmwcmd/result/GetConfigFileResult.java003
net/sf/vmwcmd/result/ListResultImpl.java0025
net/sf/vmwcmd/operation/VmWareServerOperation.java0019
net/sf/vmwcmd/VmWareCommandMultiHost.java0060
net/sf/vmwcmd/ssh/SshException.java0045
net/sf/vmwcmd/shell/LocaleShellCommand.java0025
net/sf/vmwcmd/result/SimpleResult.java006
net/sf/vmwcmd/result/GetConfigFileResultImpl.java007
net/sf/vmwcmd/VerySimpleVmWareCommander.java0014
net/sf/vmwcmd/result/ListResult.java006
net/sf/vmwcmd/VmOperation.java0016
net/sf/vmwcmd/VmWareProgramRun.java00108
net/sf/vmwcmd/VmWareServicesImpl.java0031
net/sf/vmwcmd/shell/ShellCommand.java005
net/sf/vmwcmd/VmWareCommanderImpl.java00210
net/sf/vmwcmd/VmWareRun.java0018
net/sf/vmwcmd/ssh/UserInfo.java0048
net/sf/vmwcmd/AbstractVmWareProgram.java00120
net/sf/vmwcmd/shell/ShellCommandException.java0011
net/sf/vmwcmd/result/CapabilityResultImpl.java0046
net/sf/vmwcmd/VmWareConfig.java0070
net/sf/vmwcmd/operation/AbstractVmOperation.java0043
net/sf/vmwcmd/operation/VmRunOperation.java0013
net/sf/vmwcmd/VmWareRunMultiHost.java0026
net/sf/vmwcmd/VmResult.java008

Details

net/sf/vmwcmd/result/CapabilityResult.java

ViolationMessageLine
errorMissing a Javadoc comment.7
errorRedundant 'static' modifier.10
errorMissing a Javadoc comment.12
errorRedundant 'static' modifier.12
errorMissing a Javadoc comment.14
errorRedundant 'static' modifier.14
errorLine has trailing spaces.17
errorExpected an @return tag.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorLine has trailing spaces.29
errorExpected an @return tag.32
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32

net/sf/vmwcmd/AbstractVmConfiguration.java

ViolationMessageLine
errorMissing a Javadoc comment.10
errorMissing a Javadoc comment.11
error'<' is not preceded with whitespace.11
error'<' is not followed by whitespace.11
error'>' is not preceded with whitespace.11
errorLine has trailing spaces.12
error'<' is not preceded with whitespace.15
error'<' is not followed by whitespace.15
error'>' is not preceded with whitespace.15
error'>' is not followed by whitespace.15
errorMethod 'getVmConnectionOptionSet' is not designed for extension - needs to be abstract, final or empty.23
errorMissing a Javadoc comment.23
error'<' is not preceded with whitespace.23
error'<' is not followed by whitespace.23
error'>' is not preceded with whitespace.23
errorMethod 'getVmConnectionOptionMap' is not designed for extension - needs to be abstract, final or empty.29
errorMissing a Javadoc comment.29
error'<' is not preceded with whitespace.29
error'<' is not followed by whitespace.29
error'>' is not preceded with whitespace.29
errorParameter vmHost should be final.29
errorLine contains a tab character.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30
error'>' is not followed by whitespace.30

net/sf/vmwcmd/VmWareCommand.java

ViolationMessageLine
errorMissing a Javadoc comment.9
errorMissing a Javadoc comment.11
errorMissing a Javadoc comment.13
errorMissing a Javadoc comment.15
errorLine is longer than 80 characters.17
errorMissing a Javadoc comment.17
errorLine is longer than 80 characters.19
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorLine is longer than 80 characters.33
errorMissing a Javadoc comment.33
errorLine is longer than 80 characters.35
errorMissing a Javadoc comment.35
errorLine is longer than 80 characters.37
errorMissing a Javadoc comment.37
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorLine is longer than 80 characters.45
errorMissing a Javadoc comment.45
errorLine is longer than 80 characters.47
errorMissing a Javadoc comment.47
errorLine is longer than 80 characters.49
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorLine is longer than 80 characters.61
errorMissing a Javadoc comment.61
errorLine is longer than 80 characters.63
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorLine is longer than 80 characters.67
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.69

net/sf/vmwcmd/result/StateResult.java

ViolationMessageLine
errorMissing a Javadoc comment.6
errorMissing a Javadoc comment.8
errorRedundant 'public' modifier.8
errorMissing a Javadoc comment.10
errorRedundant 'public' modifier.10
errorMissing a Javadoc comment.12
errorRedundant 'public' modifier.12
errorMissing a Javadoc comment.14
errorRedundant 'public' modifier.14
errorMissing a Javadoc comment.16
errorRedundant 'public' modifier.16
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.22

net/sf/vmwcmd/VmWareExecutionException.java

ViolationMessageLine
error'public' modifier out of order with the JLS suggestions.9
errorMissing a Javadoc comment.13
errorVariable 'result' must be private and have accessor methods.13
errorLine has trailing spaces.15
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.18
errorParameter message should be final.18
errorMissing a Javadoc comment.21
errorParameter cause should be final.21
errorMissing a Javadoc comment.24
errorParameter message should be final.24
errorParameter cause should be final.24
errorMissing a Javadoc comment.27
errorParameter result should be final.27
error'result' hides a field.27
errorLine is longer than 80 characters.28
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorLine has trailing spaces.37
errorMissing a Javadoc comment.38
errorParameter commandArray should be final.38

net/sf/vmwcmd/PropertiesVmConfiguration.java

ViolationMessageLine
errorFirst sentence should end with a period.13
errorLine has trailing spaces.14
errorLine has trailing spaces.24
errorMissing a Javadoc comment.28
error'static' modifier out of order with the JLS suggestions.28
errorMissing a Javadoc comment.29
error'static' modifier out of order with the JLS suggestions.29
errorMissing a Javadoc comment.31
error'static' modifier out of order with the JLS suggestions.31
errorMissing a Javadoc comment.32
error'static' modifier out of order with the JLS suggestions.32
errorMissing a Javadoc comment.33
error'static' modifier out of order with the JLS suggestions.33
errorMissing a Javadoc comment.34
error'static' modifier out of order with the JLS suggestions.34
errorLine has trailing spaces.35
errorMissing a Javadoc comment.36
error'static' modifier out of order with the JLS suggestions.36
errorLine has trailing spaces.37
errorMissing a Javadoc comment.38
error'static' modifier out of order with the JLS suggestions.38
errorLine has trailing spaces.40
errorMissing a Javadoc comment.41
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorParameter properties should be final.44
error'properties' hides a field.44
errorMethod 'getGuestSet' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
errorParameter vmHost should be final.51
errorLine is longer than 80 characters.52
errorMethod 'getHostSet' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorLine is longer than 80 characters.58
errorMethod 'getHostName' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorParameter vmHost should be final.62
errorLine is longer than 80 characters.63
errorMethod 'getHostPort' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorParameter vmHost should be final.67
errorLine is longer than 80 characters.68
errorMethod 'getUserName' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter vmHost should be final.72
errorLine is longer than 80 characters.73
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorParameter vmHost should be final.77
errorLine is longer than 80 characters.78
errorMethod 'getVmxPath' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter vmHost should be final.82
errorParameter vmGuest should be final.82
errorLine is longer than 80 characters.83
errorMethod 'getSshConfiguration' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter vmHost should be final.87
errorLine is longer than 80 characters.88
errorLine has trailing spaces.91
errorMissing a Javadoc comment.93
errorParameter vmHost should be final.93
errorLine is longer than 80 characters.94
error'cast' is not followed by whitespace.94
errorLine has trailing spaces.96
errorMissing a Javadoc comment.97
errorParameter vmHost should be final.97
errorParameter vmGuest should be final.97
errorLine is longer than 80 characters.98
error'cast' is not followed by whitespace.98
errorLine has trailing spaces.100

net/sf/vmwcmd/shell/SecureShellCommand.java

ViolationMessageLine
error'public' modifier out of order with the JLS suggestions.17
errorMissing a Javadoc comment.18
errorLine has trailing spaces.20
errorMissing a Javadoc comment.21
errorParameter hostname should be final.21
errorParameter username should be final.21
errorParameter password should be final.22
errorMissing a Javadoc comment.26
errorParameter sshConfig should be final.26
errorMissing a Javadoc comment.30
errorParameter properties should be final.30
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.36
errorParameter cmdArray should be final.36
errorParameter strBufOut should be final.36
errorParameter strBufErr should be final.36
errorLine is longer than 80 characters.39
errorLine has trailing spaces.40
error'}' should be on the same line.44
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine is longer than 80 characters.54
errorMissing a Javadoc comment.54
errorParameter cmdArray should be final.54
errorParameter result should be final.54
errorLine is longer than 80 characters.56
errorLine has trailing spaces.57
errorLine has trailing spaces.64
errorLine has trailing spaces.69
errorLine has trailing spaces.72
error'}' should be on the same line.77
error'}' should be on the same line.80

net/sf/vmwcmd/ssh/SimpleSsh.java

ViolationMessageLine
errorLine has trailing spaces.21
errorLine has trailing spaces.23
errorLine is longer than 80 characters.29
errorLine is longer than 80 characters.34
errorLine has trailing spaces.36
errorLine is longer than 80 characters.41
errorMissing a Javadoc comment.41
errorName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorLine is longer than 80 characters.49
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorVariable 'hostname' must be private and have accessor methods.53
errorMissing a Javadoc comment.55
errorVariable 'userInfo' must be private and have accessor methods.55
errorMissing a Javadoc comment.57
errorVariable 'port' must be private and have accessor methods.57
error'22' is a magic number.57
errorFirst sentence should end with a period.59
errorFirst sentence should end with a period.62
errorLine has trailing spaces.64
errorLine has trailing spaces.65
errorLine has trailing spaces.77
errorLine has trailing spaces.78
errorLine is longer than 80 characters.78
errorLine has trailing spaces.79
errorLine is longer than 80 characters.79
errorLine has trailing spaces.83
errorLine is longer than 80 characters.84
errorMissing a Javadoc comment.84
error'hostname' hides a field.84
errorArray brackets at illegal position.101
errorLine is longer than 80 characters.106
error'}' should be on the same line.110
errorLine is longer than 80 characters.112
error'}' should be on the same line.114
errorLine is longer than 80 characters.116
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.128
errorLine is longer than 80 characters.130
errorLine is longer than 80 characters.134
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.134
errorMissing a Javadoc comment.134
errorLine is longer than 80 characters.144
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
errorLine has trailing spaces.157
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.162
errorExpected @param tag for 'command'.162
errorLine is longer than 80 characters.169
errorLine has trailing spaces.175
error'cast' is not followed by whitespace.182
errorLine is longer than 80 characters.183
error'cast' is not followed by whitespace.183
error'500' is a magic number.200
error'}' should be on the same line.201
errorMust have at least one statement.202
error';' is not followed by whitespace.219
errorLine is longer than 80 characters.220
error'}' should be on the same line.222
errorLine is longer than 80 characters.238
errorLine is longer than 80 characters.240
error';' is not followed by whitespace.243
error'}' should be on the same line.246
error'}' should be on the same line.249
error';' is not followed by whitespace.256
errorLine is longer than 80 characters.257
error'}' should be on the same line.258
error'}' should be on the same line.268
error';' is not followed by whitespace.274
errorLine is longer than 80 characters.275
error'}' should be on the same line.276
errorMissing a Javadoc comment.284
errorMethod 'openSession' is not designed for extension - needs to be abstract, final or empty.288
errorMissing a Javadoc comment.288
errorLine is longer than 80 characters.300
errorMissing a Javadoc comment.308
errorMissing a Javadoc comment.312
errorMissing a Javadoc comment.316
errorMissing a Javadoc comment.320
errorMethod 'getExtOutputStream' is not designed for extension - needs to be abstract, final or empty.324
errorMissing a Javadoc comment.324
errorMethod 'getOutputStream' is not designed for extension - needs to be abstract, final or empty.328
errorMissing a Javadoc comment.328
errorMethod 'getErrorStream' is not designed for extension - needs to be abstract, final or empty.332
errorMissing a Javadoc comment.332
errorMethod 'resetOutput' is not designed for extension - needs to be abstract, final or empty.336
errorMissing a Javadoc comment.336
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.342
errorMissing a Javadoc comment.342
errorLine is longer than 80 characters.344
errorLine is longer than 80 characters.345

net/sf/vmwcmd/result/BaseResult.java

ViolationMessageLine
errorLine is longer than 80 characters.12
errorLine has trailing spaces.14
errorArray brackets at illegal position.22
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.35
errorParameter outWriter should be final.35
error'outWriter' hides a field.35
errorParameter errWriter should be final.35
error'errWriter' hides a field.35
errorMissing a Javadoc comment.40
errorMethod 'getCommandArray' is not designed for extension - needs to be abstract, final or empty.45
errorMissing a Javadoc comment.45
errorMethod 'setCommandArray' is not designed for extension - needs to be abstract, final or empty.48
errorMissing a Javadoc comment.48
errorParameter cmdArray should be final.48
error'cmdArray' hides a field.48
errorArray brackets at illegal position.48
errorLine has trailing spaces.51
errorLine has trailing spaces.52
errorMethod 'getExitCode' is not designed for extension - needs to be abstract, final or empty.53
errorMissing a Javadoc comment.53
errorMethod 'setExitCode' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
errorParameter exitCode should be final.56
error'exitCode' hides a field.56
errorLine has trailing spaces.59
errorLine has trailing spaces.60
errorMethod 'getOutputWriter' is not designed for extension - needs to be abstract, final or empty.61
errorMissing a Javadoc comment.61
errorLine has trailing spaces.64
errorLine has trailing spaces.65
errorMethod 'getErrorWriter' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
errorLine has trailing spaces.70
errorMethod 'out' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter c should be final.72
errorMethod 'out' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorParameter msg should be final.77
errorLine has trailing spaces.81
errorMethod 'err' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter c should be final.83
errorMethod 'err' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter err should be final.88
errorLine has trailing spaces.92
errorMethod 'getOutput' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
error'}' should be on the same line.96
errorLine has trailing spaces.106
errorMethod 'getError' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
error'}' should be on the same line.110
errorLine has trailing spaces.120
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121

net/sf/vmwcmd/ssh/PropertiesSshConfiguration.java

ViolationMessageLine
errorLine has trailing spaces.8
errorMissing a Javadoc comment.12
error'static' modifier out of order with the JLS suggestions.12
errorMissing a Javadoc comment.14
error'static' modifier out of order with the JLS suggestions.14
errorMissing a Javadoc comment.16
error'static' modifier out of order with the JLS suggestions.16
errorMissing a Javadoc comment.18
errorLine has trailing spaces.19
errorLine has trailing spaces.20
errorMissing a Javadoc comment.21
errorParameter properties should be final.21
error'properties' hides a field.21
errorLine has trailing spaces.24
errorMethod 'getHostname' is not designed for extension - needs to be abstract, final or empty.26
errorMissing a Javadoc comment.26
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.30
errorMissing a Javadoc comment.30
errorMethod 'getUsername' is not designed for extension - needs to be abstract, final or empty.34
errorMissing a Javadoc comment.34

net/sf/vmwcmd/VmWareServices.java

ViolationMessageLine
errorLine has trailing spaces.9
errorLine has trailing spaces.12
errorLine has trailing spaces.22
errorLine has trailing spaces.24
errorLine has trailing spaces.28
errorLine has trailing spaces.30
errorLine has trailing spaces.34
errorLine has trailing spaces.36
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorLine has trailing spaces.43
errorLine has trailing spaces.46
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
errorLine has trailing spaces.51

net/sf/vmwcmd/result/StateResultImpl.java

ViolationMessageLine
errorLine has trailing spaces.10
error'public' modifier out of order with the JLS suggestions.13
errorMissing a Javadoc comment.14
error'<' is not preceded with whitespace.14
error'<' is not followed by whitespace.14
error'>' is not preceded with whitespace.14
errorName 'stateSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.14
error'<' is not preceded with whitespace.14
error'<' is not followed by whitespace.14
error'>' is not preceded with whitespace.14
error'>' is not followed by whitespace.14
errorMissing a Javadoc comment.16
errorLine has trailing spaces.18
errorLine has trailing spaces.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorLine has trailing spaces.42
errorParameter state should be final.48
error'!' is followed by whitespace.49
errorLine is longer than 80 characters.50
error'!' is followed by whitespace.52
errorLine is longer than 80 characters.53
errorMissing a Javadoc comment.58
errorAvoid inline conditionals.61
errorAvoid inline conditionals.61

net/sf/vmwcmd/VmConfiguration.java

ViolationMessageLine
errorLine has trailing spaces.12
errorLine is longer than 80 characters.13
errorLine is longer than 80 characters.14
errorLine has trailing spaces.15
errorMissing a Javadoc comment.19
errorRedundant 'public' modifier.19
error'static' modifier out of order with the JLS suggestions.19
errorMissing a Javadoc comment.20
errorRedundant 'public' modifier.20
error'static' modifier out of order with the JLS suggestions.20
errorMissing a Javadoc comment.21
errorRedundant 'public' modifier.21
error'static' modifier out of order with the JLS suggestions.21
errorMissing a Javadoc comment.22
errorRedundant 'public' modifier.22
error'static' modifier out of order with the JLS suggestions.22
error'<' is not preceded with whitespace.28
error'<' is not followed by whitespace.28
error'>' is not preceded with whitespace.28
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorLine has trailing spaces.36
errorLine has trailing spaces.38
errorLine has trailing spaces.43
errorLine is longer than 80 characters.52
errorLine has trailing spaces.57
errorLine is longer than 80 characters.59
errorLine is longer than 80 characters.66
errorLine has trailing spaces.73
errorLine is longer than 80 characters.73
errorLine is longer than 80 characters.76
errorLine has trailing spaces.80
errorExpected an @return tag.82
error'<' is not preceded with whitespace.82
error'<' is not followed by whitespace.82
error'>' is not preceded with whitespace.82
errorExpected an @return tag.85
error'<' is not preceded with whitespace.85
error'<' is not followed by whitespace.85
error'>' is not preceded with whitespace.85
errorExpected @param tag for 'vmHost'.85
errorLine has trailing spaces.86

net/sf/vmwcmd/VmWareProgramCommand.java

ViolationMessageLine
errorLine has trailing spaces.72
errorLine is longer than 80 characters.74
errorLine has trailing spaces.75
errorLine is longer than 80 characters.78
errorLine is longer than 80 characters.79
errorMissing a Javadoc comment.79
error'static' modifier out of order with the JLS suggestions.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
errorName 'connectionOptionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
error'>' is not followed by whitespace.79
errorLine is longer than 80 characters.82
errorLine is longer than 80 characters.83
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.88
errorMissing a Javadoc comment.88
errorLine is longer than 80 characters.89
errorMissing a Javadoc comment.89
error'{' is followed by whitespace.89
errorLine is longer than 80 characters.90
errorMissing a Javadoc comment.90
error'{' is followed by whitespace.90
errorLine is longer than 80 characters.91
errorMissing a Javadoc comment.91
error'{' is followed by whitespace.91
errorLine is longer than 80 characters.92
errorMissing a Javadoc comment.92
error'{' is followed by whitespace.92
errorLine is longer than 80 characters.94
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.95
errorLine is longer than 80 characters.96
errorMissing a Javadoc comment.96
error'{' is followed by whitespace.96
errorLine is longer than 80 characters.97
errorMissing a Javadoc comment.97
error'{' is followed by whitespace.97
errorLine is longer than 80 characters.98
errorMissing a Javadoc comment.98
error'{' is followed by whitespace.98
errorLine is longer than 80 characters.99
errorMissing a Javadoc comment.99
error'{' is followed by whitespace.99
errorLine is longer than 80 characters.100
errorMissing a Javadoc comment.100
error'{' is followed by whitespace.100
errorLine is longer than 80 characters.101
errorMissing a Javadoc comment.101
error'{' is followed by whitespace.101
errorLine is longer than 80 characters.102
errorMissing a Javadoc comment.102
error'{' is followed by whitespace.102
errorLine is longer than 80 characters.103
errorMissing a Javadoc comment.103
error'{' is followed by whitespace.103
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.105
errorLine is longer than 80 characters.106
errorMissing a Javadoc comment.106
error'{' is followed by whitespace.106
errorLine is longer than 80 characters.107
errorMissing a Javadoc comment.107
error'{' is followed by whitespace.107
errorLine is longer than 80 characters.108
errorMissing a Javadoc comment.108
error'{' is followed by whitespace.108
errorLine is longer than 80 characters.109
errorMissing a Javadoc comment.109
errorLine is longer than 80 characters.110
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.111
errorLine is longer than 80 characters.112
errorMissing a Javadoc comment.112
errorLine is longer than 80 characters.113
errorMissing a Javadoc comment.113
errorLine is longer than 80 characters.114
errorMissing a Javadoc comment.114
error'{' is followed by whitespace.114
errorLine is longer than 80 characters.115
errorMissing a Javadoc comment.115
error'{' is followed by whitespace.115
errorLine is longer than 80 characters.116
errorMissing a Javadoc comment.116
error'{' is followed by whitespace.116
errorLine is longer than 80 characters.117
errorMissing a Javadoc comment.117
errorLine is longer than 80 characters.118
errorMissing a Javadoc comment.118
errorLine is longer than 80 characters.119
errorMissing a Javadoc comment.119
error'{' is followed by whitespace.119
errorLine is longer than 80 characters.120
errorMissing a Javadoc comment.120
error'{' is followed by whitespace.120
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.124
errorParameter config should be final.124
errorMissing a Javadoc comment.127
errorParameter config should be final.127
errorParameter shell should be final.127
errorMissing a Javadoc comment.130
errorParameter prop should be final.130
errorMissing a Javadoc comment.133
errorParameter prop should be final.133
errorParameter shell should be final.133
errorMethod 'getShellCommand' is not designed for extension - needs to be abstract, final or empty.138
errorMissing a Javadoc comment.138
errorMethod 'getConnectionOptionTranslationMap' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
error'<' is not preceded with whitespace.142
error'<' is not followed by whitespace.142
error'>' is not preceded with whitespace.142
errorLine has trailing spaces.146
errorLine has trailing spaces.152
errorMethod 'list' is not designed for extension - needs to be abstract, final or empty.153
errorMissing a Javadoc comment.153
errorParameter vmHost should be final.153
errorLine is longer than 80 characters.154
error'cast' is not followed by whitespace.154
errorLine is longer than 80 characters.157
errorMethod 'register' is not designed for extension - needs to be abstract, final or empty.157
errorMissing a Javadoc comment.157
errorParameter vmHost should be final.157
errorParameter vmGuestName should be final.157
errorLine is longer than 80 characters.161
errorMethod 'unRegister' is not designed for extension - needs to be abstract, final or empty.161
errorMissing a Javadoc comment.161
errorParameter vmHost should be final.161
errorParameter vmGuestName should be final.161
errorLine is longer than 80 characters.162
errorLine is longer than 80 characters.165
errorMethod 'getResource' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorParameter vmHost should be final.165
errorParameter vmGuestName should be final.165
errorParameter resourceName should be final.165
errorLine is longer than 80 characters.166
errorLine is longer than 80 characters.169
errorMethod 'setResource' is not designed for extension - needs to be abstract, final or empty.169
errorMissing a Javadoc comment.169
errorParameter vmHost should be final.169
errorParameter vmGuestName should be final.169
errorParameter resourceName should be final.169
errorParameter resourceValue should be final.169
errorLine is longer than 80 characters.170
errorLine is longer than 80 characters.177
errorMethod 'getConnectedUsers' is not designed for extension - needs to be abstract, final or empty.177
errorMissing a Javadoc comment.177
errorParameter vmHost should be final.177
errorParameter vmGuestName should be final.177
errorLine is longer than 80 characters.178
errorLine is longer than 80 characters.181
errorMethod 'getState' is not designed for extension - needs to be abstract, final or empty.181
errorMissing a Javadoc comment.181
errorParameter vmHost should be final.181
errorParameter vmGuestName should be final.181
errorLine is longer than 80 characters.182
error'cast' is not followed by whitespace.182
errorLine is longer than 80 characters.185
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.185
errorMissing a Javadoc comment.185
errorParameter vmHost should be final.185
errorParameter vmGuestName should be final.185
errorLine is longer than 80 characters.189
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.189
errorMissing a Javadoc comment.189
errorParameter vmHost should be final.189
errorParameter vmGuestName should be final.189
errorLine is longer than 80 characters.193
errorMethod 'reset' is not designed for extension - needs to be abstract, final or empty.193
errorMissing a Javadoc comment.193
errorParameter vmHost should be final.193
errorParameter vmGuestName should be final.193
errorLine is longer than 80 characters.197
errorMethod 'suspend' is not designed for extension - needs to be abstract, final or empty.197
errorMissing a Javadoc comment.197
errorParameter vmHost should be final.197
errorParameter vmGuestName should be final.197
errorLine is longer than 80 characters.201
errorMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
errorParameter vmHost should be final.201
errorParameter vmGuestName should be final.201
errorParameter variable should be final.201
errorLine is longer than 80 characters.202
errorLine is longer than 80 characters.205
errorMethod 'setConfig' is not designed for extension - needs to be abstract, final or empty.205
errorMissing a Javadoc comment.205
errorParameter vmHost should be final.205
errorParameter vmGuestName should be final.205
errorParameter variable should be final.205
errorParameter value should be final.205
errorLine is longer than 80 characters.206
error'{' is followed by whitespace.206
errorLine is longer than 80 characters.209
errorMethod 'getGuestInfo' is not designed for extension - needs to be abstract, final or empty.209
errorMissing a Javadoc comment.209
errorParameter vmHost should be final.209
errorParameter vmGuestName should be final.209
errorParameter variable should be final.209
errorLine is longer than 80 characters.210
errorLine is longer than 80 characters.213
errorMethod 'setGuestInfo' is not designed for extension - needs to be abstract, final or empty.213
errorMissing a Javadoc comment.213
errorParameter vmHost should be final.213
errorParameter vmGuestName should be final.213
errorParameter variable should be final.213
errorParameter value should be final.213
errorLine is longer than 80 characters.214
error'{' is followed by whitespace.214
errorLine is longer than 80 characters.217
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.217
errorMissing a Javadoc comment.217
errorParameter vmHost should be final.217
errorParameter vmGuestName should be final.217
errorLine is longer than 80 characters.221
errorMethod 'getPId' is not designed for extension - needs to be abstract, final or empty.221
errorMissing a Javadoc comment.221
errorParameter vmHost should be final.221
errorParameter vmGuestName should be final.221
errorLine is longer than 80 characters.225
errorMethod 'getProductInfo' is not designed for extension - needs to be abstract, final or empty.225
errorMissing a Javadoc comment.225
errorParameter vmHost should be final.225
errorParameter vmGuestName should be final.225
errorParameter variable should be final.225
errorLine is longer than 80 characters.226
errorLine is longer than 80 characters.229
errorMethod 'connectDevice' is not designed for extension - needs to be abstract, final or empty.229
errorMissing a Javadoc comment.229
errorParameter vmHost should be final.229
errorParameter vmGuestName should be final.229
errorParameter variable should be final.229
errorLine is longer than 80 characters.230
errorLine is longer than 80 characters.233
errorMethod 'disconnectDevice' is not designed for extension - needs to be abstract, final or empty.233
errorMissing a Javadoc comment.233
errorParameter vmHost should be final.233
errorParameter vmGuestName should be final.233
errorParameter variable should be final.233
errorLine is longer than 80 characters.234
errorLine is longer than 80 characters.237
errorMethod 'getConfigFile' is not designed for extension - needs to be abstract, final or empty.237
errorMissing a Javadoc comment.237
errorParameter vmHost should be final.237
errorParameter vmGuestName should be final.237
errorLine is longer than 80 characters.238
errorLine is longer than 80 characters.241
errorMethod 'getHeartBeat' is not designed for extension - needs to be abstract, final or empty.241
errorMissing a Javadoc comment.241
errorParameter vmHost should be final.241
errorParameter vmGuestName should be final.241
errorLine is longer than 80 characters.245
errorMethod 'getUptime' is not designed for extension - needs to be abstract, final or empty.245
errorMissing a Javadoc comment.245
errorParameter vmHost should be final.245
errorParameter vmGuestName should be final.245
errorLine is longer than 80 characters.249
errorMethod 'getRemoteConnections' is not designed for extension - needs to be abstract, final or empty.249
errorMissing a Javadoc comment.249
errorParameter vmHost should be final.249
errorParameter vmGuestName should be final.249
errorLine is longer than 80 characters.250
errorLine is longer than 80 characters.253
errorMethod 'getToolsLastActive' is not designed for extension - needs to be abstract, final or empty.253
errorMissing a Javadoc comment.253
errorParameter vmHost should be final.253
errorParameter vmGuestName should be final.253
errorLine is longer than 80 characters.254
errorLine is longer than 80 characters.257
errorMethod 'getResourceX' is not designed for extension - needs to be abstract, final or empty.257
errorMissing a Javadoc comment.257
errorParameter vmHost should be final.257
errorParameter vmGuestName should be final.257
errorParameter resourceName should be final.257
errorLine is longer than 80 characters.258
errorLine is longer than 80 characters.261
errorMethod 'setResourceX' is not designed for extension - needs to be abstract, final or empty.261
errorMissing a Javadoc comment.261
errorParameter vmHost should be final.261
errorParameter vmGuestName should be final.261
errorParameter resourceName should be final.261
errorParameter resourceValue should be final.261
errorLine is longer than 80 characters.266
errorMethod 'getRunAsUser' is not designed for extension - needs to be abstract, final or empty.266
errorMissing a Javadoc comment.266
errorParameter vmHost should be final.266
errorParameter vmGuestName should be final.266
errorLine is longer than 80 characters.270
errorMethod 'setRunAsUser' is not designed for extension - needs to be abstract, final or empty.270
errorMissing a Javadoc comment.270
errorParameter vmHost should be final.270
errorParameter vmGuestName should be final.270
errorParameter username should be final.270
errorParameter password should be final.270
errorLine is longer than 80 characters.271
error'{' is followed by whitespace.271
errorLine is longer than 80 characters.274
errorMethod 'getCapabilities' is not designed for extension - needs to be abstract, final or empty.274
errorMissing a Javadoc comment.274
errorParameter vmHost should be final.274
errorParameter vmGuestName should be final.274
errorLine is longer than 80 characters.275
error'cast' is not followed by whitespace.275

net/sf/vmwcmd/VmWareCommander.java

ViolationMessageLine
errorLine has trailing spaces.11
errorLine is longer than 80 characters.11
errorLine has trailing spaces.12
errorLine has trailing spaces.18
errorMissing a Javadoc comment.19
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.25
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.28
errorLine has trailing spaces.30
errorLine is longer than 80 characters.31
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34
errorLine has trailing spaces.36
errorLine is longer than 80 characters.37
errorMissing a Javadoc comment.37
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.39
errorLine is longer than 80 characters.41
errorMissing a Javadoc comment.41
errorLine is longer than 80 characters.43
errorMissing a Javadoc comment.43
errorLine is longer than 80 characters.45
errorMissing a Javadoc comment.45
errorLine is longer than 80 characters.47
errorMissing a Javadoc comment.47
errorLine is longer than 80 characters.49
errorMissing a Javadoc comment.49
errorLine is longer than 80 characters.51
errorMissing a Javadoc comment.51
errorLine is longer than 80 characters.53
errorMissing a Javadoc comment.53
errorLine is longer than 80 characters.55
errorMissing a Javadoc comment.55
errorLine is longer than 80 characters.57
errorMissing a Javadoc comment.57
errorLine is longer than 80 characters.59
errorMissing a Javadoc comment.59
errorLine is longer than 80 characters.61
errorMissing a Javadoc comment.61
errorLine is longer than 80 characters.63
errorMissing a Javadoc comment.63
errorLine is longer than 80 characters.65
errorMissing a Javadoc comment.65
errorLine is longer than 80 characters.67
errorMissing a Javadoc comment.67
errorLine is longer than 80 characters.69
errorMissing a Javadoc comment.69
errorLine is longer than 80 characters.71
errorMissing a Javadoc comment.71
errorLine is longer than 80 characters.73
errorMissing a Javadoc comment.73
errorLine is longer than 80 characters.75
errorMissing a Javadoc comment.75
errorLine is longer than 80 characters.77
errorMissing a Javadoc comment.77
errorLine is longer than 80 characters.79
errorMissing a Javadoc comment.79
errorLine is longer than 80 characters.81
errorMissing a Javadoc comment.81
errorLine is longer than 80 characters.83
errorMissing a Javadoc comment.83
errorLine is longer than 80 characters.85
errorMissing a Javadoc comment.85
errorLine has trailing spaces.87
errorLine has trailing spaces.88
errorLine is longer than 80 characters.90
errorMissing a Javadoc comment.90
errorLine is longer than 80 characters.92
errorMissing a Javadoc comment.92
errorLine is longer than 80 characters.94
errorMissing a Javadoc comment.94
errorLine is longer than 80 characters.96
errorMissing a Javadoc comment.96
errorLine is longer than 80 characters.98
errorMissing a Javadoc comment.98
errorLine has trailing spaces.99

net/sf/vmwcmd/VmWareException.java

ViolationMessageLine
errorMissing a Javadoc comment.8
errorMissing a Javadoc comment.10
errorLine contains a tab character.12
errorLine contains a tab character.14
errorMissing a Javadoc comment.14
errorParameter message should be final.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.18
errorMissing a Javadoc comment.18
errorParameter cause should be final.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.22
errorMissing a Javadoc comment.22
errorParameter message should be final.22
errorParameter cause should be final.22
errorLine contains a tab character.23
errorLine contains a tab character.24

net/sf/vmwcmd/operation/VmGuestOperation.java

ViolationMessageLine
errorLine is longer than 80 characters.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine is longer than 80 characters.11
errorLine has trailing spaces.13
error'public' modifier out of order with the JLS suggestions.16
errorLine is longer than 80 characters.18
errorMissing a Javadoc comment.18
errorParameter operation should be final.18
errorParameter isVmxPathRequired should be final.18
errorParameter parameterArray should be final.18
errorMissing a Javadoc comment.22
errorParameter operation should be final.22
errorParameter parameterArray should be final.22
errorArray brackets at illegal position.22
errorLine is longer than 80 characters.26
errorMissing a Javadoc comment.26
errorParameter operation should be final.26
errorParameter isVmxPathRequired should be final.26
errorParameter description should be final.26
errorMissing a Javadoc comment.30
errorParameter operation should be final.30
errorParameter description should be final.30
errorMissing a Javadoc comment.34
errorParameter operation should be final.34

net/sf/vmwcmd/ssh/SshConfiguration.java

ViolationMessageLine
errorLine has trailing spaces.8

net/sf/vmwcmd/shell/AbstractShellCommand.java

ViolationMessageLine
errorLine has trailing spaces.11
errorUtility classes should not have a public or default constructor.14
errorMissing a Javadoc comment.15
errorVariable 'logger' must be private and have accessor methods.15
errorLine has trailing spaces.16
errorLine has trailing spaces.17
errorMissing a Javadoc comment.18
errorLine is longer than 80 characters.24
errorMissing a Javadoc comment.24
errorParameter cmdArray should be final.24
errorLine has trailing spaces.34

net/sf/vmwcmd/result/GetConfigFileResult.java

ViolationMessageLine
errorLine is longer than 80 characters.7
errorLine has trailing spaces.8
errorLine has trailing spaces.18

net/sf/vmwcmd/result/ListResultImpl.java

ViolationMessageLine
error'public' modifier out of order with the JLS suggestions.17
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorLine is longer than 80 characters.26
error'!' is followed by whitespace.31
errorLine is longer than 80 characters.32
error'}' should be on the same line.35
errorMust have at least one statement.36
errorMissing a Javadoc comment.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'>' is not followed by whitespace.44
errorLine is longer than 80 characters.49
error'!' is followed by whitespace.59
error'}' should be on the same line.64
errorMust have at least one statement.65
errorMissing a Javadoc comment.71
errorLine is longer than 80 characters.73

net/sf/vmwcmd/operation/VmWareServerOperation.java

ViolationMessageLine
errorLine is longer than 80 characters.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine is longer than 80 characters.11
errorLine has trailing spaces.13
error'public' modifier out of order with the JLS suggestions.16
errorLine is longer than 80 characters.18
errorMissing a Javadoc comment.18
errorParameter operation should be final.18
errorParameter isVmxPathRequired should be final.18
errorParameter parameterArray should be final.18
errorMissing a Javadoc comment.22
errorParameter operation should be final.22
errorParameter parameterArray should be final.22
errorMissing a Javadoc comment.26
errorParameter operation should be final.26
errorParameter isVmxPathRequired should be final.26
errorMissing a Javadoc comment.30
errorParameter operation should be final.30

net/sf/vmwcmd/VmWareCommandMultiHost.java

ViolationMessageLine
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorMissing a Javadoc comment.16
errorLine is longer than 80 characters.18
errorMissing a Javadoc comment.18
errorLine is longer than 80 characters.20
errorMissing a Javadoc comment.20
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.22
errorLine is longer than 80 characters.24
errorMissing a Javadoc comment.24
errorLine is longer than 80 characters.26
errorMissing a Javadoc comment.26
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.28
errorLine is longer than 80 characters.30
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.34
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.36
errorLine is longer than 80 characters.38
errorMissing a Javadoc comment.38
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.42
errorMissing a Javadoc comment.42
errorLine is longer than 80 characters.44
errorMissing a Javadoc comment.44
errorLine is longer than 80 characters.46
errorMissing a Javadoc comment.46
errorLine is longer than 80 characters.48
errorMissing a Javadoc comment.48
errorLine is longer than 80 characters.50
errorMissing a Javadoc comment.50
errorLine is longer than 80 characters.52
errorMissing a Javadoc comment.52
errorLine is longer than 80 characters.54
errorMissing a Javadoc comment.54
errorLine is longer than 80 characters.56
errorMissing a Javadoc comment.56
errorLine is longer than 80 characters.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.60
errorMissing a Javadoc comment.60
errorLine is longer than 80 characters.62
errorMissing a Javadoc comment.62
errorLine is longer than 80 characters.64
errorMissing a Javadoc comment.64
errorLine is longer than 80 characters.66
errorMissing a Javadoc comment.66
errorLine is longer than 80 characters.68
errorMissing a Javadoc comment.68
errorLine is longer than 80 characters.70
errorMissing a Javadoc comment.70
errorLine is longer than 80 characters.72
errorMissing a Javadoc comment.72
errorLine is longer than 80 characters.74
errorMissing a Javadoc comment.74

net/sf/vmwcmd/ssh/SshException.java

ViolationMessageLine
errorLine has trailing spaces.7
errorLine is longer than 80 characters.14
errorMissing a Javadoc comment.14
error'static' modifier out of order with the JLS suggestions.14
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.30
errorParameter message should be final.30
errorMissing a Javadoc comment.33
errorParameter cause should be final.33
errorMissing a Javadoc comment.36
errorParameter message should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.39
errorParameter message should be final.39
errorParameter command should be final.39
error'command' hides a field.39
errorParameter exitCode should be final.39
error'exitCode' hides a field.39
errorParameter out should be final.40
error'out' hides a field.40
errorParameter ext should be final.40
error'ext' hides a field.40
errorParameter err should be final.40
error'err' hides a field.40
errorAvoid inline conditionals.41
errorLine has trailing spaces.49
errorMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorMethod 'getCommand' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorMethod 'getExitCode' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorMethod 'getOutput' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorMethod 'getExtOutput' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorMethod 'getError' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75

net/sf/vmwcmd/shell/LocaleShellCommand.java

ViolationMessageLine
error'public' modifier out of order with the JLS suggestions.14
errorLine has trailing spaces.15
errorLine has trailing spaces.16
errorLine is longer than 80 characters.17
errorMissing a Javadoc comment.17
errorParameter cmdArray should be final.17
errorParameter strBufOut should be final.17
errorParameter strBufErr should be final.17
errorLine is longer than 80 characters.20
errorLine has trailing spaces.23
error'cast' is not followed by whitespace.29
error'cast' is not followed by whitespace.36
errorLine has trailing spaces.40
error'}' should be on the same line.42
errorLine is longer than 80 characters.49
errorMissing a Javadoc comment.49
errorParameter cmdArray should be final.49
errorParameter result should be final.49
errorLine is longer than 80 characters.52
errorLine has trailing spaces.53
errorLine has trailing spaces.55
error'cast' is not followed by whitespace.61
error'cast' is not followed by whitespace.69
errorLine has trailing spaces.74
error'}' should be on the same line.76

net/sf/vmwcmd/result/SimpleResult.java

ViolationMessageLine
errorMissing a Javadoc comment.6
errorLine has trailing spaces.9
errorLine is longer than 80 characters.10
errorLine has trailing spaces.11
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.16
errorMissing a Javadoc comment.16

net/sf/vmwcmd/result/GetConfigFileResultImpl.java

ViolationMessageLine
errorLine is longer than 80 characters.6
errorMissing a Javadoc comment.6
error'public' modifier out of order with the JLS suggestions.6
errorLine has trailing spaces.8
errorMissing a Javadoc comment.9
errorLine has trailing spaces.13
errorLine contains a tab character.13

net/sf/vmwcmd/VerySimpleVmWareCommander.java

ViolationMessageLine
errorUnused import - java.util.Map.4
errorUnused import - java.util.Set.5
errorUnused import - org.slf4j.Logger.7
errorUnused import - org.slf4j.LoggerFactory.8
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine is longer than 80 characters.18
errorLine has trailing spaces.25
errorLine has trailing spaces.27
errorLine is longer than 80 characters.29
errorLine is longer than 80 characters.56
errorLine is longer than 80 characters.104
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.112

net/sf/vmwcmd/result/ListResult.java

ViolationMessageLine
errorMissing a Javadoc comment.5
errorMissing a Javadoc comment.7
errorMissing a Javadoc comment.9
error'<' is not preceded with whitespace.9
error'<' is not followed by whitespace.9
error'>' is not preceded with whitespace.9

net/sf/vmwcmd/VmOperation.java

ViolationMessageLine
errorLine has trailing spaces.7
errorLine is longer than 80 characters.7
errorLine has trailing spaces.8
errorLine is longer than 80 characters.8
errorLine has trailing spaces.10
errorLine has trailing spaces.12
errorLine is longer than 80 characters.12
errorLine has trailing spaces.13
errorLine is longer than 80 characters.13
errorLine has trailing spaces.14
errorLine has trailing spaces.16
errorLine has trailing spaces.22
errorExpected an @return tag.25
errorLine has trailing spaces.28
errorLine is longer than 80 characters.28
errorLine has trailing spaces.39

net/sf/vmwcmd/VmWareProgramRun.java

ViolationMessageLine
errorLine has trailing spaces.44
errorLine is longer than 80 characters.47
errorLine is longer than 80 characters.48
errorMissing a Javadoc comment.48
error'static' modifier out of order with the JLS suggestions.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
errorName 'connectionOptionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'>' is not followed by whitespace.48
errorLine is longer than 80 characters.50
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorLine is longer than 80 characters.54
errorMissing a Javadoc comment.54
errorLine is longer than 80 characters.55
errorMissing a Javadoc comment.55
errorLine is longer than 80 characters.56
errorMissing a Javadoc comment.56
errorLine is longer than 80 characters.57
errorMissing a Javadoc comment.57
errorLine is longer than 80 characters.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.59
errorMissing a Javadoc comment.59
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorLine is longer than 80 characters.63
errorLine is longer than 80 characters.64
errorLine is longer than 80 characters.65
errorLine is longer than 80 characters.66
errorLine has trailing spaces.69
errorMissing a Javadoc comment.70
errorParameter config should be final.70
errorMissing a Javadoc comment.73
errorParameter config should be final.73
errorParameter shell should be final.73
errorMissing a Javadoc comment.76
errorParameter prop should be final.76
errorMethod 'getShellCommand' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorMethod 'getConnectionOptionTranslationMap' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.85
error'<' is not preceded with whitespace.85
error'<' is not followed by whitespace.85
error'>' is not preceded with whitespace.85
errorLine has trailing spaces.88
errorLine has trailing spaces.89
errorLine has trailing spaces.91
errorMethod 'list' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorParameter vmHostName should be final.92
errorLine is longer than 80 characters.93
error'cast' is not followed by whitespace.93
errorLine is longer than 80 characters.96
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter vmHostName should be final.96
errorParameter vmGuestName should be final.96
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.100
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter vmHostName should be final.100
errorParameter vmGuestName should be final.100
errorLine is longer than 80 characters.104
errorMethod 'reset' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorParameter vmHostName should be final.104
errorParameter vmGuestName should be final.104
errorLine is longer than 80 characters.108
errorMethod 'suspend' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
errorParameter vmHostName should be final.108
errorParameter vmGuestName should be final.108
errorLine is longer than 80 characters.112
errorMethod 'upgradeVm' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter vmHostName should be final.112
errorParameter vmGuestName should be final.112
errorLine is longer than 80 characters.116
errorMethod 'installTools' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
errorParameter vmHostName should be final.116
errorParameter vmGuestName should be final.116
errorLine is longer than 80 characters.117
errorLine is longer than 80 characters.120
errorMethod 'snapshot' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorParameter vmHostName should be final.120
errorParameter vmGuestName should be final.120
errorLine is longer than 80 characters.124
errorMethod 'deleteSnapshot' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorParameter vmHostName should be final.124
errorParameter vmGuestName should be final.124
errorLine is longer than 80 characters.125
errorLine is longer than 80 characters.128
errorMethod 'revertToSnapshot' is not designed for extension - needs to be abstract, final or empty.128
errorMissing a Javadoc comment.128
errorParameter vmHostName should be final.128
errorParameter vmGuestName should be final.128
errorLine is longer than 80 characters.129

net/sf/vmwcmd/VmWareServicesImpl.java

ViolationMessageLine
errorLine is longer than 80 characters.9
errorLine has trailing spaces.11
error'public' modifier out of order with the JLS suggestions.14
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.18
errorParameter config should be final.25
error'config' hides a field.25
errorParameter properties should be final.33
errorLine has trailing spaces.36
errorMissing a Javadoc comment.38
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorMissing a Javadoc comment.54
errorLine is longer than 80 characters.56
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorMissing a Javadoc comment.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
errorLine has trailing spaces.65
errorMissing a Javadoc comment.67
error'<' is not preceded with whitespace.67
error'<' is not followed by whitespace.67
error'>' is not preceded with whitespace.67
errorParameter vmHostName should be final.67
errorLine has trailing spaces.70

net/sf/vmwcmd/shell/ShellCommand.java

ViolationMessageLine
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine is longer than 80 characters.15
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.17

net/sf/vmwcmd/VmWareCommanderImpl.java

ViolationMessageLine
errorLine is longer than 80 characters.10
errorLine has trailing spaces.12
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.17
errorLine has trailing spaces.18
errorLine has trailing spaces.19
errorLine is longer than 80 characters.20
errorMissing a Javadoc comment.20
errorParameter vmWareRun should be final.20
error'vmWareRun' hides a field.20
errorParameter vmWareCommand should be final.20
error'vmWareCommand' hides a field.20
errorLine has trailing spaces.25
errorLine is longer than 80 characters.27
errorMethod 'connectDevice' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
errorParameter vmHostName should be final.27
errorParameter vmGuestName should be final.27
errorParameter variable should be final.27
errorLine is longer than 80 characters.31
errorMethod 'deleteSnapshot' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter vmHostName should be final.31
errorParameter vmGuestName should be final.31
errorLine is longer than 80 characters.35
errorMethod 'disconnectDevice' is not designed for extension - needs to be abstract, final or empty.35
errorMissing a Javadoc comment.35
errorParameter vmHostName should be final.35
errorParameter vmGuestName should be final.35
errorParameter variable should be final.35
errorLine is longer than 80 characters.36
errorLine is longer than 80 characters.39
errorMethod 'getCapabilities' is not designed for extension - needs to be abstract, final or empty.39
errorMissing a Javadoc comment.39
errorParameter vmHostName should be final.39
errorParameter vmGuestName should be final.39
errorLine is longer than 80 characters.43
errorMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.43
errorMissing a Javadoc comment.43
errorParameter vmHostName should be final.43
errorParameter vmGuestName should be final.43
errorParameter variable should be final.43
errorLine is longer than 80 characters.47
errorMethod 'getConfigFile' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorParameter vmHostName should be final.47
errorParameter vmGuestName should be final.47
errorLine is longer than 80 characters.51
errorMethod 'getConnectedUsers' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter vmHostName should be final.51
errorParameter vmGuestName should be final.51
errorLine is longer than 80 characters.55
errorMethod 'getGuestInfo' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorParameter vmHostName should be final.55
errorParameter vmGuestName should be final.55
errorParameter variable should be final.55
errorLine is longer than 80 characters.59
errorMethod 'getHeartBeat' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter vmHostName should be final.59
errorParameter vmGuestName should be final.59
errorLine is longer than 80 characters.63
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter vmHostName should be final.63
errorParameter vmGuestName should be final.63
errorLine is longer than 80 characters.67
errorMethod 'getPId' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorParameter vmHostName should be final.67
errorParameter vmGuestName should be final.67
errorLine is longer than 80 characters.71
errorMethod 'getProductInfo' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter vmHostName should be final.71
errorParameter vmGuestName should be final.71
errorParameter variable should be final.71
errorLine is longer than 80 characters.75
errorMethod 'getRemoteConnections' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorParameter vmHostName should be final.75
errorParameter vmGuestName should be final.75
errorLine is longer than 80 characters.79
errorMethod 'getResource' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter vmHostName should be final.79
errorParameter vmGuestName should be final.79
errorParameter resourceName should be final.79
errorLine is longer than 80 characters.83
errorMethod 'getResourceX' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorParameter vmHostName should be final.83
errorParameter vmGuestName should be final.83
errorParameter resourceName should be final.83
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.87
errorMethod 'getRunAsUser' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter vmHostName should be final.87
errorParameter vmGuestName should be final.87
errorLine is longer than 80 characters.91
errorMethod 'getState' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorParameter vmHostName should be final.91
errorParameter vmGuestName should be final.91
errorLine is longer than 80 characters.95
errorMethod 'getToolsLastActive' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorParameter vmHostName should be final.95
errorParameter vmGuestName should be final.95
errorLine is longer than 80 characters.99
errorMethod 'getUptime' is not designed for extension - needs to be abstract, final or empty.99
errorMissing a Javadoc comment.99
errorParameter vmHostName should be final.99
errorParameter vmGuestName should be final.99
errorLine is longer than 80 characters.103
errorMethod 'installTools' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorParameter vmHostName should be final.103
errorParameter vmGuestName should be final.103
errorMethod 'list' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
errorParameter vmHostName should be final.107
errorLine is longer than 80 characters.111
errorMethod 'register' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorParameter vmHostName should be final.111
errorParameter vmGuestName should be final.111
errorLine is longer than 80 characters.115
errorMethod 'reset' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
errorParameter vmHostName should be final.115
errorParameter vmGuestName should be final.115
errorLine is longer than 80 characters.119
errorMethod 'revertToSnapshot' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
errorParameter vmHostName should be final.119
errorParameter vmGuestName should be final.119
errorLine is longer than 80 characters.123
errorMethod 'setConfig' is not designed for extension - needs to be abstract, final or empty.123
errorMissing a Javadoc comment.123
errorParameter vmHostName should be final.123
errorParameter vmGuestName should be final.123
errorParameter variable should be final.123
errorParameter value should be final.123
errorLine is longer than 80 characters.124
errorLine is longer than 80 characters.127
errorMethod 'setGuestInfo' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorParameter vmHostName should be final.127
errorParameter vmGuestName should be final.127
errorParameter variable should be final.127
errorParameter value should be final.127
errorLine is longer than 80 characters.128
errorLine is longer than 80 characters.131
errorMethod 'setResource' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
errorParameter vmHostName should be final.131
errorParameter vmGuestName should be final.131
errorParameter resourceName should be final.131
errorParameter resourceValue should be final.131
errorLine is longer than 80 characters.133
errorLine is longer than 80 characters.136
errorMethod 'setResourceX' is not designed for extension - needs to be abstract, final or empty.136
errorMissing a Javadoc comment.136
errorParameter vmHostName should be final.136
errorParameter vmGuestName should be final.136
errorParameter resourceName should be final.136
errorParameter resourceValue should be final.136
errorLine is longer than 80 characters.138
errorLine is longer than 80 characters.141
errorMethod 'setRunAsUser' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorParameter vmHostName should be final.141
errorParameter vmGuestName should be final.141
errorParameter username should be final.141
errorParameter password should be final.141
errorLine is longer than 80 characters.142
errorLine is longer than 80 characters.145
errorMethod 'snapshot' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
errorParameter vmHostName should be final.145
errorParameter vmGuestName should be final.145
errorLine is longer than 80 characters.149
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
errorParameter vmHostName should be final.149
errorParameter vmGuestName should be final.149
errorLine is longer than 80 characters.153
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.153
errorMissing a Javadoc comment.153
errorParameter vmHostName should be final.153
errorParameter vmGuestName should be final.153
errorLine is longer than 80 characters.157
errorMethod 'suspend' is not designed for extension - needs to be abstract, final or empty.157
errorMissing a Javadoc comment.157
errorParameter vmHostName should be final.157
errorParameter vmGuestName should be final.157
errorLine is longer than 80 characters.161
errorMethod 'unRegister' is not designed for extension - needs to be abstract, final or empty.161
errorMissing a Javadoc comment.161
errorParameter vmHostName should be final.161
errorParameter vmGuestName should be final.161
errorLine is longer than 80 characters.165
errorMethod 'upgradeVm' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorParameter vmHostName should be final.165
errorParameter vmGuestName should be final.165

net/sf/vmwcmd/VmWareRun.java

ViolationMessageLine
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.13
errorLine has trailing spaces.15
errorLine is longer than 80 characters.15
errorLine has trailing spaces.17
errorLine has trailing spaces.19
errorLine is longer than 80 characters.19
errorLine has trailing spaces.20
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40

net/sf/vmwcmd/ssh/UserInfo.java

ViolationMessageLine
errorLine is longer than 80 characters.10
errorMissing a Javadoc comment.12
errorMissing a Javadoc comment.13
errorMissing a Javadoc comment.14
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.16
errorParameter password should be final.29
error'password' hides a field.29
errorParameter trustAllCertificates should be final.29
error'trustAllCertificates' hides a field.29
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.39
errorMethod 'getPassphrase' is not designed for extension - needs to be abstract, final or empty.48
errorParameter message should be final.48
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.56
errorMethod 'prompt' is not designed for extension - needs to be abstract, final or empty.65
errorParameter str should be final.65
errorMethod 'retry' is not designed for extension - needs to be abstract, final or empty.73
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.81
errorParameter name should be final.81
error'name' hides a field.81
errorMethod 'setPassphrase' is not designed for extension - needs to be abstract, final or empty.89
errorParameter passphrase should be final.89
error'passphrase' hides a field.89
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.97
errorParameter password should be final.97
error'password' hides a field.97
errorMethod 'setTrust' is not designed for extension - needs to be abstract, final or empty.105
errorParameter trust should be final.105
errorMethod 'getTrust' is not designed for extension - needs to be abstract, final or empty.112
errorMethod 'getPassphrase' is not designed for extension - needs to be abstract, final or empty.120
errorMethod 'getKeyfile' is not designed for extension - needs to be abstract, final or empty.128
errorMethod 'setKeyfile' is not designed for extension - needs to be abstract, final or empty.136
errorParameter keyfile should be final.136
error'keyfile' hides a field.136
errorMethod 'promptPassphrase' is not designed for extension - needs to be abstract, final or empty.145
errorParameter message should be final.145
errorMethod 'promptPassword' is not designed for extension - needs to be abstract, final or empty.154
errorParameter passwordPrompt should be final.154
errorMethod 'promptYesNo' is not designed for extension - needs to be abstract, final or empty.163
errorParameter message should be final.163
errorParameter message should be final.172
errorMethod 'promptKeyboardInteractive' is not designed for extension - needs to be abstract, final or empty.186
errorParameter destination should be final.186
errorParameter name should be final.187
error'name' hides a field.188
errorParameter instruction should be final.189
errorParameter prompt should be final.190
errorParameter echo should be final.191

net/sf/vmwcmd/AbstractVmWareProgram.java

ViolationMessageLine
errorLine has trailing spaces.24
errorVariable 'logger' must be private and have accessor methods.29
errorLine has trailing spaces.30
errorMissing a Javadoc comment.37
errorVariable 'shellCmdVmRun' must be private and have accessor methods.37
errorMissing a Javadoc comment.39
errorVariable 'shellCmdVmWareCmd' must be private and have accessor methods.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorVariable 'config' must be private and have accessor methods.43
errorMissing a Javadoc comment.46
errorParameter config should be final.46
error'config' hides a field.46
errorParameter shell should be final.46
error'shell' hides a field.46
errorLine has trailing spaces.50
errorMissing a Javadoc comment.53
errorParameter config should be final.53
error'config' hides a field.53
errorLine has trailing spaces.55
errorLine is longer than 80 characters.56
errorLine is longer than 80 characters.59
errorLine has trailing spaces.62
errorLine has trailing spaces.63
errorLine has trailing spaces.68
error'<' is not preceded with whitespace.71
error'<' is not followed by whitespace.71
error'>' is not preceded with whitespace.71
errorMissing a Javadoc comment.73
errorLine has trailing spaces.81
errorLine is longer than 80 characters.82
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter result should be final.82
errorParameter oper should be final.82
errorParameter vmHost should be final.82
errorParameter vmName should be final.82
errorParameter parameterArray should be final.82
errorArray brackets at illegal position.82
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.91
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorParameter result should be final.91
errorParameter oper should be final.91
errorParameter vmHost should be final.91
errorParameter vmName should be final.91
errorParameter parameterOne should be final.91
errorLine is longer than 80 characters.93
error'{' is followed by whitespace.93
errorLine is longer than 80 characters.96
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter result should be final.96
errorParameter oper should be final.96
errorParameter vmHost should be final.96
errorParameter vmName should be final.96
errorLine has trailing spaces.102
errorParameter vmHost should be final.106
errorExpected @param tag for 'vmHost'.106
errorParameter cmdList should be final.106
error'<' is not preceded with whitespace.106
error'<' is not followed by whitespace.106
error'>' is not preceded with whitespace.106
errorLine is longer than 80 characters.107
error'<' is not preceded with whitespace.107
error'<' is not followed by whitespace.107
error'>' is not preceded with whitespace.107
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.117
errorLine has trailing spaces.121
errorLine has trailing spaces.122
errorLine has trailing spaces.123
errorLine is longer than 80 characters.128
errorLine is longer than 80 characters.135
errorLine is longer than 80 characters.147
errorLine is longer than 80 characters.148
errorMethod 'createCommandArray' is not designed for extension - needs to be abstract, final or empty.148
errorMissing a Javadoc comment.148
errorParameter oper should be final.148
errorParameter vmHost should be final.148
errorParameter vmName should be final.148
errorParameter parameterArray should be final.148
errorArray brackets at illegal position.148
errorLine is longer than 80 characters.150
error'cast' is not followed by whitespace.154
error'<' is not preceded with whitespace.171
error'<' is not followed by whitespace.171
error'>' is not preceded with whitespace.171
error'<' is not preceded with whitespace.171
error'<' is not followed by whitespace.171
error'>' is not preceded with whitespace.171
error'>' is not followed by whitespace.171
errorLine is longer than 80 characters.177
errorLine is longer than 80 characters.198
errorMissing a Javadoc comment.198
errorParameter cmdList should be final.198
error'<' is not preceded with whitespace.198
error'<' is not followed by whitespace.198
error'>' is not preceded with whitespace.198
errorParameter oper should be final.198
errorParameter vmHostName should be final.198
errorParameter vmGuestName should be final.198
errorLine is longer than 80 characters.201
errorLine has trailing spaces.207
errorMissing a Javadoc comment.208
errorParameter vmHostName should be final.208
errorParameter vmGuestName should be final.208
errorLine has trailing spaces.211
errorLine is longer than 80 characters.213
errorMethod 'execute' is not designed for extension - needs to be abstract, final or empty.213
errorMissing a Javadoc comment.213
errorParameter result should be final.213
errorParameter cmdArray should be final.213
errorArray brackets at illegal position.213
errorLine is longer than 80 characters.217
error'}' should be on the same line.224
errorLine has trailing spaces.235
errorMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.237
errorMissing a Javadoc comment.237

net/sf/vmwcmd/shell/ShellCommandException.java

ViolationMessageLine
errorMissing a Javadoc comment.4
errorLine has trailing spaces.7
errorMissing a Javadoc comment.11
errorMissing a Javadoc comment.15
errorParameter message should be final.15
errorParameter cause should be final.15
errorMissing a Javadoc comment.19
errorParameter message should be final.19
errorMissing a Javadoc comment.23
errorParameter cause should be final.23
errorLine has trailing spaces.26

net/sf/vmwcmd/result/CapabilityResultImpl.java

ViolationMessageLine
errorLine has trailing spaces.12
errorLine is longer than 80 characters.15
error'public' modifier out of order with the JLS suggestions.15
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.19
errorLine has trailing spaces.20
errorLine is longer than 80 characters.21
errorMissing a Javadoc comment.21
error'<' is not preceded with whitespace.21
error'<' is not followed by whitespace.21
error'>' is not preceded with whitespace.21
errorName 'capabilityMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
error'<' is not preceded with whitespace.21
error'<' is not followed by whitespace.21
error'>' is not preceded with whitespace.21
error'>' is not followed by whitespace.21
errorMissing a Javadoc comment.23
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.38
error'!' is followed by whitespace.39
errorLine is longer than 80 characters.41
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorParameter capabilityName should be final.59
errorLine is longer than 80 characters.61
errorLine is longer than 80 characters.63
errorMissing a Javadoc comment.66
error'<' is not preceded with whitespace.66
error'<' is not followed by whitespace.66
error'>' is not preceded with whitespace.66
error'<' is not preceded with whitespace.67
error'<' is not followed by whitespace.67
error'>' is not preceded with whitespace.67
error'<' is not preceded with whitespace.67
error'<' is not followed by whitespace.67
error'>' is not preceded with whitespace.67
error'>' is not followed by whitespace.67
errorMissing a Javadoc comment.76
errorLine is longer than 80 characters.79
errorAvoid inline conditionals.79
errorAvoid inline conditionals.79
errorAvoid inline conditionals.80

net/sf/vmwcmd/VmWareConfig.java

ViolationMessageLine
errorMissing a Javadoc comment.18
errorLine is longer than 80 characters.26
errorLine is longer than 80 characters.27
errorLine has trailing spaces.29
errorLine has trailing spaces.32
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'>' is not preceded with whitespace.53
errorVariable 'connectionOptionList' must be private and have accessor methods.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorLine is longer than 80 characters.59
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
error'>' is not followed by whitespace.60
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
error'>' is not followed by whitespace.63
errorMissing a Javadoc comment.70
errorParameter inputProp should be final.70
error'}' should be on the same line.94
errorLine is longer than 80 characters.96
errorLine is longer than 80 characters.97
error'cast' is not followed by whitespace.98
errorMissing a Javadoc comment.107
errorParameter vmGuestName should be final.107
errorParameter properties should be final.107
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.116
errorMethod 'getGuestList' is not designed for extension - needs to be abstract, final or empty.122
errorMissing a Javadoc comment.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'<' is not preceded with whitespace.123
error'<' is not followed by whitespace.123
error'>' is not preceded with whitespace.123
error'>' is not followed by whitespace.123
errorMethod 'getVmx' is not designed for extension - needs to be abstract, final or empty.126
errorMissing a Javadoc comment.126
errorParameter vmName should be final.126
errorMethod 'getHostName' is not designed for extension - needs to be abstract, final or empty.130
errorMissing a Javadoc comment.130
errorMethod 'getHostPort' is not designed for extension - needs to be abstract, final or empty.134
errorMissing a Javadoc comment.134
errorMethod 'getUserName' is not designed for extension - needs to be abstract, final or empty.138
errorMissing a Javadoc comment.138
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
errorLine has trailing spaces.149
errorMethod 'getConnectionOptions' is not designed for extension - needs to be abstract, final or empty.152
error'prop' hides a field.153
errorLine is longer than 80 characters.155
errorMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.163
errorMissing a Javadoc comment.163

net/sf/vmwcmd/operation/AbstractVmOperation.java

ViolationMessageLine
errorLine has trailing spaces.9
errorMissing a Javadoc comment.13
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.19
errorArray brackets at illegal position.19
errorLine has trailing spaces.21
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.22
errorParameter operation should be final.22
error'operation' hides a field.22
errorParameter isVmxPathRequired should be final.22
error'isVmxPathRequired' hides a field.22
errorParameter parameterArray should be final.22
error'parameterArray' hides a field.22
errorParameter description should be final.22
error'description' hides a field.22
errorMissing a Javadoc comment.31
errorParameter operation should be final.31
error'operation' hides a field.31
errorParameter parameterArray should be final.31
error'parameterArray' hides a field.31
errorLine is longer than 80 characters.35
errorMissing a Javadoc comment.35
errorParameter operation should be final.35
error'operation' hides a field.35
errorParameter isVmxPathRequired should be final.35
error'isVmxPathRequired' hides a field.35
errorParameter description should be final.35
error'description' hides a field.35
errorMissing a Javadoc comment.39
errorParameter operation should be final.39
error'operation' hides a field.39
errorParameter description should be final.39
error'description' hides a field.39
errorMissing a Javadoc comment.43
errorParameter operation should be final.43
error'operation' hides a field.43
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.58
errorLine has trailing spaces.62
errorMissing a Javadoc comment.63

net/sf/vmwcmd/operation/VmRunOperation.java

ViolationMessageLine
errorLine has trailing spaces.7
errorLine is longer than 80 characters.7
errorLine is longer than 80 characters.8
errorLine has trailing spaces.9
error'public' modifier out of order with the JLS suggestions.12
errorLine is longer than 80 characters.14
errorMissing a Javadoc comment.14
errorParameter operation should be final.14
errorParameter isVmxPathRequired should be final.14
errorParameter description should be final.14
errorMissing a Javadoc comment.18
errorParameter operation should be final.18
errorParameter description should be final.18

net/sf/vmwcmd/VmWareRunMultiHost.java

ViolationMessageLine
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.15
errorLine is longer than 80 characters.15
errorLine has trailing spaces.17
errorLine has trailing spaces.19
errorLine is longer than 80 characters.19
errorLine has trailing spaces.20
errorExpected @param tag for 'vmHostName'.22
errorLine is longer than 80 characters.24
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.28
errorLine is longer than 80 characters.30
errorMissing a Javadoc comment.30
errorLine is longer than 80 characters.32
errorMissing a Javadoc comment.32
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.34
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.36
errorLine is longer than 80 characters.38
errorMissing a Javadoc comment.38
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40

net/sf/vmwcmd/VmResult.java

ViolationMessageLine
errorLine has trailing spaces.8
errorLine has trailing spaces.14
errorLine has trailing spaces.16
errorLine contains a tab character.19
errorLine contains a tab character.21
errorMissing a Javadoc comment.21
errorLine contains a tab character.23
errorMissing a Javadoc comment.23