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.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 5644 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 3 | 5649 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
for (int j = 0; j < label.forwardReferenceCount; j++) { int forwardPosition = label.forwardReferences[j]; this.writeSignedWord(forwardPosition, offset); } |
| ||||
for (int j = 0; j < label.forwardReferenceCount; j++) { final int forwardReference = label.forwardReferences[j]; this.writePosition(lbl, forwardReference); } |
| |||
for (int j = 0; j < label.forwardReferenceCount; j++) { [[#variablea5277680]]int [[#variablea5277640]]= label.forwardReferences[j]; this. [[#variablea52760a0]]( [[#variablea52775c0]], [[#variablea5277580]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5277680]] | final |
1 | 2 | [[#a5277680]] | |
2 | 1 | [[#a5277640]] | forwardReference |
2 | 2 | [[#a5277640]] | forwardPosition |
3 | 1 | [[#a52760a0]] | writePosition |
3 | 2 | [[#a52760a0]] | writeSignedWord |
4 | 1 | [[#a52775c0]] | lbl |
4 | 2 | [[#a52775c0]] | forwardPosition |
5 | 1 | [[#a5277580]] | forwardReference |
5 | 2 | [[#a5277580]] | offset |