CloneSet5216


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132356
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
232396
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
332436
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
Clone Instance
1
Line Count
3
Source Line
2356
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                                    pSegmentEnd == pSegmentStart + 2 &&
                                                   pattern[pSegmentStart] == '*' &&
                                                   pattern[pSegmentStart + 1] == '*'


Clone Instance
2
Line Count
3
Source Line
2396
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                            pSegmentEnd == pSegmentStart + 2 &&
                                   pattern[pSegmentStart] == '*' &&
                                   pattern[pSegmentStart + 1] == '*'


Clone Instance
3
Line Count
3
Source Line
2436
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                    pSegmentEnd == pSegmentStart + 2 &&
                           pattern[pSegmentStart] == '*' &&
                           pattern[pSegmentStart + 1] == '*'


Clone AbstractionParameter Count: 0Parameter Bindings

pSegmentEnd == pSegmentStart + 2 && pattern[pSegmentStart] == '*' && pattern[pSegmentStart + 1] == '*'
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None