| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.988 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 353 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| 2 | 2 | 1230 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
if (this.focusType != null) {
System.out.println(" for hierarchy focused on " + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
}
|
| ||||
if (this.focusType != null) {
System.out.println(" on type " + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
}
|
| |||
if (this.focusType != null) {
System.out.println( [[#variablec2ab4180]] + ((JavaElement) this.focusType).toStringWithAncestors()); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c2ab4180]] | " for hierarchy focused on " |
| 1 | 2 | [[#c2ab4180]] | " on type " |