Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.968 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1907 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
2 | 2 | 969 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
rewrite.replace(expression, inversedExpression, null); // set new name rewrite.replace(name, newName, null); |
| ||||
rewrite.replace(expression, node, null); rewrite.replace(accessExpression, parents, null); |
| |||
rewrite.replace(expression, [[#variable5b3c3740]], null); // set new name rewrite.replace( [[#variable5b3c3680]], [[#variable5b3e1280]], null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b3c3740]] | node |
1 | 2 | [[#5b3c3740]] | inversedExpression |
2 | 1 | [[#5b3c3680]] | accessExpression |
2 | 2 | [[#5b3c3680]] | name |
3 | 1 | [[#5b3e1280]] | parents |
3 | 2 | [[#5b3e1280]] | newName |