CloneSet5685


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

                        int annotationsLengthOffset = contentsOffset;
                        contentsOffset += 2; // leave space for the annotations length

                        contents[annotationsLengthOffset++ ] = (byte) (invisibleAnnotationsCounter >> 8);
                        contents[annotationsLengthOffset++ ] = (byte) invisibleAnnotationsCounter;


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

                        int annotationsLengthOffset = contentsOffset;
                        contentsOffset += 2; // leave space for the annotations length

                        contents[annotationsLengthOffset++ ] = (byte) (visibleAnnotationsCounter >> 8);
                        contents[annotationsLengthOffset++ ] = (byte) visibleAnnotationsCounter;


Clone AbstractionParameter Count: 1Parameter Bindings

int annotationsLengthOffset = contentsOffset;
contentsOffset += 2; // leave space for the annotations length
contents[annotationsLengthOffset++ ] = (byte) ( [[#variable92356fc0]] >> 8);
contents[annotationsLengthOffset++ ] = (byte)  [[#variable92356fc0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92356fc0]]
visibleAnnotationsCounter 
12[[#92356fc0]]
invisibleAnnotationsCounter