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.vcloud.domain.internal.TaskImpl | 6 |
| org.jclouds.vcloud.handlers.ParseVCloudErrorFromHttpResponse | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jclouds.vcloud.domain.internal.TaskImpl.getEndTime() may expose internal representation by returning TaskImpl.endTime | MALICIOUS_CODE | EI_EXPOSE_REP | 81 | Medium |
| org.jclouds.vcloud.domain.internal.TaskImpl.getExpiryTime() may expose internal representation by returning TaskImpl.expiryTime | MALICIOUS_CODE | EI_EXPOSE_REP | 98 | Medium |
| org.jclouds.vcloud.domain.internal.TaskImpl.getStartTime() may expose internal representation by returning TaskImpl.startTime | MALICIOUS_CODE | EI_EXPOSE_REP | 71 | Medium |
| new org.jclouds.vcloud.domain.internal.TaskImpl(URI, String, TaskStatus, Date, Date, Date, ReferenceType, VCloudError) may expose internal representation by storing an externally mutable object into TaskImpl.endTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 58 | Medium |
| new org.jclouds.vcloud.domain.internal.TaskImpl(URI, String, TaskStatus, Date, Date, Date, ReferenceType, VCloudError) may expose internal representation by storing an externally mutable object into TaskImpl.expiryTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 59 | Medium |
| new org.jclouds.vcloud.domain.internal.TaskImpl(URI, String, TaskStatus, Date, Date, Date, ReferenceType, VCloudError) may expose internal representation by storing an externally mutable object into TaskImpl.startTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 57 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of error in org.jclouds.vcloud.handlers.ParseVCloudErrorFromHttpResponse.handleError(HttpCommand, HttpResponse) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 91 | Medium |