CloneSet931


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6820.964class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16120
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
26128
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
36136
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
46144
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
56152
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
66160
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
76168
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
86176
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java
Clone Instance
1
Line Count
6
Source Line
120
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(boolean value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(byte value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
2
Line Count
6
Source Line
128
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(byte value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(short value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
3
Line Count
6
Source Line
136
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(short value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(int value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
4
Line Count
6
Source Line
144
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(int value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(long value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
5
Line Count
6
Source Line
152
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(long value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(char value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
6
Line Count
6
Source Line
160
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(char value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(float value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
7
Line Count
6
Source Line
168
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(float value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(double value) {
                fInterpreter.push(newValue(value));
        }


Clone Instance
8
Line Count
6
Source Line
176
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java

        protected IJavaValue newValue(double value) {
                return getVM().newValue(value);
        }

        protected void pushNewValue(String value) {
                fInterpreter.push(newValue(value));
        }


Clone AbstractionParameter Count: 2Parameter Bindings

protected IJavaValue newValue( [[#variable57792e00]] value) {
  return getVM().newValue(value);
}

protected void pushNewValue( [[#variable4ff15720]] value) {
  fInterpreter.push(newValue(value));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57792e00]]
double 
12[[#57792e00]]
float 
13[[#57792e00]]
char 
14[[#57792e00]]
long 
15[[#57792e00]]
int 
16[[#57792e00]]
short 
17[[#57792e00]]
byte 
18[[#57792e00]]
boolean 
21[[#4ff15720]]
String 
22[[#4ff15720]]
double 
23[[#4ff15720]]
float 
24[[#4ff15720]]
char 
25[[#4ff15720]]
long 
26[[#4ff15720]]
int 
27[[#4ff15720]]
short 
28[[#4ff15720]]
byte