Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.972 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 280 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
2 | 4 | 287 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
| ||||
if (sameLength && matchFirstChar && CharOperation.equals(pattern, name, this.isCaseSensitive)) { return POSSIBLE_FULL_MATCH; } break; |
| ||||
if (canBePrefix && matchFirstChar && CharOperation.prefixEquals(pattern, name, this.isCaseSensitive)) { return POSSIBLE_PREFIX_MATCH; } break; |
| |||
if ( [[#variable54448180]]&& matchFirstChar && CharOperation. [[#variable544485e0]](pattern, name, this.isCaseSensitive)) { return [[#variable544486c0]]; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54448180]] | canBePrefix |
1 | 2 | [[#54448180]] | sameLength |
2 | 1 | [[#544485e0]] | prefixEquals |
2 | 2 | [[#544485e0]] | equals |
3 | 1 | [[#544486c0]] | POSSIBLE_PREFIX_MATCH |
3 | 2 | [[#544486c0]] | POSSIBLE_FULL_MATCH |