FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
1271000

org.rundeck.api.domain.BaseState

BugCategoryDetailsLinePriority
org.rundeck.api.domain.BaseState.getEndTime() may expose internal representation by returning BaseState.endTimeMALICIOUS_CODEEI_EXPOSE_REP33Medium
org.rundeck.api.domain.BaseState.getStartTime() may expose internal representation by returning BaseState.startTimeMALICIOUS_CODEEI_EXPOSE_REP21Medium
org.rundeck.api.domain.BaseState.getUpdateTime() may expose internal representation by returning BaseState.updateTimeMALICIOUS_CODEEI_EXPOSE_REP57Medium
org.rundeck.api.domain.BaseState.setEndTime(Date) may expose internal representation by storing an externally mutable object into BaseState.endTimeMALICIOUS_CODEEI_EXPOSE_REP237Medium
org.rundeck.api.domain.BaseState.setStartTime(Date) may expose internal representation by storing an externally mutable object into BaseState.startTimeMALICIOUS_CODEEI_EXPOSE_REP225Medium
org.rundeck.api.domain.BaseState.setUpdateTime(Date) may expose internal representation by storing an externally mutable object into BaseState.updateTimeMALICIOUS_CODEEI_EXPOSE_REP261Medium

org.rundeck.api.domain.RundeckOutputEntry

BugCategoryDetailsLinePriority
org.rundeck.api.domain.RundeckOutputEntry.getAbsoluteTime() may expose internal representation by returning RundeckOutputEntry.absoluteTimeMALICIOUS_CODEEI_EXPOSE_REP180Medium
org.rundeck.api.domain.RundeckOutputEntry.setAbsoluteTime(Date) may expose internal representation by storing an externally mutable object into RundeckOutputEntry.absoluteTimeMALICIOUS_CODEEI_EXPOSE_REP2184Medium

org.rundeck.api.query.ExecutionQuery

BugCategoryDetailsLinePriority
org.rundeck.api.query.ExecutionQuery.getBegin() may expose internal representation by returning ExecutionQuery.beginMALICIOUS_CODEEI_EXPOSE_REP139Medium
org.rundeck.api.query.ExecutionQuery.getEnd() may expose internal representation by returning ExecutionQuery.endMALICIOUS_CODEEI_EXPOSE_REP143Medium