CloneSet3631


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.995statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15205
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java
25214
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java
Clone Instance
1
Line Count
5
Source Line
205
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java

                                for (int i = 0, length = allTypes.size(); i < length; i++) {
                                        IType innerType = (IType) allTypes.get(i);
                                        addTypeAddition(innerType, (SimpleDelta) this.changes.get(innerType));
                                }
                                break;


Clone Instance
2
Line Count
5
Source Line
214
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java

                                for (int i = 0, length = allTypes.size(); i < length; i++) {
                                        IType innerType = (IType) allTypes.get(i);
                                        addTypeRemoval(innerType, (SimpleDelta) this.changes.get(innerType));
                                }
                                break;


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = 0, length = allTypes.size(); i < length; i++) {
  IType innerType = (IType) allTypes.get(i);
   [[#variable945ec300]](innerType, (SimpleDelta) this.changes.get(innerType));
}
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#945ec300]]
addTypeRemoval 
12[[#945ec300]]
addTypeAddition