Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 426 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java |
2 | 9 | 318 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetMessageSend.java |
| ||||
{ // compute generic cast if necessary TypeBinding receiverErasure = this.actualReceiverType.erasure(); if (receiverErasure instanceof ReferenceBinding) { if (receiverErasure.findSuperTypeWithSameErasure(this.binding.declaringClass) == null) { this.actualReceiverType = this.binding.declaringClass; // handle indirect inheritance thru variable secondary bound } } receiver.computeConversion(scope, this.actualReceiverType, this.actualReceiverType); } |
| ||||
{ // compute generic cast if necessary TypeBinding receiverErasure = this.actualReceiverType.erasure(); if (receiverErasure instanceof ReferenceBinding) { if (receiverErasure.findSuperTypeWithSameErasure(this.binding.declaringClass) == null) { this.actualReceiverType = this.binding.declaringClass; // handle indirect inheritance thru variable secondary bound } } receiver.computeConversion(scope, this.actualReceiverType, this.actualReceiverType); } |
| |||
{ // compute generic cast if necessary TypeBinding receiverErasure = this.actualReceiverType.erasure(); if (receiverErasure instanceof ReferenceBinding) { if (receiverErasure.findSuperTypeWithSameErasure(this.binding.declaringClass) == null) { this.actualReceiverType = this.binding.declaringClass; // handle indirect inheritance thru variable secondary bound } } receiver.computeConversion(scope, this.actualReceiverType, this.actualReceiverType); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |