CloneSet3233


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.975statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13460
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java
23972
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java
Clone Instance
1
Line Count
3
Source Line
460
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java

                copyReturnType(rewriter.getASTRewrite(), getDeclaringType().getCompilationUnit(), methodToCreateStubFor, newMethod, mapping);
                copyParameters(rewriter.getASTRewrite(), getDeclaringType().getCompilationUnit(), methodToCreateStubFor, newMethod, mapping);
                copyThrownExceptions(methodToCreateStubFor, newMethod);


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

                copyReturnType(targetRewrite.getASTRewrite(), getDeclaringType().getCompilationUnit(), oldMethod, newMethod, mapping);
                copyParameters(targetRewrite.getASTRewrite(), getDeclaringType().getCompilationUnit(), oldMethod, newMethod, mapping);
                copyThrownExceptions(oldMethod, newMethod);


Clone AbstractionParameter Count: 2Parameter Bindings

copyReturnType( [[#variable78b47720]].getASTRewrite(), getDeclaringType().getCompilationUnit(),  [[#variable78b462a0]], newMethod, mapping);
copyParameters( [[#variable78b47720]].getASTRewrite(), getDeclaringType().getCompilationUnit(),  [[#variable78b462a0]], newMethod, mapping);
copyThrownExceptions( [[#variable78b462a0]], newMethod);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78b47720]]
rewriter 
12[[#78b47720]]
targetRewrite 
21[[#78b462a0]]
methodToCreateStubFor 
22[[#78b462a0]]
oldMethod