CloneSet1335


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6601.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161570
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
262250
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
352837
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
453284
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
553726
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
664451
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
6
Source Line
1570
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0;
                // leave two bytes for the attribute_length
                localContentsOffset += 2;
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


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

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0;
                // leave two bytes for the attribute_length
                localContentsOffset += 2;
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


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

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0; // leave two bytes for the attribute_length
                localContentsOffset += 2; // first we handle the linenumber attribute
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


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

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0; // leave two bytes for the attribute_length
                localContentsOffset += 2; // first we handle the linenumber attribute
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


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

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0; // leave two bytes for the attribute_length
                localContentsOffset += 2; // first we handle the linenumber attribute
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


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

                // debug attributes
                int codeAttributeAttributeOffset = localContentsOffset;
                int attributeNumber = 0;
                // leave two bytes for the attribute_length
                localContentsOffset += 2;
                if (localContentsOffset + 2 >= this.contents.length) {
                        resizeContents(2);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

// debug attributes
int codeAttributeAttributeOffset = localContentsOffset;
int attributeNumber = 0; // leave two bytes for the attribute_length
// leave two bytes for the attribute_length
localContentsOffset += 2; // first we handle the linenumber attribute
if (localContentsOffset + 2 >= this.contents.length) {
  resizeContents(2);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None