FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
138500

Files

ClassBugs
org.microemu.cldc.file.FileSystem1
org.microemu.cldc.file.FileSystemFileConnection3
org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction1

org.microemu.cldc.file.FileSystem

BugCategoryDetailsLine
FileSystem.impl not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.microemu.cldc.file.FileSystemFileConnection

BugCategoryDetailsLine
org.microemu.cldc.file.FileSystemFileConnection.setReadable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR520
org.microemu.cldc.file.FileSystemFileConnection.setWritable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR533
Load of known null value in org.microemu.cldc.file.FileSystemFileConnection.listPrivileged(String, boolean)STYLENP_LOAD_OF_KNOWN_NULL_VALUE369

org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction

BugCategoryDetailsLine
org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction.run() invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR111