FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
1700

org.jdtaus.core.lang.ri.DefaultMemoryManager

BugCategoryDetailsLinePriority
org.jdtaus.core.lang.ri.DefaultMemoryManager.forceGarbageCollection(int) forces garbage collection; extremely dubious except in benchmarking codePERFORMANCEDM_GC580High
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateChars(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG336Medium
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateDoubles(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG424Medium
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateFloats(int)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG380Medium
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