CloneSet3236


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.990class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1217
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterEqualOperator.java
2217
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java
3217
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessEqualOperator.java
4217
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java
Clone Instance
1
Line Count
2
Source Line
17
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterEqualOperator.java

        public GreaterEqualOperator(int leftTypeId, int rightTypeId, int start) {
                super(T_boolean, leftTypeId, rightTypeId, false, start);
        }


Clone Instance
2
Line Count
2
Source Line
17
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java

        public GreaterOperator(int leftTypeId, int rightTypeId, int start) {
                super(T_boolean, leftTypeId, rightTypeId, false, start);
        }


Clone Instance
3
Line Count
2
Source Line
17
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessEqualOperator.java

        public LessEqualOperator(int leftTypeId, int rightTypeId, int start) {
                super(T_boolean, leftTypeId, rightTypeId, false, start);
        }


Clone Instance
4
Line Count
2
Source Line
17
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java

        public LessOperator(int leftTypeId, int rightTypeId, int start) {
                super(T_boolean, leftTypeId, rightTypeId, false, start);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

public [[#variable77b61540]](int leftTypeId, int rightTypeId, int start) {
  super(T_boolean, leftTypeId, rightTypeId, false, start);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#77b61540]]
LessOperator 
12[[#77b61540]]
LessEqualOperator 
13[[#77b61540]]
GreaterOperator 
14[[#77b61540]]
GreaterEqualOperator