Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.991 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 302 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
2 | 8 | 689 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
| ||||
// Then the size of the stringName array int savedCurrentOffset = currentOffset; if (currentOffset + 2 >= poolContent.length) { // we need to resize the poolContent array because we won't have // enough space to write the length resizePoolContents(2); } currentOffset += 2; int length = 0; |
| ||||
// Then the size of the stringName array int lengthOffset = currentOffset; if (currentOffset + 2 >= poolContent.length) { // we need to resize the poolContent array because we won't have // enough space to write the length resizePoolContents(2); } currentOffset += 2; int length = 0; |
| |||
// Then the size of the stringName array int [[#variable64ce0fe0]]= currentOffset; if (currentOffset + 2 >= poolContent.length) { // we need to resize the poolContent array because we won't have // enough space to write the length resizePoolContents(2); } currentOffset += 2; int length = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64ce0fe0]] | lengthOffset |
1 | 2 | [[#64ce0fe0]] | savedCurrentOffset |