Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 373 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 1 | 541 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
| ||||
System.arraycopy(newInfos, 0, temp, length, newInfoCount); |
| ||||
System.arraycopy(toAdd, 0, results, length, added); |
| |||
System.arraycopy( [[#variable9e6f2300]], 0, [[#variable9e6f2280]], length, [[#variable9e6f2200]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e6f2300]] | toAdd |
1 | 2 | [[#9e6f2300]] | newInfos |
2 | 1 | [[#9e6f2280]] | results |
2 | 2 | [[#9e6f2280]] | temp |
3 | 1 | [[#9e6f2200]] | added |
3 | 2 | [[#9e6f2200]] | newInfoCount |