The following document contains the results of FindBugs Report
FindBugs Version is 1.3.8
Threshold is
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 24 | 4 | 0 | 77 |
| Class | Bugs |
|---|---|
| fr.lip6.move.pnml.todot.ConcurrentTransform2dot | 3 |
| fr.lip6.move.pnml.todot.Transform2dot | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new fr.lip6.move.pnml.todot.ConcurrentTransform2dot() ignores exceptional return value of java.io.File.mkdir() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 107 | 2 |
| fr.lip6.move.pnml.todot.ConcurrentTransform2dot.call() ignores exceptional return value of java.io.File.createNewFile() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 159 | 2 |
| fr.lip6.move.pnml.todot.ConcurrentTransform2dot.call() ignores exceptional return value of java.io.File.delete() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 269 | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| La méthode fr.lip6.move.pnml.todot.Transform2dot.determineNetType() utilise le même code pour deux branches | STYLE | DB_DUPLICATE_BRANCHES | 225228 | 2 |