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 |
---|
26 | 6 | 0 | 0 |
org.jomc.sdk.model.ItemType
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.ItemType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 83 | Medium |
org.jomc.sdk.model.ListType
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.ListType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 78 | Medium |
org.jomc.sdk.model.MapType
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.MapType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 91 | Medium |
org.jomc.sdk.model.MapType$Entry
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.MapType$Entry.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 693 | Medium |
org.jomc.sdk.model.SchemaType
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.SchemaType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 84 | Medium |
org.jomc.sdk.model.SchemasType
Bug | Category | Details | Line | Priority |
---|
org.jomc.sdk.model.SchemasType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 80 | Medium |