CloneSet6000


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1310.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11167
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java
21725
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java
31763
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java
Clone Instance
1
Line Count
1
Source Line
167
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java

                        // need a working copy to tell the parser where to resolve (package visible) types
                        ICompilationUnit wc = fMethod.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() {
                                                                                                                  /*subclass*/
                                                                                          },                                     null, new NullProgressMonitor());


Clone Instance
2
Line Count
1
Source Line
725
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java

                        ICompilationUnit wc = typeHandle.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() {
                                                                                                                     /*subclass*/
                                                                                             },                                     null, new NullProgressMonitor());


Clone Instance
3
Line Count
1
Source Line
763
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java

                        ICompilationUnit wc = typeHandle.getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() {
                                                                                                                     /*subclass*/
                                                                                             },                                     null, new NullProgressMonitor());


Clone AbstractionParameter Count: 1Parameter Bindings

// need a working copy to tell the parser where to resolve (package visible) types
ICompilationUnit wc = [[#variable76cc6020]].getCompilationUnit().getWorkingCopy(new WorkingCopyOwner() {
                                                                                /*subclass*/
                                                                                }, null, new NullProgressMonitor());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76cc6020]]
typeHandle 
12[[#76cc6020]]
fMethod 
13[[#76cc6020]]
typeHandle