CloneSet4398


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1410.975conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11699
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
21719
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
32770
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
42794
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java
Clone Instance
1
Line Count
1
Source Line
699
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                    sourceType == targetEnclosingType || ( !onlyExactMatch && sourceType.findSuperTypeWithSameErasure(targetEnclosingType) != null)


Clone Instance
2
Line Count
1
Source Line
719
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                                            sourceType == targetEnclosingType || ( !onlyExactMatch && sourceType.findSuperTypeWithSameErasure(targetEnclosingType) != null)


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

                            currentType == targetEnclosingType ||
                                   ( !onlyExactMatch && currentType.findSuperTypeWithSameErasure(targetEnclosingType) != null)


Clone Instance
4
Line Count
2
Source Line
794
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java

                    currentType == targetEnclosingType ||
                           ( !onlyExactMatch && currentType.findSuperTypeWithSameErasure(targetEnclosingType) != null)


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable9b1dd2c0]]== targetEnclosingType || ( !onlyExactMatch && [[#variable9b1dd2c0]].findSuperTypeWithSameErasure(targetEnclosingType) != null)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b1dd2c0]]
sourceType 
12[[#9b1dd2c0]]
currentType 
13[[#9b1dd2c0]]
sourceType 
14[[#9b1dd2c0]]
currentType