| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 1 | 0.983 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 187 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ObjectReferenceImpl.java |
| 2 | 4 | 888 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
| 3 | 4 | 69 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/StackFrameImpl.java |
| ||||
{
ArrayList list = new ArrayList(1);
list.add(field);
return (ValueImpl) getValues(list).get(field);
}
|
| ||||
{
ArrayList list = new ArrayList(1);
list.add(field);
return (ValueImpl) getValues(list).get(field);
}
|
| ||||
{
ArrayList list = new ArrayList(1);
list.add(variable);
return (ValueImpl) getValues(list).get(variable);
}
|
| |||
{
ArrayList list = new ArrayList(1);
list.add( [[#variable58b02040]]);
return (ValueImpl) getValues(list).get( [[#variable58b02040]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58b02040]] | field |
| 1 | 2 | [[#58b02040]] | variable |
| 1 | 3 | [[#58b02040]] | field |