Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.953 | compound_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 695 | InclusionConstraintGraph/Type.h |
2 | 9 | 705 | InclusionConstraintGraph/Type.h |
| ||||
{ index++; if ((index < type.size()) && (type[index] == L'v')) { index++; qualifiers = Qualifiers::ConstantVolatile; } else { qualifiers = Qualifiers::Constant; } break; } |
| ||||
{ index++; if ((index < type.size()) && (type[index] == L'c')) { index++; qualifiers = Qualifiers::ConstantVolatile; } else { qualifiers = Qualifiers::Volatile; } break; } |
| |||
{ index++; if ((index < type.size()) && (type[index] == [[#variablea94e4a0]])) { index++; qualifiers = Qualifiers::ConstantVolatile; } else { qualifiers = Qualifiers::[[#variablea94e420]]; } break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a94e4a0]] | L'c' |
1 | 2 | [[#a94e4a0]] | L'v' |
2 | 1 | [[#a94e420]] | Volatile |
2 | 2 | [[#a94e420]] | Constant |