The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jclouds.scriptbuilder.domain.InstallRSAPrivateKey | 1 |
| org.jclouds.scriptbuilder.domain.JavaInitMetadata | 3 |
| org.jclouds.scriptbuilder.domain.StoppableJavaInitMetadata | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class name org.jclouds.scriptbuilder.domain.InstallRSAPrivateKey shadows the simple name of the superclass org.jclouds.scriptbuilder.statements.ssh.InstallRSAPrivateKey | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 29 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.scriptbuilder.domain.JavaInitMetadata.getArgs() may expose internal representation by returning JavaInitMetadata.args | MALICIOUS_CODE | EI_EXPOSE_REP | 67 | Medium |
| org.jclouds.scriptbuilder.domain.JavaInitMetadata.getClasspath() may expose internal representation by returning JavaInitMetadata.classpath | MALICIOUS_CODE | EI_EXPOSE_REP | 55 | Medium |
| org.jclouds.scriptbuilder.domain.JavaInitMetadata.getOpts() may expose internal representation by returning JavaInitMetadata.opts | MALICIOUS_CODE | EI_EXPOSE_REP | 63 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.scriptbuilder.domain.StoppableJavaInitMetadata.getStopArgs() may expose internal representation by returning StoppableJavaInitMetadata.stopArgs | MALICIOUS_CODE | EI_EXPOSE_REP | 63 | Medium |
| org.jclouds.scriptbuilder.domain.StoppableJavaInitMetadata.getStopClasspath() may expose internal representation by returning StoppableJavaInitMetadata.stopClasspath | MALICIOUS_CODE | EI_EXPOSE_REP | 51 | Medium |
| org.jclouds.scriptbuilder.domain.StoppableJavaInitMetadata.getStopOpts() may expose internal representation by returning StoppableJavaInitMetadata.stopOpts | MALICIOUS_CODE | EI_EXPOSE_REP | 59 | Medium |