The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
2 | 2 | 0 | 13 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.geocodesclient.rs.GeocodesRest | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Null pointer dereference of strSearchBeginningVal in fr.paris.lutece.plugins.geocodesclient.rs.GeocodesRest.getCityListByNameAndDateV1(String, Date) | CORRECTNESS | NP_ALWAYS_NULL | 165 | High |
Load of known null value in fr.paris.lutece.plugins.geocodesclient.rs.GeocodesRest.getCityListByNameAndDateV1(String, Date) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 165 | Medium |