| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 3 | 3 | 0.958 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 1068 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 2 | 2 | 1435 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 3 | 7 | 1975 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
{
findConstructors(
ref,
argTypes,
scope,
allocExpression,
false );
}
|
| ||||
{
findConstructors(ref, argTypes, scope, allocExpression, false);
}
|
| ||||
{
findConstructors(
currentType,
argTypes,
scope,
invocationSite,
true );
}
|
| |||
{
findConstructors( [[#variable534aac60]], argTypes, scope, [[#variable534aa260]], [[#variable534aace0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#534aac60]] | ref |
| 1 | 2 | [[#534aac60]] | currentType |
| 1 | 3 | [[#534aac60]] | ref |
| 2 | 1 | [[#534aa260]] | allocExpression |
| 2 | 2 | [[#534aa260]] | invocationSite |
| 2 | 3 | [[#534aa260]] | allocExpression |
| 3 | 1 | [[#534aace0]] | false |
| 3 | 2 | [[#534aace0]] | true |
| 3 | 3 | [[#534aace0]] | false |