Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1161 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
2 | 2 | 1349 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
Expression arg = (Expression) arguments.get(idx); String name = arg instanceof SimpleName ? ((SimpleName) arg).getIdentifier(): null; |
| ||||
Expression arg = (Expression) arguments.get(diffIndex); String name = arg instanceof SimpleName ? ((SimpleName) arg).getIdentifier(): null; |
| |||
Expression arg = (Expression) arguments.get( [[#variable9062b860]]); String name = arg instanceof SimpleName ? ((SimpleName) arg).getIdentifier(): null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9062b860]] | idx |
1 | 2 | [[#9062b860]] | diffIndex |