The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.jdtaus.core.lang.ri.DefaultMemoryManager | 7 |
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 | 580 | High |
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateChars(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 336 | Medium |
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateDoubles(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 424 | Medium |
Result of integer multiplication cast to long in org.jdtaus.core.lang.ri.DefaultMemoryManager.allocateFloats(int) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 380 | Medium |
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 |