| 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 | 873 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| 2 | 2 | 883 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| ||||
binding = ((VariableDeclaration) ((VariableDeclarationStatement) node).fragments().get(0)).resolveBinding();
node = target.findDeclaringNode(binding.getKey());
|
| ||||
binding = ((VariableDeclaration) ((FieldDeclaration) node).fragments().get(0)).resolveBinding();
node = target.findDeclaringNode(binding.getKey());
|
| |||
binding = ((VariableDeclaration) (( [[#variable76c404e0]]) node).fragments().get(0)).resolveBinding(); node = target.findDeclaringNode(binding.getKey()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#76c404e0]] | VariableDeclarationStatement |
| 1 | 2 | [[#76c404e0]] | FieldDeclaration |