| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.950 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 93 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/InterfaceTypeImpl.java |
| 2 | 5 | 117 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/InterfaceTypeImpl.java |
| ||||
{
ClassTypeImpl classType = (ClassTypeImpl) refType;
List interfaces = classType.interfaces();
if (interfaces.contains(this )) {
implementors. add(classType);
}
}
|
| ||||
{
InterfaceTypeImpl interFaceType = (InterfaceTypeImpl) refType;
List interfaces = interFaceType.superinterfaces();
if (interfaces.contains(this )) {
implementors.add(interFaceType);
}
}
|
| |||
{
[[#variable753f4f00]] [[#variable761a76a0]]= ( [[#variable753f4f00]]) refType;
List interfaces = [[#variable761a76a0]]. [[#variable753f52e0]]();
if (interfaces.contains(this )) {
implementors.add( [[#variable761a76a0]]);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#753f4f00]] | InterfaceTypeImpl |
| 1 | 2 | [[#753f4f00]] | ClassTypeImpl |
| 2 | 1 | [[#761a76a0]] | interFaceType |
| 2 | 2 | [[#761a76a0]] | classType |
| 3 | 1 | [[#753f52e0]] | superinterfaces |
| 3 | 2 | [[#753f52e0]] | interfaces |