Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 389 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java |
2 | 3 | 113 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java |
| ||||
{ scope.problemReporter().errorNoMethodFor(this, this.actualReceiverType, argumentTypes); return null; } |
| ||||
{ scope.problemReporter().invalidEnclosingType(this, this.resolvedType, enclosingType); return null; } |
| |||
{ scope.problemReporter(). [[#variable9b4aafe0]](this, this. [[#variable9b4aaf40]], [[#variable9b4aae60]]); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b4aafe0]] | errorNoMethodFor |
1 | 2 | [[#9b4aafe0]] | invalidEnclosingType |
2 | 1 | [[#9b4aaf40]] | actualReceiverType |
2 | 2 | [[#9b4aaf40]] | resolvedType |
3 | 1 | [[#9b4aae60]] | argumentTypes |
3 | 2 | [[#9b4aae60]] | enclosingType |