Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 131 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MultiTypeDeclarationPattern.java |
2 | 4 | 139 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MultiTypeDeclarationPattern.java |
| ||||
int max = this.qualifications.length; for (; count < max; count++) if (matchesName(this.qualifications[count], pattern.qualification)) break; |
| ||||
int max = this.simpleNames.length; for (; count < max; count++) if (matchesName(this.simpleNames[count], pattern.simpleName)) break; |
| |||
int max = this. [[#variable64f9e0a0]].length; for (; count < max; count++) if (matchesName(this. [[#variable64f9e0a0]][count], pattern. [[#variable64f9e0c0]])) break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64f9e0a0]] | simpleNames |
1 | 2 | [[#64f9e0a0]] | qualifications |
2 | 1 | [[#64f9e0c0]] | simpleName |
2 | 2 | [[#64f9e0c0]] | qualification |