Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 190 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java |
2 | 4 | 195 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/ExternalizeWizardPage.java |
| ||||
if (PROPERTIES[KEY_PROP].equals(property)) { String string = (String) value; string = windEscapeChars(string); substitution.setKey(string); } |
| ||||
if (PROPERTIES[VAL_PROP].equals(property)) { String string = (String) value; string = windEscapeChars(string); substitution.setValue(string); } |
| |||
if (PROPERTIES[ [[#variablea05a4700]]].equals(property)) { String string = (String) value; string = windEscapeChars(string); substitution. [[#variablea05a4660]](string); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a05a4700]] | KEY_PROP |
1 | 2 | [[#a05a4700]] | VAL_PROP |
2 | 1 | [[#a05a4660]] | setKey |
2 | 2 | [[#a05a4660]] | setValue |