The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jomc.sequences.model.SequenceType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 89 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jomc.sequences.model.SequencesType.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 106 | Medium |