Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 133 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java |
2 | 3 | 287 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java |
| ||||
if (receiver != null) invocation.setExpression((Expression) fRewriter.createCopyTarget(receiver)); List arguments = invocation.arguments(); |
| ||||
if (receiver != null) invocation.setExpression((Expression) fRewriter.createCopyTarget(receiver)); InfixExpression argument = ast.newInfixExpression(); |
| |||
if (receiver != null) invocation.setExpression((Expression) fRewriter.createCopyTarget(receiver)); [[#variable5a696080]] [[#variable5a51b140]]= [[#variable5a696000]]. [[#variable5a5f8ec0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a696080]] | List |
1 | 2 | [[#5a696080]] | InfixExpression |
2 | 1 | [[#5a51b140]] | arguments |
2 | 2 | [[#5a51b140]] | argument |
3 | 1 | [[#5a696000]] | invocation |
3 | 2 | [[#5a696000]] | ast |
4 | 1 | [[#5a5f8ec0]] | arguments |
4 | 2 | [[#5a5f8ec0]] | newInfixExpression |