CloneSet84


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_seq[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171986
InclusionConstraintGraph/Graph.h
272105
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
7
Source Line
1986
Source File
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);


Clone Instance
2
Line Count
7
Source Line
2105
Source File
InclusionConstraintGraph/Graph.h

                                                                // named function
                                                                // get symbol space
                                                                unsigned long symbol_space;
                                                                GetNumber(symbol_space);
                                                                // skip separator
                                                                SkipCharacter(L':');
                                                                // get name
                                                                std::wstring name;
                                                                GetDescription(name);


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None