FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
12 4 0 0

org.cyclopsgroup.datamung.web.form.JobInput

Bug Category Details Line Priority
Found reliance on default encoding in org.cyclopsgroup.datamung.web.form.JobInput.deserializeFrom(String): String.getBytes() I18N DM_DEFAULT_ENCODING 23 High
Found reliance on default encoding in org.cyclopsgroup.datamung.web.form.JobInput.serializeTo(): new String(byte[]) I18N DM_DEFAULT_ENCODING 60 High
Found reliance on default encoding in org.cyclopsgroup.datamung.web.form.JobInput.serializeTo(): String.getBytes() I18N DM_DEFAULT_ENCODING 57 High

org.cyclopsgroup.datamung.web.module.CreateJobPages

Bug Category Details Line Priority
Switch statement found in org.cyclopsgroup.datamung.web.module.CreateJobPages.showBackupDetails(JobInput) where one case falls through to the next case STYLE SF_SWITCH_FALLTHROUGH 172-176 Medium