CloneSet8312


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.977statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12852
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java
22862
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java
Clone Instance
1
Line Count
2
Source Line
852
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java

                                fParamIndex = ((MethodDeclaration) grandParent).parameters().indexOf(parent);
                                fParamName = singleVariableDeclaration.getName().getIdentifier();


Clone Instance
2
Line Count
2
Source Line
862
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java

                                fParamIndex = ((MethodDeclaration) greatGrandParent).parameters().indexOf(grandParent);
                                fParamName = singleVariableDeclaration.getName().getIdentifier();


Clone AbstractionParameter Count: 2Parameter Bindings

fParamIndex = ((MethodDeclaration)  [[#variable95843ce0]]).parameters().indexOf( [[#variable95843ca0]]);
fParamName = singleVariableDeclaration.getName().getIdentifier();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95843ce0]]
grandParent 
12[[#95843ce0]]
greatGrandParent 
21[[#95843ca0]]
parent 
22[[#95843ca0]]
grandParent