Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | iteration_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 583 | InclusionConstraintGraph/Type.h |
2 | 10 | 678 | InclusionConstraintGraph/Type.h |
| ||||
for (; index <type.size();index++) { if ( ((type[index] >= L'A') && (type[index] <= L'Z')) || ((type[index] >= L'a') && (type[index] <= L'z')) || ((type[index] >= L'0') && (type[index] <= L'9')) || (type[index] == L'$') || (type[index] == L'_')) { name += type[index]; } else { break; } } |
| ||||
for (; index <type.size();index++) { if ( ((type[index] >= L'A') && (type[index] <= L'Z')) || ((type[index] >= L'a') && (type[index] <= L'z')) || ((type[index] >= L'0') && (type[index] <= L'9')) || (type[index] == L'$') || (type[index] == L'_')) { name += type[index]; } else { break; } } |
| |||
for (; index < type.size(); index++) { if (((type[index] >= L'A') && (type[index] <= L'Z')) || ((type[index] >= L'a') && (type[index] <= L'z')) || ((type[index] >= L'0') && (type[index] <= L'9')) || (type[index] == L'$') || (type[index] == L'_')) { name += type[index]; } else { break; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |