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

ClassesBugsErrorsMissing Classes
231400

net.sourceforge.queried.KillsComparator

BugCategoryDetailsLinePriority
net.sourceforge.queried.KillsComparator implements Comparator but not SerializableBAD_PRACTICESE_COMPARATOR_SHOULD_BE_SERIALIZABLE7Medium

net.sourceforge.queried.ScoreComparator

BugCategoryDetailsLinePriority
net.sourceforge.queried.ScoreComparator implements Comparator but not SerializableBAD_PRACTICESE_COMPARATOR_SHOULD_BE_SERIALIZABLE7Medium

net.sourceforge.queried.ServerInfo

BugCategoryDetailsLinePriority
Unread field: net.sourceforge.queried.ServerInfo.pbEnabledPERFORMANCEURF_UNREAD_FIELD21Medium

net.sourceforge.queried.Util

BugCategoryDetailsLinePriority
Exception is caught when Exception is not thrown in net.sourceforge.queried.Util.getInfo(int, String, int, String, int, int, int)STYLEREC_CATCH_EXCEPTION285High
Exception is caught when Exception is not thrown in net.sourceforge.queried.Util.getInfo(int, String, int, String, int, int, int)STYLEREC_CATCH_EXCEPTION278Medium

net.sourceforge.queried.gametypes.BF1942ServerInfo

BugCategoryDetailsLinePriority
Dead store to playerCount in net.sourceforge.queried.gametypes.BF1942ServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE43Medium

net.sourceforge.queried.gametypes.D3ServerInfo

BugCategoryDetailsLinePriority
Redundant nullcheck of queryResult, which is known to be non-null in net.sourceforge.queried.gametypes.D3ServerInfo.getPlayers(int, String, int, int, int, int)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE50Medium

net.sourceforge.queried.gametypes.ETServerInfo

BugCategoryDetailsLinePriority
Dead store to playerCount in net.sourceforge.queried.gametypes.ETServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE54Medium

net.sourceforge.queried.gametypes.HLServerInfo

BugCategoryDetailsLinePriority
Possible null pointer dereference of buf in net.sourceforge.queried.gametypes.HLServerInfo.getDetails(int, String, int, int, int, int) on exception pathCORRECTNESSNP_NULL_ON_SOME_PATH_EXCEPTION100Medium
Possible null pointer dereference of buf in net.sourceforge.queried.gametypes.HLServerInfo.getPlayers(int, String, int, int, int, int) on exception pathCORRECTNESSNP_NULL_ON_SOME_PATH_EXCEPTION43Medium

net.sourceforge.queried.gametypes.SOF2Q3ServerInfo

BugCategoryDetailsLinePriority
Dead store to playerCount in net.sourceforge.queried.gametypes.SOF2Q3ServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE52Medium

net.sourceforge.queried.gametypes.SourceServerInfo

BugCategoryDetailsLinePriority
Dead store to playerFrags in net.sourceforge.queried.gametypes.SourceServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE39High
Dead store to playerNames in net.sourceforge.queried.gametypes.SourceServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE38High

net.sourceforge.queried.gametypes.UTServerInfo

BugCategoryDetailsLinePriority
Dead store to playerCount in net.sourceforge.queried.gametypes.UTServerInfo.getPlayers(int, String, int, int, int, int)STYLEDLS_DEAD_LOCAL_STORE45Medium