CloneSet83


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_seq[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172169
InclusionConstraintGraph/Graph.h
272240
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
7
Source Line
2169
Source File
InclusionConstraintGraph/Graph.h

                                                                // AST function
                                                                // get description
                                                                std::wstring description;
                                                                GetDescription(description);
                                                                // check for type
                                                                if (file[position] == L'/') {
                                                                        position++;
                                                                        // get type
                                                                        GetDescription(type);
                                                                                            }


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

                                                        // get description
                                                        std::wstring description;
                                                        GetDescription(description);
                                                        // check for type
                                                        if (file[position] == L'/') {
                                                                position++;
                                                                // get type
                                                                GetDescription(type);
                                                                                    }


Clone AbstractionParameter Count: 0Parameter Bindings

// AST function
// get description
std::wstring description;
GetDescription(description);
// check for type
if (file[position] == L'/')
  {
    position++;
    // get type
    GetDescription(type);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None