Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 5254 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 9 | 6211 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
for (int i = (3 - (pos& 3)); i > 0; i--) { // faster than % 4 if (classFileOffset >= bCodeStream.length) { resizeByteArray(); } position++; bCodeStream[classFileOffset++ ] = 0; } defaultLabel.branch(); writeSignedWord(length); |
| ||||
// padding for (int i = (3 - (pos& 3)); i > 0; i--) { if (classFileOffset >= bCodeStream.length) { resizeByteArray(); } position++; bCodeStream[classFileOffset++ ] = 0; } defaultLabel.branch(); writeSignedWord(low); |
| |||
// padding for (int i = (3 - (pos&3)); i > 0; i--) { // faster than % 4 if (classFileOffset >= bCodeStream.length) { resizeByteArray(); } position++; bCodeStream[classFileOffset++ ] = 0; } defaultLabel.branch(); writeSignedWord( [[#variable52dae320]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52dae320]] | length |
1 | 2 | [[#52dae320]] | low |