Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_seq[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1986 | InclusionConstraintGraph/Graph.h |
2 | 7 | 2105 | InclusionConstraintGraph/Graph.h |
| ||||
// named object // get symbol space unsigned long symbol_space; GetNumber(symbol_space); // skip separator SkipCharacter(L':'); // get name std::wstring name; GetDescription(name); |
| ||||
// named function // get symbol space unsigned long symbol_space; GetNumber(symbol_space); // skip separator SkipCharacter(L':'); // get name std::wstring name; GetDescription(name); |
| |||
// named object // named function // get symbol space unsigned long symbol_space; GetNumber(symbol_space); // skip separator SkipCharacter(L':'); // get name std::wstring name; GetDescription(name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |