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
140500

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_CTOR561
org.microemu.cldc.file.FileSystemFileConnection.setWritable(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR574
Load of known null value in org.microemu.cldc.file.FileSystemFileConnection.listPrivileged(String, boolean)STYLENP_LOAD_OF_KNOWN_NULL_VALUE384

org.microemu.cldc.file.FileSystemFileConnection$PrivilegedBooleanAction

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