CloneSet6560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.986class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1789
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LeftShiftOperator.java
2789
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RightShiftOperator.java
3789
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/UnsignedRightShiftOperator.java
Clone Instance
1
Line Count
7
Source Line
89
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LeftShiftOperator.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;
        }


Clone Instance
2
Line Count
7
Source Line
89
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RightShiftOperator.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.RightShiftOperator_______operator_1;
        }


Clone Instance
3
Line Count
7
Source Line
89
Source File
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.UnsignedRightShiftOperator________operator_1;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#625ae2c0]]
LeftShiftOperator_______operator_1 
12[[#625ae2c0]]
RightShiftOperator_______operator_1 
13[[#625ae2c0]]
UnsignedRightShiftOperator________operator_1