The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.puresoltechnologies.kickstart.KickStart | 2 |
com.puresoltechnologies.kickstart.KickStartProperties | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new com.puresoltechnologies.kickstart.KickStart(String, String[]) may expose internal representation by storing an externally mutable object into KickStart.argumentsForClassToStart | MALICIOUS_CODE | EI_EXPOSE_REP2 | 48 | Medium |
com.puresoltechnologies.kickstart.KickStart.main(String[]) explicitly invokes run on a thread (did you mean to start it instead?) | MT_CORRECTNESS | RU_INVOKE_RUN | 126 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new com.puresoltechnologies.kickstart.KickStartProperties() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 78 | Medium |
new com.puresoltechnologies.kickstart.KickStartProperties() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 78 | Medium |