Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 2 | 0.959 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 358 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
2 | 5 | 543 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
3 | 5 | 569 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
4 | 5 | 617 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
5 | 5 | 676 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
| ||||
// Then the string index int stringIndexOffset = this.currentOffset; if (currentOffset + 2 >= poolContent.length) { resizePoolContents(2); } currentOffset += 2; |
| ||||
// Then the string index int stringIndexOffset = this.currentOffset; if (currentOffset + 2 >= poolContent.length) { resizePoolContents(2); } currentOffset += 2; |
| ||||
// Then the name index int nameIndexOffset = this.currentOffset; if (currentOffset + 2 >= poolContent.length) { resizePoolContents(2); } currentOffset += 2; |
| ||||
int nameIndexOffset = this.currentOffset; if (currentOffset + 4 >= poolContent.length) { resizePoolContents(4); } currentOffset += 4; |
| ||||
// Then the string index int stringIndexOffset = this.currentOffset; if (currentOffset + 2 >= poolContent.length) { resizePoolContents(2); } currentOffset += 2; |
| |||
// Then the string index // Then the name index int [[#variableb14e6d60]]= this.currentOffset; if (currentOffset + [[#variableb14e6cc0]]>= poolContent.length) { resizePoolContents( [[#variableb14e6cc0]]); } currentOffset += [[#variableb14e6cc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b14e6d60]] | stringIndexOffset |
1 | 2 | [[#b14e6d60]] | nameIndexOffset |
1 | 3 | [[#b14e6d60]] | nameIndexOffset |
1 | 4 | [[#b14e6d60]] | stringIndexOffset |
1 | 5 | [[#b14e6d60]] | stringIndexOffset |
2 | 1 | [[#b14e6cc0]] | 2 |
2 | 2 | [[#b14e6cc0]] | 2 |
2 | 3 | [[#b14e6cc0]] | 4 |
2 | 4 | [[#b14e6cc0]] | 2 |
2 | 5 | [[#b14e6cc0]] | 2 |