Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 156 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/FieldImpl.java |
2 | 5 | 650 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
| ||||
// See Events FIELD_ACCESS and FIELD_MODIFICATION (refTypeTag + typeID + fieldID). ReferenceTypeImpl referenceType = ReferenceTypeImpl.readWithTypeTag(target, in); if (referenceType == null) return null; JdwpFieldID ID = new JdwpFieldID(vmImpl); |
| ||||
// See Location. ReferenceTypeImpl referenceType = ReferenceTypeImpl.readWithTypeTag(target, in); if (referenceType == null) return null; JdwpMethodID ID = new JdwpMethodID(vmImpl); |
| |||
// See Location. // See Events FIELD_ACCESS and FIELD_MODIFICATION (refTypeTag + typeID + fieldID). ReferenceTypeImpl referenceType = ReferenceTypeImpl.readWithTypeTag(target, in); if (referenceType == null) return null; [[#variable9d70e1e0]] ID = new [[#variable9d70e1e0]](vmImpl); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d70e1e0]] | JdwpMethodID |
1 | 2 | [[#9d70e1e0]] | JdwpFieldID |