Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 260 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamingNameSuggestor.java |
2 | 2 | 262 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenamingNameSuggestor.java |
| ||||
if (newVariableName == null && fStrategy >= STRATEGY_EMBEDDED) newVariableName = embeddedMatch(oldType, newType, strippedVariableName); |
| ||||
if (newVariableName == null && fStrategy >= STRATEGY_SUFFIX) newVariableName = suffixMatch(oldType, newType, strippedVariableName); |
| |||
if (newVariableName == null && fStrategy >= [[#variable5a4d69c0]]) newVariableName = [[#variable5a4d6b00]](oldType, newType, strippedVariableName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a4d69c0]] | STRATEGY_EMBEDDED |
1 | 2 | [[#5a4d69c0]] | STRATEGY_SUFFIX |
2 | 1 | [[#5a4d6b00]] | embeddedMatch |
2 | 2 | [[#5a4d6b00]] | suffixMatch |