| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.952 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 28 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocAllocationExpression.java |
| 2 | 3 | 28 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocMessageSend.java |
| ||||
public CompletionOnJavadocAllocationExpression(JavadocAllocationExpression allocation, int position, int flags) {
this(allocation, position);
this.completionFlags |= flags;
}
|
| ||||
public CompletionOnJavadocMessageSend(JavadocMessageSend method, int position, int flags) {
this(method, position);
this.completionFlags |= flags;
}
|
| |||
public [[#variableb9b08740]]( [[#variableb9b086e0]] [[#variableb9b08680]], int position, int flags) {
this( [[#variableb9b08680]], position);
this.completionFlags |= flags;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9b08740]] | CompletionOnJavadocMessageSend |
| 1 | 2 | [[#b9b08740]] | CompletionOnJavadocAllocationExpression |
| 2 | 1 | [[#b9b086e0]] | JavadocMessageSend |
| 2 | 2 | [[#b9b086e0]] | JavadocAllocationExpression |
| 3 | 1 | [[#b9b08680]] | method |
| 3 | 2 | [[#b9b08680]] | allocation |