Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 100 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
2 | 5 | 977 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
private static final String ATTRIBUTE_RENAME_GETTER = "getter"; //$NON-NLS-1$ private static final String ATTRIBUTE_RENAME_SETTER = "setter"; //$NON-NLS-1$ private static final String ATTRIBUTE_DELEGATE = "delegate"; //$NON-NLS-1$ |
| ||||
private static final String ATTRIBUTE_USE_GETTER = "getter"; //$NON-NLS-1$ private static final String ATTRIBUTE_USE_SETTER = "setter"; //$NON-NLS-1$ private static final String ID_MOVE_METHOD = "org.eclipse.jdt.ui.move.method"; //$NON-NLS-1$ |
| |||
private static final String [[#variableb51a4620]]= "getter"; //$NON-NLS-1$ private static final String [[#variableb51a45c0]]= "setter"; //$NON-NLS-1$ private static final String [[#variable774f9d00]]= [[#variableb51a42a0]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b51a4620]] | ATTRIBUTE_RENAME_GETTER |
1 | 2 | [[#b51a4620]] | ATTRIBUTE_USE_GETTER |
2 | 1 | [[#b51a45c0]] | ATTRIBUTE_RENAME_SETTER |
2 | 2 | [[#b51a45c0]] | ATTRIBUTE_USE_SETTER |
3 | 1 | [[#774f9d00]] | ATTRIBUTE_DELEGATE |
3 | 2 | [[#774f9d00]] | ID_MOVE_METHOD |
4 | 1 | [[#b51a42a0]] | "delegate" |
4 | 2 | [[#b51a42a0]] | "org.eclipse.jdt.ui.move.method" |