The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.openphacts.nextprot.TemplateAssembler | 2 |
org.openphacts.nextprot.util.EchoTool | 2 |
org.openphacts.nextprot.util.HashTool | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.openphacts.nextprot.TemplateAssembler.createWriter(File, File): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 266 | High |
Found reliance on default encoding in org.openphacts.nextprot.TemplateAssembler.createWriter(File, File): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 270 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.openphacts.nextprot.util.EchoTool.getColumns() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 110 | Medium |
new org.openphacts.nextprot.util.EchoTool() invokes inefficient new String(String) constructor | PERFORMANCE | DM_STRING_CTOR | 26 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.openphacts.nextprot.util.HashTool.adler(Object): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 33 | High |