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
109400

Files

ClassBugs
com.pyx4me.inet.InetCanvas1
com.pyx4me.inet.InetController1
com.pyx4me.inet.InetDataReceiver1
com.pyx4me.inet.InetMIDlet1

com.pyx4me.inet.InetCanvas

BugCategoryDetailsLine
com.pyx4me.inet.InetCanvas.InetCanvas() invokes java.lang.Thread.start()MT_CORRECTNESSSC_START_IN_CTOR11

com.pyx4me.inet.InetController

BugCategoryDetailsLine
Inconsistent synchronization of com.pyx4me.inet.InetController.stoped; locked 50% of timeMT_CORRECTNESSIS2_INCONSISTENT_SYNC111

com.pyx4me.inet.InetDataReceiver

BugCategoryDetailsLine
com.pyx4me.inet.InetDataReceiver.InetDataReceiver(String, DataListener) invokes java.lang.Thread.start()MT_CORRECTNESSSC_START_IN_CTOR37

com.pyx4me.inet.InetMIDlet

BugCategoryDetailsLine
Field InetMIDlet.canvas masks field in superclass com.pyx4me.core.CoreMIDletCORRECTNESSMF_CLASS_MASKS_FIELDNot available