CloneSet7227


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.961statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12115
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
22117
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
Clone Instance
1
Line Count
2
Source Line
115
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

        this.isCaseSensitive = (matchRule&  SearchPattern.R_CASE_SENSITIVE) != 0;
        this.isCamelCase = (matchRule&  SearchPattern.R_CAMELCASE_MATCH) != 0;


Clone Instance
2
Line Count
2
Source Line
117
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

        this.isErasureMatch = (matchRule&  SearchPattern.R_ERASURE_MATCH) != 0;
        this.isEquivalentMatch = (matchRule&  SearchPattern.R_EQUIVALENT_MATCH) != 0;


Clone AbstractionParameter Count: 4Parameter Bindings

this. [[#variable56fd9660]]= (matchRule&SearchPattern. [[#variable56fd9740]]) != 0;
this. [[#variable56fd96a0]]= (matchRule&SearchPattern. [[#variable56fd9620]]) != 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56fd9660]]
isCaseSensitive 
12[[#56fd9660]]
isErasureMatch 
21[[#56fd9740]]
R_CASE_SENSITIVE 
22[[#56fd9740]]
R_ERASURE_MATCH 
31[[#56fd96a0]]
isCamelCase 
32[[#56fd96a0]]
isEquivalentMatch 
41[[#56fd9620]]
R_CAMELCASE_MATCH 
42[[#56fd9620]]
R_EQUIVALENT_MATCH