Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 1 | 0.986 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 89 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LeftShiftOperator.java |
2 | 7 | 89 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RightShiftOperator.java |
3 | 7 | 89 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/UnsignedRightShiftOperator.java |
| ||||
protected int getInternResultType() { // unary type promotion on both operands see 5.6.1 and 15.18 return getUnaryPromotionType(fLeftTypeId); } public String toString() { return InstructionsEvaluationMessages.LeftShiftOperator_______operator_1; } |
| ||||
protected int getInternResultType() { // unary type promotion on both operands see 5.6.1 and 15.18 return getUnaryPromotionType(fLeftTypeId); } public String toString() { return InstructionsEvaluationMessages.RightShiftOperator_______operator_1; } |
| ||||
protected int getInternResultType() { // unary type promotion on both operands see 5.6.1 and 15.18 return getUnaryPromotionType(fLeftTypeId); } public String toString() { return InstructionsEvaluationMessages.UnsignedRightShiftOperator________operator_1; } |
| |||
protected int getInternResultType() { // unary type promotion on both operands see 5.6.1 and 15.18 return getUnaryPromotionType(fLeftTypeId); } public String toString() { return InstructionsEvaluationMessages. [[#variable625ae2c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#625ae2c0]] | LeftShiftOperator_______operator_1 |
1 | 2 | [[#625ae2c0]] | RightShiftOperator_______operator_1 |
1 | 3 | [[#625ae2c0]] | UnsignedRightShiftOperator________operator_1 |