The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.logdistiller.logtypes.jenkins.JenkinsLogEvent | 2 |
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 |