Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.986 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 462 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
2 | 1 | 466 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
| ||||
return matchFirstChar && CharOperation.equals(patternTypeName, typeName, isCaseSensitive); |
| ||||
return matchFirstChar && CharOperation.prefixEquals(patternTypeName, typeName, isCaseSensitive); |
| |||
return matchFirstChar && CharOperation. [[#variable9d703080]](patternTypeName, typeName, isCaseSensitive); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d703080]] | equals |
1 | 2 | [[#9d703080]] | prefixEquals |