FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
1400

org.jdtaus.core.lang.ri.DefaultMemoryManager

BugCategoryDetailsLinePriority
org.jdtaus.core.lang.ri.DefaultMemoryManager.forceGarbageCollection(int) forces garbage collection; extremely dubious except in benchmarking codePERFORMANCEDM_GC582High
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateIntegers(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG247Medium
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateLongs(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG292Medium
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateShorts(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG204Medium