CloneSet28


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

                        // clear temporary nodes
                        do {
                                for (MapTrackingNumbersToNodes::Iterator iterator = m_temporaries_to_nodes.Begin(); iterator != m_temporaries_to_nodes.End(); ++iterator) {
                                        if (iterator.GetNode()->GetNodeNumber() != 0) {
                                                iterator.GetNode()->SetNodeNumber(0);
                                                                                      }
                                                                                                                                                                          }
                           }
                        while (  0);


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

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


Clone Instance
3
Line Count
7
Source Line
3827
Source File
InclusionConstraintGraph/Graph.h

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


Clone Instance
4
Line Count
7
Source Line
3835
Source File
InclusionConstraintGraph/Graph.h

                        // clear indirect call nodes
                        do {
                                for (MapTrackingNumbersToNodes::Iterator iterator = m_indirect_calls_to_nodes.Begin(); iterator != m_indirect_calls_to_nodes.End(); ++iterator) {
                                        if (iterator.GetNode()->GetNodeNumber() != 0) {
                                                iterator.GetNode()->SetNodeNumber(0);
                                                                                      }
                                                                                                                                                                                }
                           }
                        while (  0);


Clone AbstractionParameter Count: 1Parameter Bindings

// clear indirect call nodes
// clear anonymous function nodes
// clear anonymous object nodes
// clear temporary nodes
do
  {
    for (MapTrackingNumbersToNodes::Iterator iterator = [[#variablea93caa0]].Begin(); iterator != [[#variablea93caa0]].End(); ++iterator)
      {
        if (iterator.GetNode()->GetNodeNumber() != 0)
          {
            iterator.GetNode()->SetNodeNumber(0);
          }
      }
  }
while (0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a93caa0]]
m_indirect_calls_to_nodes 
12[[#a93caa0]]
m_anonymous_functions_to_nodes 
13[[#a93caa0]]
m_anonymous_objects_to_nodes 
14[[#a93caa0]]
m_temporaries_to_nodes