CloneSet5846


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3250.951statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134372
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
234375
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
3
Source Line
4372
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                contents[codeAttributeOffset + 7] = (byte) max_stack;
                int max_locals = codeStream.maxLocals;


Clone Instance
2
Line Count
3
Source Line
4375
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                contents[codeAttributeOffset + 9] = (byte) max_locals;
                int code_length = codeStream.position;


Clone AbstractionParameter Count: 5Parameter Bindings

contents[codeAttributeOffset +  [[#variable9068d2c0]]] = (byte) ( [[#variable9068d160]] >> 8);
contents[codeAttributeOffset +  [[#variable9068d200]]] = (byte)  [[#variable9068d160]];
int  [[#variable9068ca60]]= codeStream. [[#variable9068d220]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9068d2c0]]
8 
12[[#9068d2c0]]
6 
21[[#9068d160]]
max_locals 
22[[#9068d160]]
max_stack 
31[[#9068d200]]
9 
32[[#9068d200]]
7 
41[[#9068ca60]]
code_length 
42[[#9068ca60]]
max_locals 
51[[#9068d220]]
position 
52[[#9068d220]]
maxLocals