| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 4 | 1 | 0.985 | statement_sequence[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 2592 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 5 | 3029 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 3 | 5 | 3655 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 4 | 5 | 3883 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
int augmentedLength = problemConstructor.parameters.length;
TypeBinding inferredTypeArgument = problemConstructor.parameters[augmentedLength - 2];
TypeVariableBinding typeParameter = (TypeVariableBinding) problemConstructor.parameters[augmentedLength - 1];
TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
System.arraycopy(problemConstructor.parameters, 0, invocationArguments, 0, augmentedLength - 2);
|
| ||||
int augmentedLength = problemMethod.parameters.length;
TypeBinding inferredTypeArgument = problemMethod.parameters[augmentedLength - 2];
TypeVariableBinding typeParameter = (TypeVariableBinding) problemMethod.parameters[augmentedLength - 1];
TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
System.arraycopy(problemMethod.parameters, 0, invocationArguments, 0, augmentedLength - 2);
|
| ||||
int augmentedLength = problemConstructor.parameters.length;
TypeBinding inferredTypeArgument = problemConstructor.parameters[augmentedLength - 2];
TypeVariableBinding typeParameter = (TypeVariableBinding) problemConstructor.parameters[augmentedLength - 1];
TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
System.arraycopy(problemConstructor.parameters, 0, invocationArguments, 0, augmentedLength - 2);
|
| ||||
int augmentedLength = problemMethod.parameters.length;
TypeBinding inferredTypeArgument = problemMethod.parameters[augmentedLength - 2];
TypeVariableBinding typeParameter = (TypeVariableBinding) problemMethod.parameters[augmentedLength - 1];
TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end
System.arraycopy(problemMethod.parameters, 0, invocationArguments, 0, augmentedLength - 2);
|
| |||
int augmentedLength = [[#variablebb8380e0]].parameters.length; TypeBinding inferredTypeArgument = [[#variablebb8380e0]].parameters[augmentedLength - 2]; TypeVariableBinding typeParameter = (TypeVariableBinding) [[#variablebb8380e0]].parameters[augmentedLength - 1]; TypeBinding[] invocationArguments = new TypeBinding[augmentedLength - 2]; // remove extra info from the end System.arraycopy( [[#variablebb8380e0]].parameters, 0, invocationArguments, 0, augmentedLength - 2); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bb8380e0]] | problemMethod |
| 1 | 2 | [[#bb8380e0]] | problemConstructor |
| 1 | 3 | [[#bb8380e0]] | problemMethod |
| 1 | 4 | [[#bb8380e0]] | problemConstructor |