The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.kuali.maven.wagon.ThreadHandler | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.kuali.maven.wagon.ThreadHandler.getThreads() may expose internal representation by returning ThreadHandler.threads | MALICIOUS_CODE | EI_EXPOSE_REP | 24 | Medium |
| org.kuali.maven.wagon.ThreadHandler.setThreads(Thread[]) may expose internal representation by storing an externally mutable object into ThreadHandler.threads | MALICIOUS_CODE | EI_EXPOSE_REP2 | 28 | Medium |