CloneSet5066


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.950statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14186
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameNonVirtualMethodProcessor.java
241843
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
34939
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java
Clone Instance
1
Line Count
4
Source Line
186
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameNonVirtualMethodProcessor.java

                        DelegateMethodCreator creator = new DelegateMethodCreator();
                        creator.setDeclaration(methodDeclaration);
                        creator.setDeclareDeprecated(getDeprecateDelegates());
                        creator.setSourceRewrite(rewrite);


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

                        DelegateMethodCreator creator = new DelegateMethodCreator();
                        creator.setDeclaration(fMethDecl);
                        creator.setDeclareDeprecated(fDelegateDeprecation);
                        creator.setSourceRewrite(fCuRewrite);


Clone Instance
3
Line Count
4
Source Line
939
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java

                                        DelegateMethodCreator creator = new DelegateMethodCreator();
                                        creator.setDeclaration(declaration);
                                        creator.setDeclareDeprecated(fDelegateDeprecation);
                                        creator.setSourceRewrite(fSource);


Clone AbstractionParameter Count: 3Parameter Bindings

DelegateMethodCreator creator = new DelegateMethodCreator();
creator.setDeclaration( [[#variable9d724c80]]);
creator.setDeclareDeprecated( [[#variable5edfb040]]);
creator.setSourceRewrite( [[#variable9d724ce0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d724c80]]
declaration 
12[[#9d724c80]]
fMethDecl 
13[[#9d724c80]]
methodDeclaration 
21[[#5edfb040]]
fDelegateDeprecation 
22[[#5edfb040]]
fDelegateDeprecation 
23[[#5edfb040]]
getDeprecateDelegates() 
31[[#9d724ce0]]
fSource 
32[[#9d724ce0]]
fCuRewrite 
33[[#9d724ce0]]
rewrite