Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 605 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
2 | 6 | 398 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
for (int i = 0; i < nrOfElements; i++) { InterfaceTypeImpl ref = InterfaceTypeImpl.read(this, replyData); if (ref == null) { continue ; } elements.add(ref); } |
| ||||
for (int i = 0; i < nrOfElements; i++) { ThreadReferenceImpl elt = ThreadReferenceImpl.read(this, replyData); if (elt == null) { continue ; } elements.add(elt); } |
| |||
for (int i = 0; i < nrOfElements; i++) { [[#variableb0d88280]] [[#variableb0d88300]]= [[#variableb0d88280]].read(this, replyData); if ( [[#variableb0d88300]]== null) { continue ; } elements.add( [[#variableb0d88300]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0d88280]] | InterfaceTypeImpl |
1 | 2 | [[#b0d88280]] | ThreadReferenceImpl |
2 | 1 | [[#b0d88300]] | ref |
2 | 2 | [[#b0d88300]] | elt |