Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.964 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 743 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
2 | 2 | 747 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
| ||||
private void addGetterOccurrences(IProgressMonitor pm, RefactoringStatus status) throws CoreException { addAccessorOccurrences(pm, getGetter(), RefactoringCoreMessages.RenameFieldRefactoring_Update_getter_occurrence, getNewGetterName(), status); } |
| ||||
private void addSetterOccurrences(IProgressMonitor pm, RefactoringStatus status) throws CoreException { addAccessorOccurrences(pm, getSetter(), RefactoringCoreMessages.RenameFieldRefactoring_Update_setter_occurrence, getNewSetterName(), status); } |
| |||
private void [[#variable63521720]](IProgressMonitor pm, RefactoringStatus status) throws CoreException { addAccessorOccurrences(pm, [[#variable63521680]](), RefactoringCoreMessages. [[#variable635215e0]], [[#variable63521540]](), status); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63521720]] | addGetterOccurrences |
1 | 2 | [[#63521720]] | addSetterOccurrences |
2 | 1 | [[#63521680]] | getGetter |
2 | 2 | [[#63521680]] | getSetter |
3 | 1 | [[#635215e0]] | RenameFieldRefactoring_Update_getter_occurrence |
3 | 2 | [[#635215e0]] | RenameFieldRefactoring_Update_setter_occurrence |
4 | 1 | [[#63521540]] | getNewGetterName |
4 | 2 | [[#63521540]] | getNewSetterName |