The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
49 | 0 | 0 | 1922 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 0 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 367 | ![]() |
JavadocType | 9 | ![]() |
JavadocVariable | 130 | ![]() |
JavadocStyle | 3 | ![]() |
ConstantName | 5 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 4 | ![]() |
FileLength | 0 | ![]() |
LineLength | 362 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 29 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 15 | ![]() |
WhitespaceAfter | 18 | ![]() |
WhitespaceAround | 150 | ![]() |
ModifierOrder | 29 | ![]() |
RedundantModifier | 12 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 3 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 20 | ![]() |
AvoidInlineConditionals | 6 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 39 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 2 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 153 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 10 | ![]() |
ArrayTypeStyle | 8 | ![]() |
FinalParameters | 349 | ![]() |
GenericIllegalRegexp
| 198 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Redundant 'static' modifier. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'static' modifier. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'static' modifier. | 14 |
![]() | Line has trailing spaces. | 17 |
![]() | Expected an @return tag. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 29 |
![]() | Expected an @return tag. | 32 |
![]() | '<' is not preceded with whitespace. | 32 |
![]() | '<' is not followed by whitespace. | 32 |
![]() | '>' is not preceded with whitespace. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | '<' is not preceded with whitespace. | 11 |
![]() | '<' is not followed by whitespace. | 11 |
![]() | '>' is not preceded with whitespace. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | '<' is not preceded with whitespace. | 15 |
![]() | '<' is not followed by whitespace. | 15 |
![]() | '>' is not preceded with whitespace. | 15 |
![]() | '>' is not followed by whitespace. | 15 |
![]() | Method 'getVmConnectionOptionSet' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '<' is not preceded with whitespace. | 23 |
![]() | '<' is not followed by whitespace. | 23 |
![]() | '>' is not preceded with whitespace. | 23 |
![]() | Method 'getVmConnectionOptionMap' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '<' is not preceded with whitespace. | 29 |
![]() | '<' is not followed by whitespace. | 29 |
![]() | '>' is not preceded with whitespace. | 29 |
![]() | Parameter vmHost should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | '<' is not preceded with whitespace. | 30 |
![]() | '<' is not followed by whitespace. | 30 |
![]() | '>' is not preceded with whitespace. | 30 |
![]() | '<' is not preceded with whitespace. | 30 |
![]() | '<' is not followed by whitespace. | 30 |
![]() | '>' is not preceded with whitespace. | 30 |
![]() | '>' is not followed by whitespace. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Redundant 'public' modifier. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Redundant 'public' modifier. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | 'public' modifier out of order with the JLS suggestions. | 9 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'result' must be private and have accessor methods. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter message should be final. | 18 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter cause should be final. | 21 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter message should be final. | 24 |
![]() | Parameter cause should be final. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter result should be final. | 27 |
![]() | 'result' hides a field. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter commandArray should be final. | 38 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter properties should be final. | 44 |
![]() | 'properties' hides a field. | 44 |
![]() | Method 'getGuestSet' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '<' is not preceded with whitespace. | 51 |
![]() | '<' is not followed by whitespace. | 51 |
![]() | '>' is not preceded with whitespace. | 51 |
![]() | Parameter vmHost should be final. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'getHostSet' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '<' is not preceded with whitespace. | 57 |
![]() | '<' is not followed by whitespace. | 57 |
![]() | '>' is not preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'getHostName' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter vmHost should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'getHostPort' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter vmHost should be final. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter vmHost should be final. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter vmHost should be final. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Method 'getVmxPath' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter vmHost should be final. | 82 |
![]() | Parameter vmGuest should be final. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getSshConfiguration' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter vmHost should be final. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter vmHost should be final. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | 'cast' is not followed by whitespace. | 94 |
![]() | Line has trailing spaces. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter vmHost should be final. | 97 |
![]() | Parameter vmGuest should be final. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | Line has trailing spaces. | 100 |
Violation | Message | Line |
---|---|---|
![]() | 'public' modifier out of order with the JLS suggestions. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter hostname should be final. | 21 |
![]() | Parameter username should be final. | 21 |
![]() | Parameter password should be final. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter sshConfig should be final. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter properties should be final. | 30 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter cmdArray should be final. | 36 |
![]() | Parameter strBufOut should be final. | 36 |
![]() | Parameter strBufErr should be final. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | '}' should be on the same line. | 44 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter cmdArray should be final. | 54 |
![]() | Parameter result should be final. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | '}' should be on the same line. | 77 |
![]() | '}' should be on the same line. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'hostname' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'userInfo' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'port' must be private and have accessor methods. | 57 |
![]() | '22' is a magic number. | 57 |
![]() | First sentence should end with a period. | 59 |
![]() | First sentence should end with a period. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | 'hostname' hides a field. | 84 |
![]() | Array brackets at illegal position. | 101 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '}' should be on the same line. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | '}' should be on the same line. | 114 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Line has trailing spaces. | 157 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Expected @param tag for 'command'. | 162 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line has trailing spaces. | 175 |
![]() | 'cast' is not followed by whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | 'cast' is not followed by whitespace. | 183 |
![]() | '500' is a magic number. | 200 |
![]() | '}' should be on the same line. | 201 |
![]() | Must have at least one statement. | 202 |
![]() | ';' is not followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | '}' should be on the same line. | 222 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line is longer than 80 characters. | 240 |
![]() | ';' is not followed by whitespace. | 243 |
![]() | '}' should be on the same line. | 246 |
![]() | '}' should be on the same line. | 249 |
![]() | ';' is not followed by whitespace. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | '}' should be on the same line. | 258 |
![]() | '}' should be on the same line. | 268 |
![]() | ';' is not followed by whitespace. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | '}' should be on the same line. | 276 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Method 'openSession' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Missing a Javadoc comment. | 288 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Method 'getExtOutputStream' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Method 'getErrorStream' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Method 'resetOutput' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line is longer than 80 characters. | 345 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 14 |
![]() | Array brackets at illegal position. | 22 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter outWriter should be final. | 35 |
![]() | 'outWriter' hides a field. | 35 |
![]() | Parameter errWriter should be final. | 35 |
![]() | 'errWriter' hides a field. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'getCommandArray' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setCommandArray' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter cmdArray should be final. | 48 |
![]() | 'cmdArray' hides a field. | 48 |
![]() | Array brackets at illegal position. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'getExitCode' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setExitCode' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter exitCode should be final. | 56 |
![]() | 'exitCode' hides a field. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'getOutputWriter' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'getErrorWriter' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Method 'out' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter c should be final. | 72 |
![]() | Method 'out' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter msg should be final. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'err' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter c should be final. | 83 |
![]() | Method 'err' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter err should be final. | 88 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '}' should be on the same line. | 96 |
![]() | Line has trailing spaces. | 106 |
![]() | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '}' should be on the same line. | 110 |
![]() | Line has trailing spaces. | 120 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 8 |
![]() | Missing a Javadoc comment. | 12 |
![]() | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | 'static' modifier out of order with the JLS suggestions. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter properties should be final. | 21 |
![]() | 'properties' hides a field. | 21 |
![]() | Line has trailing spaces. | 24 |
![]() | Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | '<' is not preceded with whitespace. | 40 |
![]() | '<' is not followed by whitespace. | 40 |
![]() | '>' is not preceded with whitespace. | 40 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | '<' is not preceded with whitespace. | 50 |
![]() | '<' is not followed by whitespace. | 50 |
![]() | '>' is not preceded with whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 10 |
![]() | 'public' modifier out of order with the JLS suggestions. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '<' is not preceded with whitespace. | 14 |
![]() | '<' is not followed by whitespace. | 14 |
![]() | '>' is not preceded with whitespace. | 14 |
![]() | Name 'stateSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() | '<' is not preceded with whitespace. | 14 |
![]() | '<' is not followed by whitespace. | 14 |
![]() | '>' is not preceded with whitespace. | 14 |
![]() | '>' is not followed by whitespace. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 42 |
![]() | Parameter state should be final. | 48 |
![]() | '!' is followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | '!' is followed by whitespace. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Avoid inline conditionals. | 61 |
![]() | Avoid inline conditionals. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | 'static' modifier out of order with the JLS suggestions. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | 'static' modifier out of order with the JLS suggestions. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | 'static' modifier out of order with the JLS suggestions. | 22 |
![]() | '<' is not preceded with whitespace. | 28 |
![]() | '<' is not followed by whitespace. | 28 |
![]() | '>' is not preceded with whitespace. | 28 |
![]() | '<' is not preceded with whitespace. | 35 |
![]() | '<' is not followed by whitespace. | 35 |
![]() | '>' is not preceded with whitespace. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 80 |
![]() | Expected an @return tag. | 82 |
![]() | '<' is not preceded with whitespace. | 82 |
![]() | '<' is not followed by whitespace. | 82 |
![]() | '>' is not preceded with whitespace. | 82 |
![]() | Expected an @return tag. | 85 |
![]() | '<' is not preceded with whitespace. | 85 |
![]() | '<' is not followed by whitespace. | 85 |
![]() | '>' is not preceded with whitespace. | 85 |
![]() | Expected @param tag for 'vmHost'. | 85 |
![]() | Line has trailing spaces. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | 'static' modifier out of order with the JLS suggestions. | 79 |
![]() | '<' is not preceded with whitespace. | 79 |
![]() | '<' is not followed by whitespace. | 79 |
![]() | '>' is not preceded with whitespace. | 79 |
![]() | Name 'connectionOptionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() | '<' is not preceded with whitespace. | 79 |
![]() | '<' is not followed by whitespace. | 79 |
![]() | '>' is not preceded with whitespace. | 79 |
![]() | '>' is not followed by whitespace. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '{' is followed by whitespace. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '{' is followed by whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '{' is followed by whitespace. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' is followed by whitespace. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '{' is followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '{' is followed by whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' is followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' is followed by whitespace. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '{' is followed by whitespace. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '{' is followed by whitespace. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' is followed by whitespace. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '{' is followed by whitespace. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' is followed by whitespace. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '{' is followed by whitespace. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '{' is followed by whitespace. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '{' is followed by whitespace. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '{' is followed by whitespace. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '{' is followed by whitespace. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '{' is followed by whitespace. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '{' is followed by whitespace. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter config should be final. | 124 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter config should be final. | 127 |
![]() | Parameter shell should be final. | 127 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter prop should be final. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter prop should be final. | 133 |
![]() | Parameter shell should be final. | 133 |
![]() | Method 'getShellCommand' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'getConnectionOptionTranslationMap' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '<' is not preceded with whitespace. | 142 |
![]() | '<' is not followed by whitespace. | 142 |
![]() | '>' is not preceded with whitespace. | 142 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 152 |
![]() | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter vmHost should be final. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | 'cast' is not followed by whitespace. | 154 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter vmHost should be final. | 157 |
![]() | Parameter vmGuestName should be final. | 157 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Method 'unRegister' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter vmHost should be final. | 161 |
![]() | Parameter vmGuestName should be final. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter vmHost should be final. | 165 |
![]() | Parameter vmGuestName should be final. | 165 |
![]() | Parameter resourceName should be final. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Method 'setResource' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter vmHost should be final. | 169 |
![]() | Parameter vmGuestName should be final. | 169 |
![]() | Parameter resourceName should be final. | 169 |
![]() | Parameter resourceValue should be final. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Method 'getConnectedUsers' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter vmHost should be final. | 177 |
![]() | Parameter vmGuestName should be final. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Parameter vmHost should be final. | 181 |
![]() | Parameter vmGuestName should be final. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | 'cast' is not followed by whitespace. | 182 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter vmHost should be final. | 185 |
![]() | Parameter vmGuestName should be final. | 185 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter vmHost should be final. | 189 |
![]() | Parameter vmGuestName should be final. | 189 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter vmHost should be final. | 193 |
![]() | Parameter vmGuestName should be final. | 193 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Method 'suspend' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter vmHost should be final. | 197 |
![]() | Parameter vmGuestName should be final. | 197 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter vmHost should be final. | 201 |
![]() | Parameter vmGuestName should be final. | 201 |
![]() | Parameter variable should be final. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Parameter vmHost should be final. | 205 |
![]() | Parameter vmGuestName should be final. | 205 |
![]() | Parameter variable should be final. | 205 |
![]() | Parameter value should be final. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | '{' is followed by whitespace. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Method 'getGuestInfo' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter vmHost should be final. | 209 |
![]() | Parameter vmGuestName should be final. | 209 |
![]() | Parameter variable should be final. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Method 'setGuestInfo' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter vmHost should be final. | 213 |
![]() | Parameter vmGuestName should be final. | 213 |
![]() | Parameter variable should be final. | 213 |
![]() | Parameter value should be final. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | '{' is followed by whitespace. | 214 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Parameter vmHost should be final. | 217 |
![]() | Parameter vmGuestName should be final. | 217 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Method 'getPId' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter vmHost should be final. | 221 |
![]() | Parameter vmGuestName should be final. | 221 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Method 'getProductInfo' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter vmHost should be final. | 225 |
![]() | Parameter vmGuestName should be final. | 225 |
![]() | Parameter variable should be final. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Method 'connectDevice' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter vmHost should be final. | 229 |
![]() | Parameter vmGuestName should be final. | 229 |
![]() | Parameter variable should be final. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Method 'disconnectDevice' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter vmHost should be final. | 233 |
![]() | Parameter vmGuestName should be final. | 233 |
![]() | Parameter variable should be final. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Method 'getConfigFile' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Parameter vmHost should be final. | 237 |
![]() | Parameter vmGuestName should be final. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Method 'getHeartBeat' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter vmHost should be final. | 241 |
![]() | Parameter vmGuestName should be final. | 241 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Method 'getUptime' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Parameter vmHost should be final. | 245 |
![]() | Parameter vmGuestName should be final. | 245 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Method 'getRemoteConnections' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Parameter vmHost should be final. | 249 |
![]() | Parameter vmGuestName should be final. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Method 'getToolsLastActive' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Parameter vmHost should be final. | 253 |
![]() | Parameter vmGuestName should be final. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Method 'getResourceX' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Parameter vmHost should be final. | 257 |
![]() | Parameter vmGuestName should be final. | 257 |
![]() | Parameter resourceName should be final. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Method 'setResourceX' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Parameter vmHost should be final. | 261 |
![]() | Parameter vmGuestName should be final. | 261 |
![]() | Parameter resourceName should be final. | 261 |
![]() | Parameter resourceValue should be final. | 261 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Method 'getRunAsUser' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter vmHost should be final. | 266 |
![]() | Parameter vmGuestName should be final. | 266 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Method 'setRunAsUser' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Parameter vmHost should be final. | 270 |
![]() | Parameter vmGuestName should be final. | 270 |
![]() | Parameter username should be final. | 270 |
![]() | Parameter password should be final. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | '{' is followed by whitespace. | 271 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Method 'getCapabilities' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Parameter vmHost should be final. | 274 |
![]() | Parameter vmGuestName should be final. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | 'cast' is not followed by whitespace. | 275 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line has trailing spaces. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Line contains a tab character. | 12 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter message should be final. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter cause should be final. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter message should be final. | 22 |
![]() | Parameter cause should be final. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | 'public' modifier out of order with the JLS suggestions. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter operation should be final. | 18 |
![]() | Parameter isVmxPathRequired should be final. | 18 |
![]() | Parameter parameterArray should be final. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter operation should be final. | 22 |
![]() | Parameter parameterArray should be final. | 22 |
![]() | Array brackets at illegal position. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter operation should be final. | 26 |
![]() | Parameter isVmxPathRequired should be final. | 26 |
![]() | Parameter description should be final. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter operation should be final. | 30 |
![]() | Parameter description should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter operation should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'logger' must be private and have accessor methods. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter cmdArray should be final. | 24 |
![]() | Line has trailing spaces. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 18 |
Violation | Message | Line |
---|---|---|
![]() | 'public' modifier out of order with the JLS suggestions. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | '!' is followed by whitespace. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | '}' should be on the same line. | 35 |
![]() | Must have at least one statement. | 36 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '<' is not preceded with whitespace. | 43 |
![]() | '<' is not followed by whitespace. | 43 |
![]() | '>' is not preceded with whitespace. | 43 |
![]() | '<' is not preceded with whitespace. | 44 |
![]() | '<' is not followed by whitespace. | 44 |
![]() | '>' is not preceded with whitespace. | 44 |
![]() | '<' is not preceded with whitespace. | 44 |
![]() | '<' is not followed by whitespace. | 44 |
![]() | '>' is not preceded with whitespace. | 44 |
![]() | '>' is not followed by whitespace. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | '!' is followed by whitespace. | 59 |
![]() | '}' should be on the same line. | 64 |
![]() | Must have at least one statement. | 65 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line is longer than 80 characters. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 13 |
![]() | 'public' modifier out of order with the JLS suggestions. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter operation should be final. | 18 |
![]() | Parameter isVmxPathRequired should be final. | 18 |
![]() | Parameter parameterArray should be final. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter operation should be final. | 22 |
![]() | Parameter parameterArray should be final. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter operation should be final. | 26 |
![]() | Parameter isVmxPathRequired should be final. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter operation should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 11 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 7 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter message should be final. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter cause should be final. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter message should be final. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter message should be final. | 39 |
![]() | Parameter command should be final. | 39 |
![]() | 'command' hides a field. | 39 |
![]() | Parameter exitCode should be final. | 39 |
![]() | 'exitCode' hides a field. | 39 |
![]() | Parameter out should be final. | 40 |
![]() | 'out' hides a field. | 40 |
![]() | Parameter ext should be final. | 40 |
![]() | 'ext' hides a field. | 40 |
![]() | Parameter err should be final. | 40 |
![]() | 'err' hides a field. | 40 |
![]() | Avoid inline conditionals. | 41 |
![]() | Line has trailing spaces. | 49 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'getExitCode' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'getExtOutput' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Method 'getError' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
![]() | 'public' modifier out of order with the JLS suggestions. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter cmdArray should be final. | 17 |
![]() | Parameter strBufOut should be final. | 17 |
![]() | Parameter strBufErr should be final. | 17 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 23 |
![]() | 'cast' is not followed by whitespace. | 29 |
![]() | 'cast' is not followed by whitespace. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | '}' should be on the same line. | 42 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter cmdArray should be final. | 49 |
![]() | Parameter result should be final. | 49 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | 'cast' is not followed by whitespace. | 61 |
![]() | 'cast' is not followed by whitespace. | 69 |
![]() | Line has trailing spaces. | 74 |
![]() | '}' should be on the same line. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line has trailing spaces. | 11 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() | Missing a Javadoc comment. | 16 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Missing a Javadoc comment. | 6 |
![]() | 'public' modifier out of order with the JLS suggestions. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Map. | 4 |
![]() | Unused import - java.util.Set. | 5 |
![]() | Unused import - org.slf4j.Logger. | 7 |
![]() | Unused import - org.slf4j.LoggerFactory. | 8 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | '<' is not preceded with whitespace. | 9 |
![]() | '<' is not followed by whitespace. | 9 |
![]() | '>' is not preceded with whitespace. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 7 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 22 |
![]() | Expected an @return tag. | 25 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | '<' is not preceded with whitespace. | 48 |
![]() | '<' is not followed by whitespace. | 48 |
![]() | '>' is not preceded with whitespace. | 48 |
![]() | Name 'connectionOptionMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | '<' is not preceded with whitespace. | 48 |
![]() | '<' is not followed by whitespace. | 48 |
![]() | '>' is not preceded with whitespace. | 48 |
![]() | '>' is not followed by whitespace. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter config should be final. | 70 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter config should be final. | 73 |
![]() | Parameter shell should be final. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter prop should be final. | 76 |
![]() | Method 'getShellCommand' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Method 'getConnectionOptionTranslationMap' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '<' is not preceded with whitespace. | 85 |
![]() | '<' is not followed by whitespace. | 85 |
![]() | '>' is not preceded with whitespace. | 85 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter vmHostName should be final. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | 'cast' is not followed by whitespace. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter vmHostName should be final. | 96 |
![]() | Parameter vmGuestName should be final. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter vmHostName should be final. | 100 |
![]() | Parameter vmGuestName should be final. | 100 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter vmHostName should be final. | 104 |
![]() | Parameter vmGuestName should be final. | 104 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Method 'suspend' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter vmHostName should be final. | 108 |
![]() | Parameter vmGuestName should be final. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'upgradeVm' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter vmHostName should be final. | 112 |
![]() | Parameter vmGuestName should be final. | 112 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Method 'installTools' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter vmHostName should be final. | 116 |
![]() | Parameter vmGuestName should be final. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Method 'snapshot' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter vmHostName should be final. | 120 |
![]() | Parameter vmGuestName should be final. | 120 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Method 'deleteSnapshot' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter vmHostName should be final. | 124 |
![]() | Parameter vmGuestName should be final. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'revertToSnapshot' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter vmHostName should be final. | 128 |
![]() | Parameter vmGuestName should be final. | 128 |
![]() | Line is longer than 80 characters. | 129 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | 'public' modifier out of order with the JLS suggestions. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter config should be final. | 25 |
![]() | 'config' hides a field. | 25 |
![]() | Parameter properties should be final. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '<' is not preceded with whitespace. | 62 |
![]() | '<' is not followed by whitespace. | 62 |
![]() | '>' is not preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '<' is not preceded with whitespace. | 67 |
![]() | '<' is not followed by whitespace. | 67 |
![]() | '>' is not preceded with whitespace. | 67 |
![]() | Parameter vmHostName should be final. | 67 |
![]() | Line has trailing spaces. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 10 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter vmWareRun should be final. | 20 |
![]() | 'vmWareRun' hides a field. | 20 |
![]() | Parameter vmWareCommand should be final. | 20 |
![]() | 'vmWareCommand' hides a field. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Method 'connectDevice' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter vmHostName should be final. | 27 |
![]() | Parameter vmGuestName should be final. | 27 |
![]() | Parameter variable should be final. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'deleteSnapshot' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter vmHostName should be final. | 31 |
![]() | Parameter vmGuestName should be final. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'disconnectDevice' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter vmHostName should be final. | 35 |
![]() | Parameter vmGuestName should be final. | 35 |
![]() | Parameter variable should be final. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'getCapabilities' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter vmHostName should be final. | 39 |
![]() | Parameter vmGuestName should be final. | 39 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter vmHostName should be final. | 43 |
![]() | Parameter vmGuestName should be final. | 43 |
![]() | Parameter variable should be final. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Method 'getConfigFile' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter vmHostName should be final. | 47 |
![]() | Parameter vmGuestName should be final. | 47 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'getConnectedUsers' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter vmHostName should be final. | 51 |
![]() | Parameter vmGuestName should be final. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Method 'getGuestInfo' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter vmHostName should be final. | 55 |
![]() | Parameter vmGuestName should be final. | 55 |
![]() | Parameter variable should be final. | 55 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'getHeartBeat' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter vmHostName should be final. | 59 |
![]() | Parameter vmGuestName should be final. | 59 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter vmHostName should be final. | 63 |
![]() | Parameter vmGuestName should be final. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'getPId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter vmHostName should be final. | 67 |
![]() | Parameter vmGuestName should be final. | 67 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'getProductInfo' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter vmHostName should be final. | 71 |
![]() | Parameter vmGuestName should be final. | 71 |
![]() | Parameter variable should be final. | 71 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'getRemoteConnections' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter vmHostName should be final. | 75 |
![]() | Parameter vmGuestName should be final. | 75 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Method 'getResource' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter vmHostName should be final. | 79 |
![]() | Parameter vmGuestName should be final. | 79 |
![]() | Parameter resourceName should be final. | 79 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getResourceX' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter vmHostName should be final. | 83 |
![]() | Parameter vmGuestName should be final. | 83 |
![]() | Parameter resourceName should be final. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'getRunAsUser' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter vmHostName should be final. | 87 |
![]() | Parameter vmGuestName should be final. | 87 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter vmHostName should be final. | 91 |
![]() | Parameter vmGuestName should be final. | 91 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'getToolsLastActive' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter vmHostName should be final. | 95 |
![]() | Parameter vmGuestName should be final. | 95 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Method 'getUptime' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter vmHostName should be final. | 99 |
![]() | Parameter vmGuestName should be final. | 99 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Method 'installTools' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter vmHostName should be final. | 103 |
![]() | Parameter vmGuestName should be final. | 103 |
![]() | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter vmHostName should be final. | 107 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter vmHostName should be final. | 111 |
![]() | Parameter vmGuestName should be final. | 111 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter vmHostName should be final. | 115 |
![]() | Parameter vmGuestName should be final. | 115 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Method 'revertToSnapshot' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter vmHostName should be final. | 119 |
![]() | Parameter vmGuestName should be final. | 119 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter vmHostName should be final. | 123 |
![]() | Parameter vmGuestName should be final. | 123 |
![]() | Parameter variable should be final. | 123 |
![]() | Parameter value should be final. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'setGuestInfo' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter vmHostName should be final. | 127 |
![]() | Parameter vmGuestName should be final. | 127 |
![]() | Parameter variable should be final. | 127 |
![]() | Parameter value should be final. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Method 'setResource' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter vmHostName should be final. | 131 |
![]() | Parameter vmGuestName should be final. | 131 |
![]() | Parameter resourceName should be final. | 131 |
![]() | Parameter resourceValue should be final. | 131 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'setResourceX' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter vmHostName should be final. | 136 |
![]() | Parameter vmGuestName should be final. | 136 |
![]() | Parameter resourceName should be final. | 136 |
![]() | Parameter resourceValue should be final. | 136 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Method 'setRunAsUser' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter vmHostName should be final. | 141 |
![]() | Parameter vmGuestName should be final. | 141 |
![]() | Parameter username should be final. | 141 |
![]() | Parameter password should be final. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Method 'snapshot' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter vmHostName should be final. | 145 |
![]() | Parameter vmGuestName should be final. | 145 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter vmHostName should be final. | 149 |
![]() | Parameter vmGuestName should be final. | 149 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter vmHostName should be final. | 153 |
![]() | Parameter vmGuestName should be final. | 153 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Method 'suspend' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter vmHostName should be final. | 157 |
![]() | Parameter vmGuestName should be final. | 157 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Method 'unRegister' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter vmHostName should be final. | 161 |
![]() | Parameter vmGuestName should be final. | 161 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Method 'upgradeVm' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter vmHostName should be final. | 165 |
![]() | Parameter vmGuestName should be final. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter password should be final. | 29 |
![]() | 'password' hides a field. | 29 |
![]() | Parameter trustAllCertificates should be final. | 29 |
![]() | 'trustAllCertificates' hides a field. | 29 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Method 'getPassphrase' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter message should be final. | 48 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Method 'prompt' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter str should be final. | 65 |
![]() | Method 'retry' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter name should be final. | 81 |
![]() | 'name' hides a field. | 81 |
![]() | Method 'setPassphrase' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter passphrase should be final. | 89 |
![]() | 'passphrase' hides a field. | 89 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter password should be final. | 97 |
![]() | 'password' hides a field. | 97 |
![]() | Method 'setTrust' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter trust should be final. | 105 |
![]() | Method 'getTrust' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Method 'getPassphrase' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'getKeyfile' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Method 'setKeyfile' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter keyfile should be final. | 136 |
![]() | 'keyfile' hides a field. | 136 |
![]() | Method 'promptPassphrase' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter message should be final. | 145 |
![]() | Method 'promptPassword' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Parameter passwordPrompt should be final. | 154 |
![]() | Method 'promptYesNo' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Parameter message should be final. | 163 |
![]() | Parameter message should be final. | 172 |
![]() | Method 'promptKeyboardInteractive' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Parameter destination should be final. | 186 |
![]() | Parameter name should be final. | 187 |
![]() | 'name' hides a field. | 188 |
![]() | Parameter instruction should be final. | 189 |
![]() | Parameter prompt should be final. | 190 |
![]() | Parameter echo should be final. | 191 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Variable 'logger' must be private and have accessor methods. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'shellCmdVmRun' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'shellCmdVmWareCmd' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'config' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter config should be final. | 46 |
![]() | 'config' hides a field. | 46 |
![]() | Parameter shell should be final. | 46 |
![]() | 'shell' hides a field. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter config should be final. | 53 |
![]() | 'config' hides a field. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | '<' is not preceded with whitespace. | 71 |
![]() | '<' is not followed by whitespace. | 71 |
![]() | '>' is not preceded with whitespace. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter result should be final. | 82 |
![]() | Parameter oper should be final. | 82 |
![]() | Parameter vmHost should be final. | 82 |
![]() | Parameter vmName should be final. | 82 |
![]() | Parameter parameterArray should be final. | 82 |
![]() | Array brackets at illegal position. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter result should be final. | 91 |
![]() | Parameter oper should be final. | 91 |
![]() | Parameter vmHost should be final. | 91 |
![]() | Parameter vmName should be final. | 91 |
![]() | Parameter parameterOne should be final. | 91 |
![]() | Line is longer than 80 characters. | 93 |
![]() | '{' is followed by whitespace. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter result should be final. | 96 |
![]() | Parameter oper should be final. | 96 |
![]() | Parameter vmHost should be final. | 96 |
![]() | Parameter vmName should be final. | 96 |
![]() | Line has trailing spaces. | 102 |
![]() | Parameter vmHost should be final. | 106 |
![]() | Expected @param tag for 'vmHost'. | 106 |
![]() | Parameter cmdList should be final. | 106 |
![]() | '<' is not preceded with whitespace. | 106 |
![]() | '<' is not followed by whitespace. | 106 |
![]() | '>' is not preceded with whitespace. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '<' is not preceded with whitespace. | 107 |
![]() | '<' is not followed by whitespace. | 107 |
![]() | '>' is not preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line has trailing spaces. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Method 'createCommandArray' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter oper should be final. | 148 |
![]() | Parameter vmHost should be final. | 148 |
![]() | Parameter vmName should be final. | 148 |
![]() | Parameter parameterArray should be final. | 148 |
![]() | Array brackets at illegal position. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | 'cast' is not followed by whitespace. | 154 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | '>' is not preceded with whitespace. | 171 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | '>' is not preceded with whitespace. | 171 |
![]() | '>' is not followed by whitespace. | 171 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Parameter cmdList should be final. | 198 |
![]() | '<' is not preceded with whitespace. | 198 |
![]() | '<' is not followed by whitespace. | 198 |
![]() | '>' is not preceded with whitespace. | 198 |
![]() | Parameter oper should be final. | 198 |
![]() | Parameter vmHostName should be final. | 198 |
![]() | Parameter vmGuestName should be final. | 198 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line has trailing spaces. | 207 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Parameter vmHostName should be final. | 208 |
![]() | Parameter vmGuestName should be final. | 208 |
![]() | Line has trailing spaces. | 211 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter result should be final. | 213 |
![]() | Parameter cmdArray should be final. | 213 |
![]() | Array brackets at illegal position. | 213 |
![]() | Line is longer than 80 characters. | 217 |
![]() | '}' should be on the same line. | 224 |
![]() | Line has trailing spaces. | 235 |
![]() | Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter message should be final. | 15 |
![]() | Parameter cause should be final. | 15 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter message should be final. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter cause should be final. | 23 |
![]() | Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | 'public' modifier out of order with the JLS suggestions. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '<' is not preceded with whitespace. | 21 |
![]() | '<' is not followed by whitespace. | 21 |
![]() | '>' is not preceded with whitespace. | 21 |
![]() | Name 'capabilityMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | '<' is not preceded with whitespace. | 21 |
![]() | '<' is not followed by whitespace. | 21 |
![]() | '>' is not preceded with whitespace. | 21 |
![]() | '>' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '!' is followed by whitespace. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter capabilityName should be final. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '<' is not preceded with whitespace. | 66 |
![]() | '<' is not followed by whitespace. | 66 |
![]() | '>' is not preceded with whitespace. | 66 |
![]() | '<' is not preceded with whitespace. | 67 |
![]() | '<' is not followed by whitespace. | 67 |
![]() | '>' is not preceded with whitespace. | 67 |
![]() | '<' is not preceded with whitespace. | 67 |
![]() | '<' is not followed by whitespace. | 67 |
![]() | '>' is not preceded with whitespace. | 67 |
![]() | '>' is not followed by whitespace. | 67 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Avoid inline conditionals. | 79 |
![]() | Avoid inline conditionals. | 79 |
![]() | Avoid inline conditionals. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '<' is not preceded with whitespace. | 53 |
![]() | '<' is not followed by whitespace. | 53 |
![]() | '>' is not preceded with whitespace. | 53 |
![]() | Variable 'connectionOptionList' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '<' is not preceded with whitespace. | 60 |
![]() | '<' is not followed by whitespace. | 60 |
![]() | '>' is not preceded with whitespace. | 60 |
![]() | '<' is not preceded with whitespace. | 60 |
![]() | '<' is not followed by whitespace. | 60 |
![]() | '>' is not preceded with whitespace. | 60 |
![]() | '>' is not followed by whitespace. | 60 |
![]() | '<' is not preceded with whitespace. | 63 |
![]() | '<' is not followed by whitespace. | 63 |
![]() | '>' is not preceded with whitespace. | 63 |
![]() | '>' is not followed by whitespace. | 63 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter inputProp should be final. | 70 |
![]() | '}' should be on the same line. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter vmGuestName should be final. | 107 |
![]() | Parameter properties should be final. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Method 'getGuestList' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '<' is not preceded with whitespace. | 122 |
![]() | '<' is not followed by whitespace. | 122 |
![]() | '>' is not preceded with whitespace. | 122 |
![]() | '<' is not preceded with whitespace. | 123 |
![]() | '<' is not followed by whitespace. | 123 |
![]() | '>' is not preceded with whitespace. | 123 |
![]() | '>' is not followed by whitespace. | 123 |
![]() | Method 'getVmx' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter vmName should be final. | 126 |
![]() | Method 'getHostName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Method 'getHostPort' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Line has trailing spaces. | 149 |
![]() | Method 'getConnectionOptions' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | 'prop' hides a field. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Array brackets at illegal position. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter operation should be final. | 22 |
![]() | 'operation' hides a field. | 22 |
![]() | Parameter isVmxPathRequired should be final. | 22 |
![]() | 'isVmxPathRequired' hides a field. | 22 |
![]() | Parameter parameterArray should be final. | 22 |
![]() | 'parameterArray' hides a field. | 22 |
![]() | Parameter description should be final. | 22 |
![]() | 'description' hides a field. | 22 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter operation should be final. | 31 |
![]() | 'operation' hides a field. | 31 |
![]() | Parameter parameterArray should be final. | 31 |
![]() | 'parameterArray' hides a field. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter operation should be final. | 35 |
![]() | 'operation' hides a field. | 35 |
![]() | Parameter isVmxPathRequired should be final. | 35 |
![]() | 'isVmxPathRequired' hides a field. | 35 |
![]() | Parameter description should be final. | 35 |
![]() | 'description' hides a field. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter operation should be final. | 39 |
![]() | 'operation' hides a field. | 39 |
![]() | Parameter description should be final. | 39 |
![]() | 'description' hides a field. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter operation should be final. | 43 |
![]() | 'operation' hides a field. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 7 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | 'public' modifier out of order with the JLS suggestions. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter operation should be final. | 14 |
![]() | Parameter isVmxPathRequired should be final. | 14 |
![]() | Parameter description should be final. | 14 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter operation should be final. | 18 |
![]() | Parameter description should be final. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Expected @param tag for 'vmHostName'. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |