CloneSet5935


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13175
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java
24376
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java
34177
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
Clone Instance
1
Line Count
3
Source Line
175
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java

        if ((flowInfo.tagBits&  FlowInfo.UNREACHABLE) != 0) return;
        // if constructor from parameterized type got found, use the original constructor at codegen time
        this.codegenBinding = this.binding.original();


Clone Instance
2
Line Count
4
Source Line
376
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java

        if ((flowInfo.tagBits&  FlowInfo.UNREACHABLE) != 0)     return;

        // if field from parameterized type got found, use the original field at codegen time
        this.codegenBinding = this.binding.original();


Clone Instance
3
Line Count
4
Source Line
177
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

        if ((flowInfo.tagBits&  FlowInfo.UNREACHABLE) != 0)     return;

        // if method from parameterized type got found, use the original method at codegen time
        this.codegenBinding = this.binding.original();


Clone AbstractionParameter Count: 0Parameter Bindings

if ((flowInfo.tagBits&FlowInfo.UNREACHABLE) != 0)
  return;
// if constructor from parameterized type got found, use the original constructor at codegen time
// if field from parameterized type got found, use the original field at codegen time
// if method from parameterized type got found, use the original method at codegen time
this.codegenBinding = this.binding.original();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None