Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 5 | 0.951 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 4372 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 3 | 4375 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8); contents[codeAttributeOffset + 7] = (byte) max_stack; int max_locals = codeStream.maxLocals; |
| ||||
contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8); contents[codeAttributeOffset + 9] = (byte) max_locals; int code_length = codeStream.position; |
| |||
contents[codeAttributeOffset + [[#variable9068d2c0]]] = (byte) ( [[#variable9068d160]] >> 8); contents[codeAttributeOffset + [[#variable9068d200]]] = (byte) [[#variable9068d160]]; int [[#variable9068ca60]]= codeStream. [[#variable9068d220]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9068d2c0]] | 8 |
1 | 2 | [[#9068d2c0]] | 6 |
2 | 1 | [[#9068d160]] | max_locals |
2 | 2 | [[#9068d160]] | max_stack |
3 | 1 | [[#9068d200]] | 9 |
3 | 2 | [[#9068d200]] | 7 |
4 | 1 | [[#9068ca60]] | code_length |
4 | 2 | [[#9068ca60]] | max_locals |
5 | 1 | [[#9068d220]] | position |
5 | 2 | [[#9068d220]] | maxLocals |