CloneSet4271


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.991statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15509
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java
25306
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
35205
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetMessageSend.java
Clone Instance
1
Line Count
5
Source Line
509
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java

        if (this.receiver instanceof CastExpression) {
                this.receiver.bits |= DisableUnnecessaryCastCheck; // will check later on
                receiverCast = true;
        }
        this.receiverType = receiver.resolveType(scope);


Clone Instance
2
Line Count
5
Source Line
306
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

        if (this.receiver instanceof CastExpression) {
                this.receiver.bits |= DisableUnnecessaryCastCheck; // will check later on
                receiverCast = true;
        }
        this.actualReceiverType = receiver.resolveType(scope);


Clone Instance
3
Line Count
5
Source Line
205
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetMessageSend.java

        if (this.receiver instanceof CastExpression) {
                this.receiver.bits |= DisableUnnecessaryCastCheck; // will check later on
                receiverCast = true;
        }
        this.actualReceiverType = receiver.resolveType(scope);


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.receiver instanceof CastExpression) {
  this.receiver.bits |= DisableUnnecessaryCastCheck; // will check later on
  receiverCast = true;
}
this. [[#variable9b4c2540]]= receiver.resolveType(scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b4c2540]]
receiverType 
12[[#9b4c2540]]
actualReceiverType 
13[[#9b4c2540]]
actualReceiverType