Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 148 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java |
2 | 2 | 181 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java |
| ||||
{ System.arraycopy(rawArgumentTypes, 0, rawArgumentTypes = new TypeBinding[length], 0, length); } |
| ||||
{ System.arraycopy(substitutes, 0, resolvedSubstitutes = new TypeBinding[varLength], 0, i); // clone to replace null with original variable in param method } |
| |||
{ System.arraycopy( [[#variable58efe780]], 0, [[#variable58efe6e0]]= new TypeBinding[ [[#variable58efe640]]], 0, [[#variable58efe520]]); // clone to replace null with original variable in param method } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58efe780]] | rawArgumentTypes |
1 | 2 | [[#58efe780]] | substitutes |
2 | 1 | [[#58efe6e0]] | rawArgumentTypes |
2 | 2 | [[#58efe6e0]] | resolvedSubstitutes |
3 | 1 | [[#58efe640]] | length |
3 | 2 | [[#58efe640]] | varLength |
4 | 1 | [[#58efe520]] | length |
4 | 2 | [[#58efe520]] | i |