CloneSet4391


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15582
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java
25589
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java
Clone Instance
1
Line Count
5
Source Line
582
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java

                        if (fReferencesToTypesInNamesakes.size() != 0) {
                                for (Iterator iter = fReferencesToTypesInNamesakes.iterator(); iter.hasNext();) {
                                        SearchResultGroup referencesToTypesInNamesakes = (SearchResultGroup) iter.next();
                                        addTypeImports(referencesToTypesInNamesakes);
                                        pm.worked(1);
                                }
                        }


Clone Instance
2
Line Count
5
Source Line
589
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java

                        if (fReferencesToTypesInPackage.size() != 0) {
                                for (Iterator iter = fReferencesToTypesInPackage.iterator(); iter.hasNext();) {
                                        SearchResultGroup namesakeReferencesToPackage = (SearchResultGroup) iter.next();
                                        updateTypeImports(namesakeReferencesToPackage);
                                        pm.worked(1);
                                }
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable58ff4e40]].size() != 0) {
  for (Iterator iter = [[#variable58ff4e40]].iterator(); iter.hasNext();) {
    SearchResultGroup  [[#variable58ff4de0]]= (SearchResultGroup) iter.next();
     [[#variable58ff4d80]]( [[#variable58ff4de0]]);
    pm.worked(1);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ff4e40]]
fReferencesToTypesInPackage 
12[[#58ff4e40]]
fReferencesToTypesInNamesakes 
21[[#58ff4de0]]
namesakeReferencesToPackage 
22[[#58ff4de0]]
referencesToTypesInNamesakes 
31[[#58ff4d80]]
updateTypeImports 
32[[#58ff4d80]]
addTypeImports