Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 5578 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 5 | 5619 | 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; |
| ||||
int annotationsLengthOffset = contentsOffset; contentsOffset += 2; // leave space for the annotations length contents[annotationsLengthOffset++ ] = (byte) (visibleAnnotationsCounter >> 8); contents[annotationsLengthOffset++ ] = (byte) visibleAnnotationsCounter; |
| |||
int annotationsLengthOffset = contentsOffset; contentsOffset += 2; // leave space for the annotations length contents[annotationsLengthOffset++ ] = (byte) ( [[#variable92356fc0]] >> 8); contents[annotationsLengthOffset++ ] = (byte) [[#variable92356fc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92356fc0]] | visibleAnnotationsCounter |
1 | 2 | [[#92356fc0]] | invisibleAnnotationsCounter |