CloneSet82


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000selection_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
154176
InclusionConstraintGraph/Graph.h
254239
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
5
Source Line
4176
Source File
InclusionConstraintGraph/Graph.h

                                                        if (type != NULL) {
                                                                WriteCharacter(L'/');
                                                                WriteCharacter(L'"');
                                                                WriteDescription(type->GetString());
                                                                WriteCharacter(L'"');
                                                                          }


Clone Instance
2
Line Count
5
Source Line
4239
Source File
InclusionConstraintGraph/Graph.h

                                                        if (type != NULL) {
                                                                WriteCharacter(L'/');
                                                                WriteCharacter(L'"');
                                                                WriteDescription(type->GetString());
                                                                WriteCharacter(L'"');
                                                                          }


Clone AbstractionParameter Count: 0Parameter Bindings

if (type != NULL)
  {
    WriteCharacter(L'/');
    WriteCharacter(L'"');
    WriteDescription(type->GetString());
    WriteCharacter(L'"');
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None