CloneSet5232


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.985statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11185
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java
211209
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java
Clone Instance
1
Line Count
11
Source Line
85
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java

        switch (this.kind) {
                case ADDED:
                case REMOVED:
                        // no need to add a child if this parent is added or removed
                        return;
                case CHANGED:
                        this.changeFlags |= F_CHILDREN;
                        break;
                default:
                        this.kind = CHANGED;
                        this.changeFlags |= F_CHILDREN;
              }


Clone Instance
2
Line Count
11
Source Line
209
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java

        switch (this.kind) {
                case ADDED:
                case REMOVED:
                        // no need to add a child if this parent is added or removed
                        return;
                case CHANGED:
                        this.changeFlags |= F_CONTENT;
                        break;
                default:
                        this.kind = CHANGED;
                        this.changeFlags |= F_CONTENT;
              }


Clone AbstractionParameter Count: 1Parameter Bindings

switch (this.kind) {
  case ADDED:
  case REMOVED:
    // no need to add a child if this parent is added or removed
    return;
  case CHANGED:
    this.changeFlags |= [[#variableb3cde540]];
    break;
  default:
    this.kind = CHANGED;
    this.changeFlags |= [[#variableb3cde540]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3cde540]]
F_CHILDREN 
12[[#b3cde540]]
F_CONTENT