Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 274 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
2 | 2 | 115 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
| ||||
if (this.isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(pattern, name)) { return POSSIBLE_CAMELCASE_MATCH; } |
| ||||
if (this.isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(qualifiedPattern, qualifiedTypeName)) { return POSSIBLE_CAMELCASE_MATCH; } |
| |||
if (this.isCamelCase && matchFirstChar && CharOperation.camelCaseMatch( [[#variable50201260]], [[#variable502011a0]])) { return POSSIBLE_CAMELCASE_MATCH; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50201260]] | pattern |
1 | 2 | [[#50201260]] | qualifiedPattern |
2 | 1 | [[#502011a0]] | name |
2 | 2 | [[#502011a0]] | qualifiedTypeName |