| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.975 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 427 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
| 2 | 3 | 430 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
| ||||
case IIndexConstants.CLASS_AND_INTERFACE_SUFFIX:
if (typeKind != TypeDeclaration.CLASS_DECL && typeKind != TypeDeclaration.INTERFACE_DECL) return false;
break;
|
| ||||
case IIndexConstants.CLASS_AND_ENUM_SUFFIX:
if (typeKind != TypeDeclaration.CLASS_DECL && typeKind != TypeDeclaration.ENUM_DECL) return false;
break;
|
| |||
case IIndexConstants. [[#variable76b8e5a0]]:
if (typeKind != TypeDeclaration.CLASS_DECL && typeKind != TypeDeclaration. [[#variable76b8e520]])
return false;
break;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#76b8e5a0]] | CLASS_AND_INTERFACE_SUFFIX |
| 1 | 2 | [[#76b8e5a0]] | CLASS_AND_ENUM_SUFFIX |
| 2 | 1 | [[#76b8e520]] | INTERFACE_DECL |
| 2 | 2 | [[#76b8e520]] | ENUM_DECL |