The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 8 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.nlptools.FileUtils | 1 |
| fr.paris.lutece.nlptools.NLPAnonymizer | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in fr.paris.lutece.nlptools.FileUtils.writeFile(String, String): new java.io.FileWriter(String) | I18N | DM_DEFAULT_ENCODING | 94 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to nameFinder in fr.paris.lutece.nlptools.NLPAnonymizer.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 64 | High |