Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 83 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/eval/EvaluationContextWrapper.java |
2 | 2 | 99 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/eval/EvaluationContextWrapper.java |
| ||||
/** * @see org.eclipse.jdt.core.eval.IEvaluationContext#codeComplete(String, int, ICompletionRequestor) * @deprecated */ public void codeComplete(String codeSnippet, int position, ICompletionRequestor requestor) throws JavaModelException { codeComplete(codeSnippet, position, requestor, DefaultWorkingCopyOwner.PRIMARY); } |
| ||||
/** * @see org.eclipse.jdt.core.eval.IEvaluationContext#codeComplete(String, int, CompletionRequestor) */ public void codeComplete(String codeSnippet, int position, CompletionRequestor requestor) throws JavaModelException { codeComplete(codeSnippet, position, requestor, DefaultWorkingCopyOwner.PRIMARY); } |
| |||
/** * @see org.eclipse.jdt.core.eval.IEvaluationContext#codeComplete(String, int, ICompletionRequestor) * @deprecated */ /** * @see org.eclipse.jdt.core.eval.IEvaluationContext#codeComplete(String, int, CompletionRequestor) */ public void codeComplete(String codeSnippet, int position, [[#variable57119980]] requestor) throws JavaModelException { codeComplete(codeSnippet, position, requestor, DefaultWorkingCopyOwner.PRIMARY); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57119980]] | ICompletionRequestor |
1 | 2 | [[#57119980]] | CompletionRequestor |