Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1780 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
2 | 2 | 1782 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
3 | 2 | 1784 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
4 | 2 | 1786 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
5 | 2 | 1790 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
| ||||
if (this.completion != null) buffer.append(this.completion); buffer.append(", declSign:"); //$NON-NLS-1$ |
| ||||
if (this.declarationSignature != null) buffer.append(this.declarationSignature); buffer.append(", sign:"); //$NON-NLS-1$ |
| ||||
if (this.signature != null) buffer.append(this.signature); buffer.append(", declKey:"); //$NON-NLS-1$ |
| ||||
if (this.declarationKey != null) buffer.append(this.declarationKey); buffer.append(", key:"); //$NON-NLS-1$ |
| ||||
if (this.name != null) buffer.append(this.name); buffer.append(", ["); //$NON-NLS-1$ |
| |||
if (this. [[#variable9c62ce60]]!= null) buffer.append(this. [[#variable9c62ce60]]); buffer.append( [[#variable9c62ce00]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c62ce60]] | name |
1 | 2 | [[#9c62ce60]] | completion |
1 | 3 | [[#9c62ce60]] | declarationSignature |
1 | 4 | [[#9c62ce60]] | signature |
1 | 5 | [[#9c62ce60]] | declarationKey |
2 | 1 | [[#9c62ce00]] | ", [" |
2 | 2 | [[#9c62ce00]] | ", declSign:" |
2 | 3 | [[#9c62ce00]] | ", sign:" |
2 | 4 | [[#9c62ce00]] | ", declKey:" |
2 | 5 | [[#9c62ce00]] | ", key:" |