The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.exceptions.report.message.PlaceHolderHandler.getClassWithParam(Class, String) | STYLE | REC_CATCH_EXCEPTION | 391 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.smartics.exceptions.report.sort.CodeComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 32 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.exceptions.report.sort.CodeUtils.loadCode(ClassLoader, FieldDoc) | STYLE | REC_CATCH_EXCEPTION | 203 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.smartics.exceptions.report.sort.MixedCodeComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 36 | Low |