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.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1783 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java |
2 | 2 | 456 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
| ||||
if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(pattern, name)) { return true; } |
| ||||
if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(patternTypeName, typeName)) { return true; } |
| |||
if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch( [[#variableb448b860]], [[#variableb448b8a0]])) { return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b448b860]] | pattern |
1 | 2 | [[#b448b860]] | patternTypeName |
2 | 1 | [[#b448b8a0]] | name |
2 | 2 | [[#b448b8a0]] | typeName |