| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 3 | 6 | 0.977 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 1105 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
| 2 | 10 | 1138 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
| 3 | 10 | 1178 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
| ||||
{
// use extra vector
int vectorIndex;
this.extra[2][vectorIndex = (position / BitCacheSize) - 1] |=
(mask = 1L << (position % BitCacheSize));
this.extra[4][vectorIndex] |= mask;
this.extra[3][vectorIndex] &= (mask = ~mask);
this.extra[5][vectorIndex] &= mask;
if (coverageTestFlag && coverageTestId == 23) {
this.extra[2][vectorIndex] = 0;
}
}
|
| ||||
{
// use extra vector
int vectorIndex;
this.extra[2][vectorIndex = (position / BitCacheSize) - 1] |=
(mask = 1L << (position % BitCacheSize));
this.extra[3][vectorIndex] |= mask;
this.extra[4][vectorIndex] &= (mask = ~mask);
this.extra[5][vectorIndex] &= mask;
if (coverageTestFlag && coverageTestId == 25) {
this.extra[5][vectorIndex] = ~0;
}
}
|
| ||||
{
// use extra vector
int vectorIndex;
this.extra[2][vectorIndex = (position / BitCacheSize) - 1] |=
(mask = 1L << (position % BitCacheSize));
this.extra[5][vectorIndex] |= mask;
this.extra[3][vectorIndex] &= (mask = ~mask);
this.extra[4][vectorIndex] &= mask;
if (coverageTestFlag && coverageTestId == 27) {
this.extra[5][vectorIndex] = 0;
}
}
|
| |||
{
// use extra vector
int vectorIndex;
this.extra[2][vectorIndex = (position / BitCacheSize) - 1] |= (mask = 1L << (position % BitCacheSize));
this.extra[ [[#variable6473d760]]][vectorIndex] |= mask;
this.extra[ [[#variable6473d6e0]]][vectorIndex] &= (mask = ~mask);
this.extra[ [[#variable6473d640]]][vectorIndex] &= mask;
if (coverageTestFlag && coverageTestId == [[#variable6473d580]]) {
this.extra[ [[#variableb9f66860]]][vectorIndex] = [[#variable6473d5c0]];
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6473d760]] | 5 |
| 1 | 2 | [[#6473d760]] | 3 |
| 1 | 3 | [[#6473d760]] | 4 |
| 2 | 1 | [[#6473d6e0]] | 3 |
| 2 | 2 | [[#6473d6e0]] | 4 |
| 2 | 3 | [[#6473d6e0]] | 3 |
| 3 | 1 | [[#6473d640]] | 4 |
| 3 | 2 | [[#6473d640]] | 5 |
| 3 | 3 | [[#6473d640]] | 5 |
| 4 | 1 | [[#6473d580]] | 27 |
| 4 | 2 | [[#6473d580]] | 25 |
| 4 | 3 | [[#6473d580]] | 23 |
| 5 | 1 | [[#b9f66860]] | 5 |
| 5 | 2 | [[#b9f66860]] | 5 |
| 5 | 3 | [[#b9f66860]] | 2 |
| 6 | 1 | [[#6473d5c0]] | 0 |
| 6 | 2 | [[#6473d5c0]] | ~0 |
| 6 | 3 | [[#6473d5c0]] | 0 |