The following document contains the results of SpotBugs
SpotBugs Version is 4.7.1
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 17 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.waarp.http.protocol.HttpDownloadSession | 1 |
| org.waarp.http.protocol.HttpSessions | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Alimentation à perte d'une variable locale dans la méthode new org.waarp.http.protocol.HttpDownloadSession(String, HttpAuthent) | STYLE | DLS_DEAD_LOCAL_STORE | 113 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Sequence of calls to java.util.concurrent.ConcurrentHashMap may not be atomic in org.waarp.http.protocol.HttpSessions.getOrCreateResumableSession(HttpResumableInfo, String, String, HttpAuthent) | MT_CORRECTNESS | AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION | 65 | Medium |
| La méthode statique publique org.waarp.http.protocol.HttpSessions.getInstance() peut exposer une représentation interne en renvoyant org.waarp.http.protocol.HttpSessions.httpSessions | MALICIOUS_CODE | MS_EXPOSE_REP | 44 | Medium |