Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 407 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
2 | 3 | 443 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
3 | 3 | 478 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
4 | 3 | 519 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
| ||||
poolContent[currentOffset++ ] = (byte) (temp >>> 16); poolContent[currentOffset++ ] = (byte) (temp >>> 8); poolContent[currentOffset++ ] = (byte) temp; |
| ||||
poolContent[currentOffset++ ] = (byte) (temp >>> 16); poolContent[currentOffset++ ] = (byte) (temp >>> 8); poolContent[currentOffset++ ] = (byte) temp; |
| ||||
poolContent[currentOffset++ ] = (byte) (key >>> 16); poolContent[currentOffset++ ] = (byte) (key >>> 8); poolContent[currentOffset++ ] = (byte) key; |
| ||||
poolContent[currentOffset++ ] = (byte) (key >>> 16); poolContent[currentOffset++ ] = (byte) (key >>> 8); poolContent[currentOffset++ ] = (byte) key; |
| |||
poolContent[currentOffset++ ] = (byte) ( [[#variable6008af40]] >>> 16); poolContent[currentOffset++ ] = (byte) ( [[#variable6008af40]] >>> 8); poolContent[currentOffset++ ] = (byte) [[#variable6008af40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6008af40]] | temp |
1 | 2 | [[#6008af40]] | key |
1 | 3 | [[#6008af40]] | temp |
1 | 4 | [[#6008af40]] | key |