| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.990 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 105 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TempDeclarationFinder.java |
| 2 | 4 | 110 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TempDeclarationFinder.java |
| ||||
if (getSelection().coveredBy(declarationRange))
return addNodeAndStop(vd);
else
return super.visitNode(vd);
|
| ||||
if (getSelection().coveredBy(vd))
return addNodeAndStop(vd);
else
return super.visitNode(vd);
|
| |||
if (getSelection().coveredBy( [[#variable59b09640]])) return addNodeAndStop(vd); else return super.visitNode(vd); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#59b09640]] | declarationRange |
| 1 | 2 | [[#59b09640]] | vd |