Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 86 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnParameterizedQualifiedTypeReference.java |
2 | 13 | 77 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedTypeReference.java |
3 | 13 | 78 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnSingleTypeReference.java |
| ||||
switch (this.kind) { case K_CLASS: output.append("<CompleteOnClass:"); //$NON-NLS-1$ break; case K_INTERFACE: output.append("<CompleteOnInterface:"); //$NON-NLS-1$ break; case K_EXCEPTION: output.append("<CompleteOnException:"); //$NON-NLS-1$ break; default: output.append("<CompleteOnType:"); //$NON-NLS-1$ break; } |
| ||||
switch (this.kind) { case K_CLASS: output.append("<CompleteOnClass:"); //$NON-NLS-1$ break; case K_INTERFACE: output.append("<CompleteOnInterface:"); //$NON-NLS-1$ break; case K_EXCEPTION: output.append("<CompleteOnException:"); //$NON-NLS-1$ break; default: output.append("<CompleteOnType:"); //$NON-NLS-1$ break; } |
| ||||
switch (this.kind) { case K_CLASS: output.append("<CompleteOnClass:"); //$NON-NLS-1$ break; case K_INTERFACE: output.append("<CompleteOnInterface:"); //$NON-NLS-1$ break; case K_EXCEPTION: output.append("<CompleteOnException:"); //$NON-NLS-1$ break; default: output.append("<CompleteOnType:"); //$NON-NLS-1$ break; } |
| |||
switch (this.kind) { case K_CLASS: output.append("<CompleteOnClass:"); //$NON-NLS-1$ break; case K_INTERFACE: output.append("<CompleteOnInterface:"); //$NON-NLS-1$ break; case K_EXCEPTION: output.append("<CompleteOnException:"); //$NON-NLS-1$ break; default: output.append("<CompleteOnType:"); //$NON-NLS-1$ break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |