FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|
| 11 | 7 | 0 | 0 |
org.jomc.standalone.model.ExceptionType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.ExceptionType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 87 | Medium |
org.jomc.standalone.model.ExceptionsType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.ExceptionsType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 81 | Medium |
org.jomc.standalone.model.MethodType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.MethodType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 84 | Medium |
org.jomc.standalone.model.MethodsType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.MethodsType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 82 | Medium |
org.jomc.standalone.model.ParameterType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.ParameterType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 78 | Medium |
org.jomc.standalone.model.ParametersType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.ParametersType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 78 | Medium |
org.jomc.standalone.model.TransactionType
| Bug | Category | Details | Line | Priority |
|---|
| org.jomc.standalone.model.TransactionType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 82 | Medium |