| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.974 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 194 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
| 2 | 4 | 195 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java |
| ||||
/* (omit javadoc for this method)
* This method is a copy of setEscapedValue(String) that doesn't do any validation.
*/
void internalSetEscapedValue(String value) {
preValueChange(ESCAPED_VALUE_PROPERTY);
this.escapedValue = value;
postValueChange(ESCAPED_VALUE_PROPERTY);
}
|
| ||||
/* (omit javadoc for this method)
* This method is a copy of setEscapedValue(String) that doesn't do any validation.
*/
void internalSetEscapedValue(String token) {
preValueChange(ESCAPED_VALUE_PROPERTY);
this.escapedValue = token;
postValueChange(ESCAPED_VALUE_PROPERTY);
}
|
| |||
/* (omit javadoc for this method)
* This method is a copy of setEscapedValue(String) that doesn't do any validation.
*/
void internalSetEscapedValue(String [[#variableb7ad58a0]]) {
preValueChange(ESCAPED_VALUE_PROPERTY);
this.escapedValue = [[#variableb7ad58a0]];
postValueChange(ESCAPED_VALUE_PROPERTY);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b7ad58a0]] | value |
| 1 | 2 | [[#b7ad58a0]] | token |