| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 0 | 1.000 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 292 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/HierarchyScope.java |
| 2 | 5 | 137 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaLaunchableTester.java |
| ||||
if (element instanceof IType) {
type = (IType) element;
}
else if (element instanceof IMember) {
type = ((IMember) element).getDeclaringType();
}
|
| ||||
if (element instanceof IType) {
type = (IType) element;
}
else
if (element instanceof IMember) {
type = ((IMember) element).getDeclaringType();
}
|
| |||
if (element instanceof IType) {
type = (IType) element;
}
else
if (element instanceof IMember) {
type = ((IMember) element).getDeclaringType();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||