Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
14 4 0 0

Files

Class Bugs
it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter 2
it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter 2

it.tidalwave.accounting.exporter.xml.impl.adapters.EventTypeAdapter

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 48 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 42 Low

it.tidalwave.accounting.exporter.xml.impl.adapters.ProjectStatusAdapter

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 48 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 42 Low