The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Class | Bugs |
---|---|
fr.paris.lutece.plugins.lucene.service.analyzer.LuteceFrenchAnalyzer | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new fr.paris.lutece.plugins.lucene.service.analyzer.LuteceFrenchAnalyzer(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 132 | High |
fr.paris.lutece.plugins.lucene.service.analyzer.LuteceFrenchAnalyzer.FRENCH_STOP_WORDS should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 78 | Medium |