Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.976 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 97 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java |
2 | 6 | 165 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
| ||||
public String getProcessorName() { return RefactoringCoreMessages.RenameCompilationUnitRefactoring_name; } protected String[] getAffectedProjectNatures() throws CoreException { return JavaProcessors.computeAffectedNatures(fCu); } |
| ||||
public String getProcessorName() { return RefactoringCoreMessages.RenameFieldRefactoring_name; } protected String[] getAffectedProjectNatures() throws CoreException { return JavaProcessors.computeAffectedNatures(fField); } |
| |||
public String getProcessorName() { return RefactoringCoreMessages. [[#variableba8e1480]]; } protected String[] getAffectedProjectNatures() throws CoreException { return JavaProcessors.computeAffectedNatures( [[#variableba8e0ae0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba8e1480]] | RenameCompilationUnitRefactoring_name |
1 | 2 | [[#ba8e1480]] | RenameFieldRefactoring_name |
2 | 1 | [[#ba8e0ae0]] | fCu |
2 | 2 | [[#ba8e0ae0]] | fField |