CloneSet653


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7501.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
175298
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
275595
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
375636
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
475714
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
575764
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java
Clone Instance
1
Line Count
7
Source Line
5298
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java

                                                               {
                                int attributeLength = contentsOffset - attributeLengthOffset - 4;
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
                                contents[attributeLengthOffset++ ] = (byte) attributeLength;
                                attributesNumber++;
                                                               }


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

                                                                         {
                                int attributeLength = contentsOffset - attributeLengthOffset - 4;
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
                                contents[attributeLengthOffset++ ] = (byte) attributeLength;
                                attributesNumber++;
                                                                         }


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

                                                                         {
                                int attributeLength = contentsOffset - attributeLengthOffset - 4;
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
                                contents[attributeLengthOffset++ ] = (byte) attributeLength;
                                attributesNumber++;
                                                                         }


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

                                                                         {
                                int attributeLength = contentsOffset - attributeLengthOffset - 4;
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
                                contents[attributeLengthOffset++ ] = (byte) attributeLength;
                                attributesNumber++;
                                                                         }


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

                                                                         {
                                int attributeLength = contentsOffset - attributeLengthOffset - 4;
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
                                contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
                                contents[attributeLengthOffset++ ] = (byte) attributeLength;
                                attributesNumber++;
                                                                         }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  int attributeLength = contentsOffset - attributeLengthOffset - 4;
  contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 24);
  contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 16);
  contents[attributeLengthOffset++ ] = (byte) (attributeLength >> 8);
  contents[attributeLengthOffset++ ] = (byte) attributeLength;
  attributesNumber++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None