Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 0 | 1.000 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1712 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 8 | 2375 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
3 | 8 | 3903 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
int value = numberOfEntries * 10 + 2; this.contents[localVariableTableOffset++ ] = (byte) (value >> 24); this.contents[localVariableTableOffset++ ] = (byte) (value >> 16); this.contents[localVariableTableOffset++ ] = (byte) (value >> 8); this.contents[localVariableTableOffset++ ] = (byte) value; this.contents[localVariableTableOffset++ ] = (byte) (numberOfEntries >> 8); this.contents[localVariableTableOffset] = (byte) numberOfEntries; attributeNumber++; |
| ||||
int value = numberOfEntries * 10 + 2; this.contents[localVariableTableOffset++ ] = (byte) (value >> 24); this.contents[localVariableTableOffset++ ] = (byte) (value >> 16); this.contents[localVariableTableOffset++ ] = (byte) (value >> 8); this.contents[localVariableTableOffset++ ] = (byte) value; this.contents[localVariableTableOffset++ ] = (byte) (numberOfEntries >> 8); this.contents[localVariableTableOffset] = (byte) numberOfEntries; attributeNumber++; |
| ||||
int value = numberOfEntries * 10 + 2; this.contents[localVariableTableOffset++ ] = (byte) (value >> 24); this.contents[localVariableTableOffset++ ] = (byte) (value >> 16); this.contents[localVariableTableOffset++ ] = (byte) (value >> 8); this.contents[localVariableTableOffset++ ] = (byte) value; this.contents[localVariableTableOffset++ ] = (byte) (numberOfEntries >> 8); this.contents[localVariableTableOffset] = (byte) numberOfEntries; attributeNumber++; |
| |||
int value = numberOfEntries * 10 + 2; this.contents[localVariableTableOffset++ ] = (byte) (value >> 24); this.contents[localVariableTableOffset++ ] = (byte) (value >> 16); this.contents[localVariableTableOffset++ ] = (byte) (value >> 8); this.contents[localVariableTableOffset++ ] = (byte) value; this.contents[localVariableTableOffset++ ] = (byte) (numberOfEntries >> 8); this.contents[localVariableTableOffset] = (byte) numberOfEntries; attributeNumber++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |