Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 3 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2154 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 2 | 3267 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
3 | 2 | 3270 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
4 | 2 | 3275 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
5 | 2 | 3707 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
6 | 2 | 3710 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
this.contents[codeAttributeOffset + 4] = (byte) (codeAttributeLength >> 8); this.contents[codeAttributeOffset + 5] = (byte) codeAttributeLength; |
| ||||
this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8); this.contents[codeAttributeOffset + 7] = (byte) max_stack; |
| ||||
this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8); this.contents[codeAttributeOffset + 9] = (byte) max_locals; |
| ||||
this.contents[codeAttributeOffset + 12] = (byte) (code_length >> 8); this.contents[codeAttributeOffset + 13] = (byte) code_length; |
| ||||
this.contents[codeAttributeOffset + 6] = (byte) (max_stack >> 8); this.contents[codeAttributeOffset + 7] = (byte) max_stack; |
| ||||
this.contents[codeAttributeOffset + 8] = (byte) (max_locals >> 8); this.contents[codeAttributeOffset + 9] = (byte) max_locals; |
| |||
this.contents[codeAttributeOffset + [[#variable59604880]]] = (byte) ( [[#variablec076b8e0]] >> 8); this.contents[codeAttributeOffset + [[#variable596048a0]]] = (byte) [[#variablec076b8e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59604880]] | 6 |
1 | 2 | [[#59604880]] | 8 |
1 | 3 | [[#59604880]] | 12 |
1 | 4 | [[#59604880]] | 4 |
1 | 5 | [[#59604880]] | 8 |
1 | 6 | [[#59604880]] | 6 |
2 | 1 | [[#c076b8e0]] | max_stack |
2 | 2 | [[#c076b8e0]] | max_locals |
2 | 3 | [[#c076b8e0]] | code_length |
2 | 4 | [[#c076b8e0]] | codeAttributeLength |
2 | 5 | [[#c076b8e0]] | max_locals |
2 | 6 | [[#c076b8e0]] | max_stack |
3 | 1 | [[#596048a0]] | 7 |
3 | 2 | [[#596048a0]] | 9 |
3 | 3 | [[#596048a0]] | 13 |
3 | 4 | [[#596048a0]] | 5 |
3 | 5 | [[#596048a0]] | 9 |
3 | 6 | [[#596048a0]] | 7 |