The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.jdtaus.core.lang.ri.DefaultMemoryManager | 4 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| org.jdtaus.core.lang.ri.DefaultMemoryManager.forceGarbageCollection(int) forces garbage collection; extremely dubious except in benchmarking code | PERFORMANCE | DM_GC | 582 | High | 
| Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateIntegers(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 247 | Medium | 
| Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateLongs(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 292 | Medium | 
| Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateShorts(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 204 | Medium |