FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
7 2 0 0

net.sf.logdistiller.logtypes.jenkins.JenkinsLogEvent

Bug Category Details Line Priority
net.sf.logdistiller.logtypes.jenkins.JenkinsLogEvent defines compareTo(JenkinsLogEvent) and uses Object.equals() BAD_PRACTICE EQ_COMPARETO_USE_OBJECT_EQUALS 90 Medium
Call to method of static java.text.DateFormat in new net.sf.logdistiller.logtypes.jenkins.JenkinsLogEvent(LogEvent$Factory, String, String, String, String) MT_CORRECTNESS STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE 71 Medium