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.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 775 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
2 | 5 | 780 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
{ MethodInvocation methodImpl = (MethodInvocation) invocationNode; arguments = methodImpl.arguments(); sender = methodImpl.getExpression(); isSuperInvocation = false; } |
| ||||
{ SuperMethodInvocation methodImpl = (SuperMethodInvocation) invocationNode; arguments = methodImpl.arguments(); sender = methodImpl.getQualifier(); isSuperInvocation = true; } |
| |||
{ [[#variable5adea1c0]] methodImpl = ( [[#variable5adea1c0]]) invocationNode; arguments = methodImpl.arguments(); sender = methodImpl. [[#variable5adea140]](); isSuperInvocation = [[#variable5adea0e0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5adea1c0]] | MethodInvocation |
1 | 2 | [[#5adea1c0]] | SuperMethodInvocation |
2 | 1 | [[#5adea140]] | getExpression |
2 | 2 | [[#5adea140]] | getQualifier |
3 | 1 | [[#5adea0e0]] | false |
3 | 2 | [[#5adea0e0]] | true |