FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
61 7 0 67

Files

Class Bugs
org.gearman.client.GearmanJobImpl 1
org.gearman.common.GearmanJobServerSession 2
org.gearman.example.DigestClient 1
org.gearman.example.ReverseFunction 1
org.gearman.worker.AbstractGearmanFunction 1
org.gearman.worker.GearmanWorkerImpl 1

org.gearman.client.GearmanJobImpl

Bug Category Details Line Priority
Found reliance on default encoding in org.gearman.client.GearmanJobImpl.getID(): String.getBytes() I18N DM_DEFAULT_ENCODING 105 High

org.gearman.common.GearmanJobServerSession

Bug Category Details Line Priority
Found reliance on default encoding in org.gearman.common.GearmanJobServerSession.handleReqSessionEvent(GearmanSessionEvent): String.getBytes() I18N DM_DEFAULT_ENCODING 291 High
Found reliance on default encoding in org.gearman.common.GearmanJobServerSession.handleTypeMismatch(String, String): String.getBytes() I18N DM_DEFAULT_ENCODING 411 High

org.gearman.example.DigestClient

Bug Category Details Line Priority
Found reliance on default encoding in org.gearman.example.DigestClient.digest(byte[]): String.getBytes() I18N DM_DEFAULT_ENCODING 38 High

org.gearman.example.ReverseFunction

Bug Category Details Line Priority
Found reliance on default encoding in org.gearman.example.ReverseFunction.executeFunction(): String.getBytes() I18N DM_DEFAULT_ENCODING 19 High

org.gearman.worker.AbstractGearmanFunction

Bug Category Details Line Priority
Found reliance on default encoding in org.gearman.worker.AbstractGearmanFunction.call(): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 134 High

org.gearman.worker.GearmanWorkerImpl

Bug Category Details Line Priority
Exceptional return value of java.util.concurrent.ExecutorService.submit(Callable) ignored in org.gearman.worker.GearmanWorkerImpl.submitFunction(GearmanFunction) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 559 Medium