Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 115 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
2 | 2 | 117 | 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; |
| ||||
this.isErasureMatch = (matchRule& SearchPattern.R_ERASURE_MATCH) != 0; this.isEquivalentMatch = (matchRule& SearchPattern.R_EQUIVALENT_MATCH) != 0; |
| |||
this. [[#variable56fd9660]]= (matchRule&SearchPattern. [[#variable56fd9740]]) != 0; this. [[#variable56fd96a0]]= (matchRule&SearchPattern. [[#variable56fd9620]]) != 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56fd9660]] | isCaseSensitive |
1 | 2 | [[#56fd9660]] | isErasureMatch |
2 | 1 | [[#56fd9740]] | R_CASE_SENSITIVE |
2 | 2 | [[#56fd9740]] | R_ERASURE_MATCH |
3 | 1 | [[#56fd96a0]] | isCamelCase |
3 | 2 | [[#56fd96a0]] | isEquivalentMatch |
4 | 1 | [[#56fd9620]] | R_CAMELCASE_MATCH |
4 | 2 | [[#56fd9620]] | R_EQUIVALENT_MATCH |