CloneSet92


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000selection_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122210
InclusionConstraintGraph/Graph.h
222268
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
2
Source Line
2210
Source File
InclusionConstraintGraph/Graph.h

                                                        // map node to type if necessary
                                                        if (type.size() != 0) {
                                                                m_nodes_to_types.Add(map_node_number_to_node[node_number].node, Type::ConstructType(type));
                                                                              }


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

                                                        // map node to type if necessary
                                                        if (type.size() != 0) {
                                                                m_nodes_to_types.Add(map_node_number_to_node[node_number].node, Type::ConstructType(type));
                                                                              }


Clone AbstractionParameter Count: 0Parameter Bindings

// map node to type if necessary
if (type.size() != 0)
  {
    m_nodes_to_types.Add(map_node_number_to_node[node_number].node, Type::ConstructType(type));
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None