Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 338 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java |
2 | 1 | 310 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
3 | 1 | 373 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
| ||||
checkInvocationArguments(scope, null, receiverType, binding, this.arguments, argumentTypes, argsContainCast, this ); |
| ||||
checkInvocationArguments(scope, null, allocationType, binding, this.arguments, argumentTypes, argsContainCast, this ); |
| ||||
checkInvocationArguments(scope, null, this.superTypeBinding, inheritedBinding, this.arguments, argumentTypes, argsContainCast, this ); |
| |||
checkInvocationArguments(scope, null, [[#variableb0816180]], [[#variableb0816100]], this.arguments, argumentTypes, argsContainCast, this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0816180]] | receiverType |
1 | 2 | [[#b0816180]] | this.superTypeBinding |
1 | 3 | [[#b0816180]] | allocationType |
2 | 1 | [[#b0816100]] | binding |
2 | 2 | [[#b0816100]] | inheritedBinding |
2 | 3 | [[#b0816100]] | binding |