Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 439 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
2 | 4 | 474 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
3 | 4 | 511 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
4 | 4 | 869 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
| ||||
if (currentOffset + 4 >= poolContent.length) { resizePoolContents(4); } poolContent[currentOffset++ ] = (byte) (temp >>> 24); |
| ||||
// Then add the 4 bytes representing the int if (currentOffset + 4 >= poolContent.length) { resizePoolContents(4); } poolContent[currentOffset++ ] = (byte) (key >>> 24); |
| ||||
// Then add the 8 bytes representing the long if (currentOffset + 8 >= poolContent.length) { resizePoolContents(8); } poolContent[currentOffset++ ] = (byte) (key >>> 56); |
| ||||
if (currentOffset + 2 >= poolContent.length) { resizePoolContents(2); } poolContent[currentOffset++ ] = (byte) (value >>> 8); |
| |||
// Then add the 4 bytes representing the int // Then add the 8 bytes representing the long if (currentOffset + [[#variable5b1ebf20]]>= poolContent.length) { resizePoolContents( [[#variable5b1ebf20]]); } poolContent[currentOffset++ ] = (byte) ( [[#variable5a59f2a0]] >>> [[#variable5b519da0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b1ebf20]] | 2 |
1 | 2 | [[#5b1ebf20]] | 4 |
1 | 3 | [[#5b1ebf20]] | 8 |
1 | 4 | [[#5b1ebf20]] | 4 |
2 | 1 | [[#5a59f2a0]] | value |
2 | 2 | [[#5a59f2a0]] | key |
2 | 3 | [[#5a59f2a0]] | key |
2 | 4 | [[#5a59f2a0]] | temp |
3 | 1 | [[#5b519da0]] | 8 |
3 | 2 | [[#5b519da0]] | 24 |
3 | 3 | [[#5b519da0]] | 56 |
3 | 4 | [[#5b519da0]] | 24 |