CloneSet9389


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.974class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14194
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
24195
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java
Clone Instance
1
Line Count
4
Source Line
194
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.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);
        }


Clone Instance
2
Line Count
4
Source Line
195
Source File
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 token) {
                preValueChange(ESCAPED_VALUE_PROPERTY);
                this.escapedValue = token;
                postValueChange(ESCAPED_VALUE_PROPERTY);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/* (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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b7ad58a0]]
value 
12[[#b7ad58a0]]
token