| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 3 | 0.951 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 256 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| 2 | 6 | 736 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
if (isLocalDeclaration()) {
// we ignore the local variable declarations
return;
}
ConstructorDeclaration cd = (ConstructorDeclaration) astStack[astPtr];
requestor.exitConstructor(endStatementPosition, cd.declarationSourceEnd);
|
| ||||
if (isLocalDeclaration()) {
// we ignore the local variable declarations
return;
}
MethodDeclaration md = (MethodDeclaration) astStack[astPtr];
requestor.exitMethod(endStatementPosition, md.declarationSourceEnd);
|
| |||
if (isLocalDeclaration()) {
// we ignore the local variable declarations
return;
}
[[#variable56f952e0]] [[#variable56f0cd20]]= ( [[#variable56f952e0]]) astStack[astPtr];
requestor. [[#variable56f951a0]](endStatementPosition, [[#variable56f0cd20]].declarationSourceEnd);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56f952e0]] | MethodDeclaration |
| 1 | 2 | [[#56f952e0]] | ConstructorDeclaration |
| 2 | 1 | [[#56f0cd20]] | md |
| 2 | 2 | [[#56f0cd20]] | cd |
| 3 | 1 | [[#56f951a0]] | exitMethod |
| 3 | 2 | [[#56f951a0]] | exitConstructor |