| 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.978 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 44 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MultiTypeDeclarationPattern.java |
| 2 | 5 | 54 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MultiTypeDeclarationPattern.java |
| 3 | 5 | 147 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern.java |
| ||||
{
int length = qualifications.length;
this.qualifications = new char[length][];
for (int i = 0; i < length; i++)
this.qualifications[i] = CharOperation.toLowerCase(qualifications[i]);
}
|
| ||||
{
int length = simpleNames.length;
this.simpleNames = new char[length][];
for (int i = 0; i < length; i++)
this.simpleNames[i] = CharOperation.toLowerCase(simpleNames[i]);
}
|
| ||||
{
int length = enclosingTypeNames.length;
this.enclosingTypeNames = new char[length][];
for (int i = 0; i < length; i++)
this.enclosingTypeNames[i] = CharOperation.toLowerCase(enclosingTypeNames[i]);
}
|
| |||
{
int length = [[#variable9c653300]].length;
this. [[#variable9c653300]]= new char[length][];
for (int i = 0; i < length; i++)
this. [[#variable9c653300]][i] = CharOperation.toLowerCase( [[#variable9c653300]][i]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9c653300]] | qualifications |
| 1 | 2 | [[#9c653300]] | enclosingTypeNames |
| 1 | 3 | [[#9c653300]] | simpleNames |