CloneSet1677


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2630.962statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122154
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
223267
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
323270
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
423275
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
523707
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
623710
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
2
Source Line
2154
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                this.contents[codeAttributeOffset + 4] = (byte) (codeAttributeLength >> 8);
                this.contents[codeAttributeOffset + 5] = (byte) codeAttributeLength;


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

                this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                this.contents[codeAttributeOffset + 7] = (byte) max_stack;


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

                this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                this.contents[codeAttributeOffset + 9] = (byte) max_locals;


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

                this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8);
                this.contents[codeAttributeOffset + 13] = (byte) code_length;


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

                this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                this.contents[codeAttributeOffset + 7] = (byte) max_stack;


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

                this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                this.contents[codeAttributeOffset + 9] = (byte) max_locals;


Clone AbstractionParameter Count: 3Parameter Bindings

this.contents[codeAttributeOffset +  [[#variable59604880]]] = (byte) ( [[#variablec076b8e0]] >> 8);
this.contents[codeAttributeOffset +  [[#variable596048a0]]] = (byte)  [[#variablec076b8e0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59604880]]
6 
12[[#59604880]]
8 
13[[#59604880]]
12 
14[[#59604880]]
4 
15[[#59604880]]
8 
16[[#59604880]]
6 
21[[#c076b8e0]]
max_stack 
22[[#c076b8e0]]
max_locals 
23[[#c076b8e0]]
code_length 
24[[#c076b8e0]]
codeAttributeLength 
25[[#c076b8e0]]
max_locals 
26[[#c076b8e0]]
max_stack 
31[[#596048a0]]
7 
32[[#596048a0]]
9 
33[[#596048a0]]
13 
34[[#596048a0]]
5 
35[[#596048a0]]
9 
36[[#596048a0]]
7