Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 431 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
2 | 1 | 433 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
| ||||
return NodeFinder.perform(root, offset, length, (ICompilationUnit) unit); |
| ||||
return NodeFinder.perform(root, offset, length, (IClassFile) unit); |
| |||
return NodeFinder.perform(root, offset, length, ( [[#variable78a80880]]) unit); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78a80880]] | IClassFile |
1 | 2 | [[#78a80880]] | ICompilationUnit |