Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.988 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 67 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MultiTypeDeclarationPattern.java |
2 | 5 | 226 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern.java |
3 | 5 | 223 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern.java |
| ||||
public SearchPattern getBlankPattern() { return new QualifiedTypeDeclarationPattern(R_EXACT_MATCH| R_CASE_SENSITIVE); } public char[][] getIndexCategories() { return CATEGORIES; } |
| ||||
public SearchPattern getBlankPattern() { return new SuperTypeReferencePattern(R_EXACT_MATCH| R_CASE_SENSITIVE); } public char[][] getIndexCategories() { return CATEGORIES; } |
| ||||
public SearchPattern getBlankPattern() { return new TypeDeclarationPattern(R_EXACT_MATCH| R_CASE_SENSITIVE); } public char[][] getIndexCategories() { return CATEGORIES; } |
| |||
public SearchPattern getBlankPattern() { return new [[#variable9062a1e0]](R_EXACT_MATCH|R_CASE_SENSITIVE); } public char[][] getIndexCategories() { return CATEGORIES; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9062a1e0]] | QualifiedTypeDeclarationPattern |
1 | 2 | [[#9062a1e0]] | SuperTypeReferencePattern |
1 | 3 | [[#9062a1e0]] | TypeDeclarationPattern |