Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.956 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 278 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java |
2 | 4 | 284 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java |
| ||||
public IResource getRefactoredResource(IResource element) { if (fRenameTypeProcessor == null) return element; return fRenameTypeProcessor.getRefactoredResource(element); } |
| ||||
public IJavaElement getRefactoredJavaElement(IJavaElement element) { if (fRenameTypeProcessor == null) return element; return fRenameTypeProcessor.getRefactoredJavaElement(element); } |
| |||
public [[#variable4f059fc0]] [[#variable4f059f20]]( [[#variable4f059fc0]] element) { if (fRenameTypeProcessor == null) return element; return fRenameTypeProcessor. [[#variable4f059f20]](element); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f059fc0]] | IResource |
1 | 2 | [[#4f059fc0]] | IJavaElement |
2 | 1 | [[#4f059f20]] | getRefactoredResource |
2 | 2 | [[#4f059f20]] | getRefactoredJavaElement |