The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs.close() might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 482 | Low |
Found reliance on default encoding in org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs.createTempDockerComposeFile(String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 614 | High |
Found reliance on default encoding in org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs.createTempDockerComposeFile(String): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 613 | High |
Found reliance on default encoding in org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs.parseDockerComposeYaml(): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 422 | High |
Result of integer multiplication cast to long in new org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs(String) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 201 | Low |
Exceptional return value of java.io.File.delete() ignored in org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs.close() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 481 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs$DockerComposeServiceInfo be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 140 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs$OvsdbPing(DockerOvs, int, AtomicInteger): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 511 | High |
The class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs$OvsdbPing could be refactored into a _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS | 498 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils.tryProcess(String, long, StringBuilder, String[]): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 90 | High |