CloneSet357


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13301.000statement_sequence[11]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1131504
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
2132184
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
3132818
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
13
Source Line
1504
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                if (localContentsOffset + 20 >= this.contents.length) {
                        resizeContents(20);
                }
                int max_stack = codeStream.stackMax;
                this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                this.contents[codeAttributeOffset + 7] = (byte) max_stack;
                int max_locals = codeStream.maxLocals;
                this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                this.contents[codeAttributeOffset + 9] = (byte) max_locals;
                this.contents[codeAttributeOffset + 10] = (byte) (code_length >> 24);
                this.contents[codeAttributeOffset + 11] = (byte) (code_length >> 16);
                this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8);
                this.contents[codeAttributeOffset + 13] = (byte) code_length;


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

                if (localContentsOffset + 20 >= this.contents.length) {
                        resizeContents(20);
                }
                int max_stack = codeStream.stackMax;
                this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                this.contents[codeAttributeOffset + 7] = (byte) max_stack;
                int max_locals = codeStream.maxLocals;
                this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                this.contents[codeAttributeOffset + 9] = (byte) max_locals;
                this.contents[codeAttributeOffset + 10] = (byte) (code_length >> 24);
                this.contents[codeAttributeOffset + 11] = (byte) (code_length >> 16);
                this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8);
                this.contents[codeAttributeOffset + 13] = (byte) code_length;


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

                if (localContentsOffset + 20 >= this.contents.length) {
                        resizeContents(20);
                }
                int max_stack = codeStream.stackMax;
                this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
                this.contents[codeAttributeOffset + 7] = (byte) max_stack;
                int max_locals = codeStream.maxLocals;
                this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
                this.contents[codeAttributeOffset + 9] = (byte) max_locals;
                this.contents[codeAttributeOffset + 10] = (byte) (code_length >> 24);
                this.contents[codeAttributeOffset + 11] = (byte) (code_length >> 16);
                this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8);
                this.contents[codeAttributeOffset + 13] = (byte) code_length;


Clone AbstractionParameter Count: 0Parameter Bindings

if (localContentsOffset + 20 >= this.contents.length) {
  resizeContents(20);
}
int max_stack = codeStream.stackMax;
this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8);
this.contents[codeAttributeOffset + 7] = (byte) max_stack;
int max_locals = codeStream.maxLocals;
this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8);
this.contents[codeAttributeOffset + 9] = (byte) max_locals;
this.contents[codeAttributeOffset + 10] = (byte) (code_length >> 24);
this.contents[codeAttributeOffset + 11] = (byte) (code_length >> 16);
this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8);
this.contents[codeAttributeOffset + 13] = (byte) code_length;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None