Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.995 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 205 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java |
2 | 5 | 214 | 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; |
| ||||
for (int i = 0, length = allTypes.size(); i < length; i++) { IType innerType = (IType) allTypes.get(i); addTypeRemoval(innerType, (SimpleDelta) this.changes.get(innerType)); } break; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#945ec300]] | addTypeRemoval |
1 | 2 | [[#945ec300]] | addTypeAddition |