| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 6 | 2 | 0.968 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 430 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
| 2 | 3 | 419 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
| 3 | 3 | 139 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java |
| 4 | 3 | 969 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| 5 | 3 | 974 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| 6 | 3 | 1045 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| ||||
{
for (int i = 0, length = this.statements.length; i < length; i++) {
this.statements[i].resolve(this.scope);
}
}
|
| ||||
{
for (int i = 0, length = this.typeParameters.length; i < length; i++) {
this.typeParameters[i].resolve(this.scope);
}
}
|
| ||||
{
for (int i = 0, length = this.typeParameters.length; i < length; i++) {
this.typeParameters[i].resolve(this.scope);
}
}
|
| ||||
{
for (int i = 0, count = this.typeParameters.length; i < count; i++) {
this.typeParameters[i].resolve(this.scope);
}
}
|
| ||||
{
for (int i = 0, count = this.memberTypes.length; i < count; i++) {
this.memberTypes[i].resolve(this.scope);
}
}
|
| ||||
{
for (int i = 0, count = this.methods.length; i < count; i++) {
this.methods[i].resolve(this.scope);
}
}
|
| |||
{
for (int i = 0, [[#variableb4410780]]= this. [[#variableb4410700]].length; i < [[#variableb4410780]]; i++) {
this. [[#variableb4410700]][i].resolve(this.scope);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b4410780]] | length |
| 1 | 2 | [[#b4410780]] | length |
| 1 | 3 | [[#b4410780]] | count |
| 1 | 4 | [[#b4410780]] | count |
| 1 | 5 | [[#b4410780]] | count |
| 1 | 6 | [[#b4410780]] | length |
| 2 | 1 | [[#b4410700]] | typeParameters |
| 2 | 2 | [[#b4410700]] | statements |
| 2 | 3 | [[#b4410700]] | methods |
| 2 | 4 | [[#b4410700]] | memberTypes |
| 2 | 5 | [[#b4410700]] | typeParameters |
| 2 | 6 | [[#b4410700]] | typeParameters |