The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Class | Bugs |
---|---|
org.andromda.translation.ocl.validation.OCLCollections | 1 |
org.andromda.translation.ocl.validation.OCLExpressions | 2 |
org.andromda.translation.ocl.validation.ValidationJavaTranslator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
There is an apparent infinite recursive loop in org.andromda.translation.ocl.validation.OCLCollections.sum(Object) | CORRECTNESS | IL_INFINITE_RECURSIVE_LOOP | 249 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.andromda.translation.ocl.validation.OCLExpressions.lessOrEqual(int, Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 690 | Medium |
org.andromda.translation.ocl.validation.OCLExpressions.lessOrEqual(short, Object) invokes inefficient new Short(short) constructor; use Short.valueOf(short) instead | PERFORMANCE | DM_NUMBER_CTOR | 707 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Load of known null value in org.andromda.translation.ocl.validation.ValidationJavaTranslator.<static initializer for ValidationJavaTranslator>() | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 40 | Medium |