FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
11 4 0 0

de.smartics.exceptions.report.message.PlaceHolderHandler

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

de.smartics.exceptions.report.sort.CodeComparator

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

de.smartics.exceptions.report.sort.CodeUtils

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

de.smartics.exceptions.report.sort.MixedCodeComparator

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