FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|
15 | 6 | 0 | 0 |
org.kuali.rice.location.framework.campus.CampusTypeEbo
Bug | Category | Details | Line | Priority |
---|
org.kuali.rice.location.framework.campus.CampusTypeEbo is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 38 | High |
org.kuali.rice.location.framework.country.CountryEbo
Bug | Category | Details | Line | Priority |
---|
org.kuali.rice.location.framework.country.CountryEbo is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 45 | High |
org.kuali.rice.location.framework.county.CountyEbo
Bug | Category | Details | Line | Priority |
---|
org.kuali.rice.location.framework.county.CountyEbo is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 42 | High |
org.kuali.rice.location.framework.postalcode.PostalCodeEbo
Bug | Category | Details | Line | Priority |
---|
org.kuali.rice.location.framework.postalcode.PostalCodeEbo is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 46 | High |
org.kuali.rice.location.framework.state.StateEbo
Bug | Category | Details | Line | Priority |
---|
org.kuali.rice.location.framework.state.StateEbo is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 40 | High |
org.kuali.rice.location.framework.state.StateValuesFinder
Bug | Category | Details | Line | Priority |
---|
Dead store to labels in org.kuali.rice.location.framework.state.StateValuesFinder.getKeyValues() | STYLE | DLS_DEAD_LOCAL_STORE | 35 | Medium |