Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.962 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 32 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnMessageSend.java |
2 | 7 | 24 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnSingleTypeReference.java |
| ||||
/* * Selection node build by the parser in any case it was intending to * reduce a message send containing the cursor. * e.g. * * class X { * void foo() { * this.[start]bar[end](1, 2) * } * } * * ---> class X { * void foo() { * <SelectOnMessageSend:this.bar(1, 2)> * } * } * */ import org.eclipse.jdt.internal.compiler.ast.MessageSend; import org.eclipse.jdt.internal.compiler.lookup.Binding; import org.eclipse.jdt.internal.compiler.lookup.BlockScope; import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; import org.eclipse.jdt.internal.compiler.lookup.ProblemReasons; import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; |
| ||||
/* * Selection node build by the parser in any case it was intending to * reduce a type reference containing the selection identifier as a single * name reference. * e.g. * * class X extends [start]Object[end] * * ---> class X extends <SelectOnType:Object> * */ import org.eclipse.jdt.internal.compiler.ast.SingleTypeReference; import org.eclipse.jdt.internal.compiler.lookup.Binding; import org.eclipse.jdt.internal.compiler.lookup.BlockScope; import org.eclipse.jdt.internal.compiler.lookup.ProblemReasons; import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; import org.eclipse.jdt.internal.compiler.lookup.Scope; import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; |
| |||
/* * Selection node build by the parser in any case it was intending to * reduce a type reference containing the selection identifier as a single * name reference. * e.g. * * class X extends [start]Object[end] * * ---> class X extends <SelectOnType:Object> * */ /* * Selection node build by the parser in any case it was intending to * reduce a message send containing the cursor. * e.g. * * class X { * void foo() { * this.[start]bar[end](1, 2) * } * } * * ---> class X { * void foo() { * <SelectOnMessageSend:this.bar(1, 2)> * } * } * */ import org.eclipse.jdt.internal.compiler.ast. [[#variable54c89fa0]]; import org.eclipse.jdt.internal.compiler.lookup.Binding; import org.eclipse.jdt.internal.compiler.lookup.BlockScope; import org.eclipse.jdt.internal.compiler.lookup. [[#variable54c89f00]]; import org.eclipse.jdt.internal.compiler.lookup. [[#variable54c89ec0]]; import org.eclipse.jdt.internal.compiler.lookup. [[#variable54c89e60]]; import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c89fa0]] | SingleTypeReference |
1 | 2 | [[#54c89fa0]] | MessageSend |
2 | 1 | [[#54c89f00]] | ProblemReasons |
2 | 2 | [[#54c89f00]] | MethodBinding |
3 | 1 | [[#54c89ec0]] | ReferenceBinding |
3 | 2 | [[#54c89ec0]] | ProblemReasons |
4 | 1 | [[#54c89e60]] | Scope |
4 | 2 | [[#54c89e60]] | ReferenceBinding |