Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 118 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java |
2 | 4 | 295 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
3 | 4 | 127 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
| ||||
if (CharOperation.match(patternName, packageName, this.isCaseSensitive)) { return POSSIBLE_MATCH; } break; |
| ||||
if (CharOperation.match(pattern, name, this.isCaseSensitive)) { return POSSIBLE_MATCH; } break; |
| ||||
if (CharOperation.match(qualifiedPattern, qualifiedTypeName, this.isCaseSensitive)) { return POSSIBLE_MATCH; } break; |
| |||
if (CharOperation.match( [[#variable9512bce0]], [[#variable954e04c0]], this.isCaseSensitive)) { return POSSIBLE_MATCH; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9512bce0]] | qualifiedPattern |
1 | 2 | [[#9512bce0]] | pattern |
1 | 3 | [[#9512bce0]] | patternName |
2 | 1 | [[#954e04c0]] | qualifiedTypeName |
2 | 2 | [[#954e04c0]] | name |
2 | 3 | [[#954e04c0]] | packageName |