Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 17 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterEqualOperator.java |
2 | 2 | 17 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java |
3 | 2 | 17 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessEqualOperator.java |
4 | 2 | 17 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java |
| ||||
public GreaterEqualOperator(int leftTypeId, int rightTypeId, int start) { super(T_boolean, leftTypeId, rightTypeId, false, start); } |
| ||||
public GreaterOperator(int leftTypeId, int rightTypeId, int start) { super(T_boolean, leftTypeId, rightTypeId, false, start); } |
| ||||
public LessEqualOperator(int leftTypeId, int rightTypeId, int start) { super(T_boolean, leftTypeId, rightTypeId, false, start); } |
| ||||
public LessOperator(int leftTypeId, int rightTypeId, int start) { super(T_boolean, leftTypeId, rightTypeId, false, start); } |
| |||
public [[#variable77b61540]](int leftTypeId, int rightTypeId, int start) { super(T_boolean, leftTypeId, rightTypeId, false, start); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b61540]] | LessOperator |
1 | 2 | [[#77b61540]] | LessEqualOperator |
1 | 3 | [[#77b61540]] | GreaterOperator |
1 | 4 | [[#77b61540]] | GreaterEqualOperator |