CloneSet9467


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13113
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java
23128
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java
Clone Instance
1
Line Count
3
Source Line
113
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java

                                if ((substitutedWildcardBound.tagBits&  TagBits.HasTypeVariable) == 0)
                                        this.tagBits &= ~TagBits.HasTypeVariable;
                                break;


Clone Instance
2
Line Count
3
Source Line
128
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java

                                if ((originalWildcardBound.tagBits&  TagBits.HasTypeVariable) == 0)
                                        this.tagBits &= ~TagBits.HasTypeVariable;
                                break;


Clone AbstractionParameter Count: 1Parameter Bindings

if (( [[#variable99bb0d60]].tagBits&TagBits.HasTypeVariable) == 0)
  this.tagBits &= ~TagBits.HasTypeVariable;
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99bb0d60]]
substitutedWildcardBound 
12[[#99bb0d60]]
originalWildcardBound