Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 319 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
2 | 2 | 450 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
MethodInvocation invocation = ast.newMethodInvocation(); invocation.setName(ast.newSimpleName(methodBinding.getName())); |
| ||||
MethodInvocation newInv = ast.newMethodInvocation(); newInv.setName(ast.newSimpleName(curr.getName())); |
| |||
MethodInvocation [[#variableb91bb240]]= ast.newMethodInvocation(); [[#variableb91bb240]].setName(ast.newSimpleName( [[#variableb91bacc0]].getName())); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b91bb240]] | invocation |
1 | 2 | [[#b91bb240]] | newInv |
2 | 1 | [[#b91bacc0]] | methodBinding |
2 | 2 | [[#b91bacc0]] | curr |