Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 738 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameFieldProcessor.java |
2 | 2 | 1143 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| ||||
String oldName = fField.getElementName(); int offset = match.getOffset() + match.getLength() - oldName.length(); // could be qualified |
| ||||
String oldName = fType.getElementName(); int offset = match.getOffset() + match.getLength() - oldName.length(); // reference may be qualified |
| |||
String oldName = [[#variableba709d60]].getElementName(); int offset = match.getOffset() + match.getLength() - oldName.length(); // reference may be qualified // could be qualified |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba709d60]] | fType |
1 | 2 | [[#ba709d60]] | fField |