| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.978 | statement_sequence |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 1790 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
| 2 | 4 | 1797 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
| ||||
if (sameLength && matchFirstChar) {
return CharOperation.equals(pattern, name, isCaseSensitive);
}
break;
|
| ||||
if (canBePrefix && matchFirstChar) {
return CharOperation.prefixEquals(pattern, name, isCaseSensitive);
}
break;
|
| |||
if ( [[#variable4ef9a940]]&& matchFirstChar) {
return CharOperation. [[#variable4ef9a8e0]](pattern, name, isCaseSensitive);
}
break;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4ef9a940]] | canBePrefix |
| 1 | 2 | [[#4ef9a940]] | sameLength |
| 2 | 1 | [[#4ef9a8e0]] | prefixEquals |
| 2 | 2 | [[#4ef9a8e0]] | equals |