CloneSet57


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.956iteration_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
173803
InclusionConstraintGraph/Graph.h
273819
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
7
Source Line
3803
Source File
InclusionConstraintGraph/Graph.h

                        // clear named object nodes
                        do {
                                for (MapNamedEntitiesToNodes::Iterator iterator = m_named_objects_to_nodes.Begin(); iterator != m_named_objects_to_nodes.End(); ++iterator) {
                                        if (iterator.GetNode()->GetNodeNumber() != 0) {
                                                iterator.GetNode()->SetNodeNumber(0);
                                                                                      }
                                                                                                                                                                            }
                           }
                        while (  0);


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

                        // clear named function nodes
                        do {
                                for (MapNamedEntitiesToNodes::Iterator iterator = m_named_functions_to_nodes.Begin(); iterator != m_named_functions_to_nodes.End(); ++iterator) {
                                        if (iterator.GetNode()->GetNodeNumber() != 0) {
                                                iterator.GetNode()->SetNodeNumber(0);
                                                                                      }
                                                                                                                                                                                }
                           }
                        while (  0);


Clone AbstractionParameter Count: 1Parameter Bindings

// clear named function nodes
// clear named object nodes
do
  {
    for (MapNamedEntitiesToNodes::Iterator iterator = [[#variablea95e960]].Begin(); iterator != [[#variablea95e960]].End(); ++iterator)
      {
        if (iterator.GetNode()->GetNodeNumber() != 0)
          {
            iterator.GetNode()->SetNodeNumber(0);
          }
      }
  }
while (0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a95e960]]
m_named_functions_to_nodes 
12[[#a95e960]]
m_named_objects_to_nodes