The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.ci.comm.command.AbstractJobCommand | 1 |
de.smartics.ci.comm.command.AbstractLoginCommand | 1 |
de.smartics.ci.comm.hudson.command.HudsonCreateJobCommand | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class de.smartics.ci.comm.command.AbstractJobCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 47-82 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class de.smartics.ci.comm.command.AbstractLoginCommand implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 25 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.ci.comm.hudson.command.HudsonCreateJobCommand.execute(CiSystem) | STYLE | REC_CATCH_EXCEPTION | 103 | Low |