Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 326 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java |
2 | 3 | 329 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/PotentialProgrammingProblemsFix.java |
| ||||
{ IMethod method = (IMethod) child; findTypesWithoutSerialVersionId(method.getChildren(), serializable, externalizable, qualifiedClassNames); } |
| ||||
{ IField field = (IField) child; findTypesWithoutSerialVersionId(field.getChildren(), serializable, externalizable, qualifiedClassNames); } |
| |||
{ [[#variable5a934ee0]] [[#variable5a934ec0]]= ( [[#variable5a934ee0]]) child; findTypesWithoutSerialVersionId( [[#variable5a934ec0]].getChildren(), serializable, externalizable, qualifiedClassNames); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a934ee0]] | IMethod |
1 | 2 | [[#5a934ee0]] | IField |
2 | 1 | [[#5a934ec0]] | method |
2 | 2 | [[#5a934ec0]] | field |