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 |
---|---|---|---|---|
org.jadira.dependencynavigator.config.Config.getProperties() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 171 | Medium |
org.jadira.dependencynavigator.config.Config.saveProperties(Properties) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 187 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader.getRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 76 | Medium |
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader.localDiskWorkspace() | CORRECTNESS | NP_UNWRITTEN_FIELD | 38 | Medium |
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader.reloadPom() | CORRECTNESS | NP_UNWRITTEN_FIELD | 80 | Medium |
Unwritten field: org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader.frame | CORRECTNESS | UWF_UNWRITTEN_FIELD | 68 | Medium |
Unwritten field: org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader.workspace | CORRECTNESS | UWF_UNWRITTEN_FIELD | 35 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.zip.ZipFileWorkspaceLoader.getRoot() | CORRECTNESS | NP_UNWRITTEN_FIELD | 63 | Medium |
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.zip.ZipFileWorkspaceLoader.reloadPom() | CORRECTNESS | NP_UNWRITTEN_FIELD | 67 | Medium |
Read of unwritten field workspace in org.jadira.dependencynavigator.implementations.zip.ZipFileWorkspaceLoader.zipWorkspace() | CORRECTNESS | NP_UNWRITTEN_FIELD | 74 | Medium |
Unwritten field: org.jadira.dependencynavigator.implementations.zip.ZipFileWorkspaceLoader.frame | CORRECTNESS | UWF_UNWRITTEN_FIELD | 78 | Medium |
Unwritten field: org.jadira.dependencynavigator.implementations.zip.ZipFileWorkspaceLoader.workspace | CORRECTNESS | UWF_UNWRITTEN_FIELD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jadira.repositorysnapshot.RepositorySnapshot.createSnapshot(ProgressMeter) ignores exceptional return value of java.io.File.createNewFile() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 49 | Medium |
org.jadira.repositorysnapshot.RepositorySnapshot.createSnapshot(ProgressMeter) ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 47 | Medium |
org.jadira.repositorysnapshot.RepositorySnapshot.createSnapshot(ProgressMeter) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 48 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Read of unwritten field repository in org.jadira.repositorysnapshot.RepositorySnapshotFactory.createSnapshot(ProgressMeter) | CORRECTNESS | NP_UNWRITTEN_FIELD | 70 | Medium |
Read of unwritten field workspace in org.jadira.repositorysnapshot.RepositorySnapshotFactory.createSnapshot(ProgressMeter) | CORRECTNESS | NP_UNWRITTEN_FIELD | 70 | Medium |
Unwritten field: org.jadira.repositorysnapshot.RepositorySnapshotFactory.frame | CORRECTNESS | UWF_UNWRITTEN_FIELD | 61 | Medium |
Unwritten field: org.jadira.repositorysnapshot.RepositorySnapshotFactory.repository | CORRECTNESS | UWF_UNWRITTEN_FIELD | 68 | Medium |
Unwritten field: org.jadira.repositorysnapshot.RepositorySnapshotFactory.repositoryType | CORRECTNESS | UWF_UNWRITTEN_FIELD | 43 | Medium |
Unwritten field: org.jadira.repositorysnapshot.RepositorySnapshotFactory.workspace | CORRECTNESS | UWF_UNWRITTEN_FIELD | 69 | Medium |