FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
113600

com.siemens.mp.color_game.Sprite

BugCategoryDetailsLine
Unused field: com.siemens.mp.color_game.Sprite.t_currentTransformationPERFORMANCEUUF_UNUSED_FIELDNot available

com.siemens.mp.game.GraphicObjectManager

BugCategoryDetailsLine
Should com.siemens.mp.game.GraphicObjectManager.createTextureBits(int, int, byte[]) return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS44

com.siemens.mp.game.TiledBackground

BugCategoryDetailsLine
com.siemens.mp.game.TiledBackground.TiledBackground(Image, Image, byte[], int, int) may expose internal representation by storing an externally mutable object into TiledBackground.mapMALICIOUS_CODEEI_EXPOSE_REP261

com.siemens.mp.io.File

BugCategoryDetailsLine
com.siemens.mp.io.File.open(String) may fail to close streamBAD_PRACTICEOS_OPEN_STREAM100
Should com.siemens.mp.io.File.list(String) return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS85

com.siemens.mp.io.File$FileInfo

BugCategoryDetailsLine
Should com.siemens.mp.io.File$FileInfo be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC178-181