Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 3 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 920 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 2 | 626 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
3 | 2 | 634 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
4 | 2 | 171 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
| ||||
for (int i = 0, max = syntheticFields.length; i < max; i++) { addFieldInfo(syntheticFields[i]); } |
| ||||
for (int i = 0, max = types.length; i < max; i++) { removeUnresolvedBindings(types[i]); } |
| ||||
for (int i = 0, max = memberTypes.length; i < max; i++) { removeUnresolvedBindings(memberTypes[i]); } |
| ||||
for (int i = 0,l = objects.length; i < l; i++) { addPairValue(objects[i]); } |
| |||
for (int i = 0, [[#variable9b17fb80]]= [[#variable9b17fb00]].length; i < [[#variable9b17fb80]]; i++) { [[#variable9b17fa80]]( [[#variable9b17fb00]][i]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b17fb80]] | l |
1 | 2 | [[#9b17fb80]] | max |
1 | 3 | [[#9b17fb80]] | max |
1 | 4 | [[#9b17fb80]] | max |
2 | 1 | [[#9b17fb00]] | objects |
2 | 2 | [[#9b17fb00]] | types |
2 | 3 | [[#9b17fb00]] | memberTypes |
2 | 4 | [[#9b17fb00]] | syntheticFields |
3 | 1 | [[#9b17fa80]] | addPairValue |
3 | 2 | [[#9b17fa80]] | removeUnresolvedBindings |
3 | 3 | [[#9b17fa80]] | removeUnresolvedBindings |
3 | 4 | [[#9b17fa80]] | addFieldInfo |