Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 865 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
2 | 1 | 881 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
3 | 1 | 888 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
4 | 1 | 939 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| ||||
rewriteTypeOccurrence(estimate, rewrite, ((SingleVariableDeclaration) node).getType(), group); |
| ||||
rewriteTypeOccurrence(estimate, rewrite, ((MethodDeclaration) node).getReturnType2(), group); |
| ||||
rewriteTypeOccurrence(estimate, rewrite, ((FieldDeclaration) node).getType(), group); |
| ||||
rewriteTypeOccurrence(estimate, rewrite, ((CastExpression) node).getType(), group); |
| |||
rewriteTypeOccurrence(estimate, rewrite, (( [[#variable57421f60]]) node). [[#variable57421ee0]](), group); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57421f60]] | SingleVariableDeclaration |
1 | 2 | [[#57421f60]] | MethodDeclaration |
1 | 3 | [[#57421f60]] | FieldDeclaration |
1 | 4 | [[#57421f60]] | CastExpression |
2 | 1 | [[#57421ee0]] | getType |
2 | 2 | [[#57421ee0]] | getReturnType2 |
2 | 3 | [[#57421ee0]] | getType |
2 | 4 | [[#57421ee0]] | getType |