The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.ericsson.research.trap.IndexMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in com.ericsson.research.trap.IndexMojo.execute(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 165 | High |
com.ericsson.research.trap.IndexMojo.execute() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 163 | Medium |