| 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.962 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 1591 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java |
| 2 | 4 | 1611 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java |
| ||||
{
TypeDeclaration result = new TypeDeclaration(this );
result.setInterface(false);
return result;
}
|
| ||||
{
MethodDeclaration result = new MethodDeclaration(this );
result.setConstructor(false);
return result;
}
|
| |||
{
[[#variablebc2b2780]] result = new [[#variablebc2b2780]](this );
result. [[#variablebc2b26c0]](false);
return result;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bc2b2780]] | TypeDeclaration |
| 1 | 2 | [[#bc2b2780]] | MethodDeclaration |
| 2 | 1 | [[#bc2b26c0]] | setInterface |
| 2 | 2 | [[#bc2b26c0]] | setConstructor |