The following document contains the results of SpotBugs
SpotBugs Version is 4.5.0
Threshold is low
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
14 | 4 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter | 2 |
it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter.marshal(JobEvent$Type) | I18N | DM_CONVERT_CASE | 49 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter.unmarshal(String) | I18N | DM_CONVERT_CASE | 43 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter.marshal(Project$Status) | I18N | DM_CONVERT_CASE | 49 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter.unmarshal(String) | I18N | DM_CONVERT_CASE | 43 | Low |