The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.cyclopsgroup.datamung.web.form.JobInput | 3 |
| org.cyclopsgroup.datamung.web.module.CreateJobPages | 1 |
| 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 |
| 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 |