The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.jclouds.filesystem.FilesystemAsyncBlobStore.getBlob(String, String, GetOptions) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | 578 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Load of known null value in org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.removeDirectoriesTreeOfBlobKey(String, String) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 389 | Medium |
| Invalid syntax for regular expression in org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.normalize(String) | CORRECTNESS | RE_BAD_SYNTAX_FOR_REGULAR_EXPRESSION | 338 | High |
| org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.removeBlob(String, String) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 149 | Medium |
| org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.removeDirectoriesTreeOfBlobKey(String, String) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 394 | Medium |
| org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.writePayloadOnFile(String, String, Payload) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 215 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl$FileIterator be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 412 | Medium |