Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 5818 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 2 | 5820 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
header[headerOffset++ ] = (byte) (this.targetJDK >> 8); // minor high header[headerOffset++ ] = (byte) (this.targetJDK >> 0); // minor low |
| ||||
header[headerOffset++ ] = (byte) (this.targetJDK >> 24); // major high header[headerOffset++ ] = (byte) (this.targetJDK >> 16); // major low |
| |||
header[headerOffset++ ] = (byte) (this.targetJDK >> [[#variable61e71260]]); // minor high // major high header[headerOffset++ ] = (byte) (this.targetJDK >> [[#variable61e711a0]]); // minor low // major low |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61e71260]] | 8 |
1 | 2 | [[#61e71260]] | 24 |
2 | 1 | [[#61e711a0]] | 0 |
2 | 2 | [[#61e711a0]] | 16 |