Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 582 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamePackageProcessor.java |
2 | 5 | 589 | 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); } } |
| ||||
if (fReferencesToTypesInPackage.size() != 0) { for (Iterator iter = fReferencesToTypesInPackage.iterator(); iter.hasNext();) { SearchResultGroup namesakeReferencesToPackage = (SearchResultGroup) iter.next(); updateTypeImports(namesakeReferencesToPackage); pm.worked(1); } } |
| |||
if ( [[#variable58ff4e40]].size() != 0) { for (Iterator iter = [[#variable58ff4e40]].iterator(); iter.hasNext();) { SearchResultGroup [[#variable58ff4de0]]= (SearchResultGroup) iter.next(); [[#variable58ff4d80]]( [[#variable58ff4de0]]); pm.worked(1); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58ff4e40]] | fReferencesToTypesInPackage |
1 | 2 | [[#58ff4e40]] | fReferencesToTypesInNamesakes |
2 | 1 | [[#58ff4de0]] | namesakeReferencesToPackage |
2 | 2 | [[#58ff4de0]] | referencesToTypesInNamesakes |
3 | 1 | [[#58ff4d80]] | updateTypeImports |
3 | 2 | [[#58ff4d80]] | addTypeImports |