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
Classes | Bugs | Errors | Missing Classes |
---|
23 | 14 | 0 | 0 |
net.sourceforge.queried.KillsComparator
Bug | Category | Details | Line | Priority |
---|
net.sourceforge.queried.KillsComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 7 | Medium |
net.sourceforge.queried.ScoreComparator
Bug | Category | Details | Line | Priority |
---|
net.sourceforge.queried.ScoreComparator implements Comparator but not Serializable | BAD_PRACTICE | SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | 7 | Medium |
net.sourceforge.queried.ServerInfo
Bug | Category | Details | Line | Priority |
---|
Unread field: net.sourceforge.queried.ServerInfo.pbEnabled | PERFORMANCE | URF_UNREAD_FIELD | 21 | Medium |
net.sourceforge.queried.Util
Bug | Category | Details | Line | Priority |
---|
Exception is caught when Exception is not thrown in net.sourceforge.queried.Util.getInfo(int, String, int, String, int, int, int) | STYLE | REC_CATCH_EXCEPTION | 285 | High |
Exception is caught when Exception is not thrown in net.sourceforge.queried.Util.getInfo(int, String, int, String, int, int, int) | STYLE | REC_CATCH_EXCEPTION | 278 | Medium |
net.sourceforge.queried.gametypes.BF1942ServerInfo
Bug | Category | Details | Line | Priority |
---|
Dead store to playerCount in net.sourceforge.queried.gametypes.BF1942ServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 43 | Medium |
net.sourceforge.queried.gametypes.D3ServerInfo
Bug | Category | Details | Line | Priority |
---|
Redundant nullcheck of queryResult, which is known to be non-null in net.sourceforge.queried.gametypes.D3ServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 50 | Medium |
net.sourceforge.queried.gametypes.ETServerInfo
Bug | Category | Details | Line | Priority |
---|
Dead store to playerCount in net.sourceforge.queried.gametypes.ETServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 54 | Medium |
net.sourceforge.queried.gametypes.HLServerInfo
Bug | Category | Details | Line | Priority |
---|
Possible null pointer dereference of buf in net.sourceforge.queried.gametypes.HLServerInfo.getDetails(int, String, int, int, int, int) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 100 | Medium |
Possible null pointer dereference of buf in net.sourceforge.queried.gametypes.HLServerInfo.getPlayers(int, String, int, int, int, int) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 43 | Medium |
net.sourceforge.queried.gametypes.SOF2Q3ServerInfo
Bug | Category | Details | Line | Priority |
---|
Dead store to playerCount in net.sourceforge.queried.gametypes.SOF2Q3ServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 52 | Medium |
net.sourceforge.queried.gametypes.SourceServerInfo
Bug | Category | Details | Line | Priority |
---|
Dead store to playerFrags in net.sourceforge.queried.gametypes.SourceServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 39 | High |
Dead store to playerNames in net.sourceforge.queried.gametypes.SourceServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 38 | High |
net.sourceforge.queried.gametypes.UTServerInfo
Bug | Category | Details | Line | Priority |
---|
Dead store to playerCount in net.sourceforge.queried.gametypes.UTServerInfo.getPlayers(int, String, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 45 | Medium |