CloneSet3251


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

                                CollectingSearchRequestor csr = new CollectingSearchRequestor();

                                SearchResultGroup[] groups = RefactoringSearchEngine.search(
                                         pattern, 
                                         null, 
                                         scope, 
                                         csr, 
                                         new SubProgressMonitor(pm, 80), 
                                         new RefactoringStatus()                           ); //TODO: deal with errors from non-CU matches

                                fAffectedUnits = getCus(groups);


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

                        CollectingSearchRequestor csr = new CollectingSearchRequestor();
                        SearchResultGroup[] groups =
                                RefactoringSearchEngine.search(pattern, null, scope, csr, new SubProgressMonitor(pm, 100), 
                                                new RefactoringStatus()); //TODO: deal with errors from non-CU matches
                        fAffectedUnits = getCus(groups);


Clone AbstractionParameter Count: 1Parameter Bindings

CollectingSearchRequestor csr = new CollectingSearchRequestor();
SearchResultGroup[] groups = RefactoringSearchEngine.search(pattern, null, scope, csr, new SubProgressMonitor(pm,  [[#variable55b6f580]]), new RefactoringStatus()); //TODO: deal with errors from non-CU matches
fAffectedUnits = getCus(groups);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55b6f580]]
100 
12[[#55b6f580]]
80