Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.953 | local_variable_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 113 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameEnumConstProcessor.java |
2 | 1 | 366 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameLocalVariableProcessor.java |
3 | 1 | 710 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameMethodProcessor.java |
4 | 1 | 172 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java |
| ||||
final JavaRefactoringDescriptor descriptor = new JavaRefactoringDescriptor(ID_RENAME_ENUM_CONSTANT, project, description, comment, arguments, flags) |
| ||||
final JavaRefactoringDescriptor descriptor = new JavaRefactoringDescriptor(ID_RENAME_LOCAL_VARIABLE, project, description, comment, arguments, RefactoringDescriptor.NONE) |
| ||||
final JavaRefactoringDescriptor descriptor = new JavaRefactoringDescriptor(ID_RENAME_METHOD, project, description, comment, arguments, flags) |
| ||||
final JavaRefactoringDescriptor descriptor = new JavaRefactoringDescriptor(ID_RENAME_SOURCE_FOLDER, project, description, comment, arguments, RefactoringDescriptor.NONE) |
| |||
final JavaRefactoringDescriptor descriptor = new JavaRefactoringDescriptor( [[#variable9dc81d80]], project, description, comment, arguments, [[#variable9dc81f00]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dc81d80]] | ID_RENAME_ENUM_CONSTANT |
1 | 2 | [[#9dc81d80]] | ID_RENAME_LOCAL_VARIABLE |
1 | 3 | [[#9dc81d80]] | ID_RENAME_METHOD |
1 | 4 | [[#9dc81d80]] | ID_RENAME_SOURCE_FOLDER |
2 | 1 | [[#9dc81f00]] | flags |
2 | 2 | [[#9dc81f00]] | RefactoringDescriptor.NONE |
2 | 3 | [[#9dc81f00]] | flags |
2 | 4 | [[#9dc81f00]] | RefactoringDescriptor.NONE |