The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
156 | 2 | 3 | 7 |
Class | Bugs |
---|---|
de.pdark.dsmp.Config | 1 |
de.pdark.dsmp.Server | 1 |
Bug | Category | Details | Line |
---|---|---|---|
public static de.pdark.dsmp.Config.getNoProxy() may expose internal representation by returning de.pdark.dsmp.Config.noProxy | MALICIOUS_CODE | MS_EXPOSE_REP | 411 |
Bug | Category | Details | Line |
---|---|---|---|
Write to static field de.pdark.dsmp.Server.run from instance method de.pdark.dsmp.Server.terminateAll() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 51 |