Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 129 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java |
2 | 5 | 82 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetMessageSend.java |
| ||||
{ if (this.codegenBinding.declaringClass.isInterface()) { // interface or annotation type codeStream.invokeinterface(this.codegenBinding); } else { codeStream.invokevirtual(this.codegenBinding); } } |
| ||||
{ if (this.codegenBinding.declaringClass.isInterface()) { codeStream.invokeinterface(this.codegenBinding); } else { codeStream.invokevirtual(this.codegenBinding); } } |
| |||
{ if (this.codegenBinding.declaringClass.isInterface()) { // interface or annotation type codeStream.invokeinterface(this.codegenBinding); } else { codeStream.invokevirtual(this.codegenBinding); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |