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.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 627 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java |
2 | 5 | 633 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java |
| ||||
if ((flags& IJavaElementDelta.F_MOVED_FROM) != 0) { if (prev) buffer.append(" | "); //$NON-NLS-1$ buffer.append("MOVED_FROM(" + ((JavaElement) getMovedFromElement()).toStringWithAncestors() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ prev = true; } |
| ||||
if ((flags& IJavaElementDelta.F_MOVED_TO) != 0) { if (prev) buffer.append(" | "); //$NON-NLS-1$ buffer.append("MOVED_TO(" + ((JavaElement) getMovedToElement()).toStringWithAncestors() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ prev = true; } |
| |||
if ((flags&IJavaElementDelta. [[#variablea3491c00]]) != 0) { if (prev) buffer.append(" | "); //$NON-NLS-1$ buffer.append( [[#variablea3491b60]] + ((JavaElement) [[#variablea3491ae0]]()).toStringWithAncestors() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ prev = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3491c00]] | F_MOVED_FROM |
1 | 2 | [[#a3491c00]] | F_MOVED_TO |
2 | 1 | [[#a3491b60]] | "MOVED_FROM(" |
2 | 2 | [[#a3491b60]] | "MOVED_TO(" |
3 | 1 | [[#a3491ae0]] | getMovedFromElement |
3 | 2 | [[#a3491ae0]] | getMovedToElement |