CloneSet74


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
12596
InclusionConstraintGraph/Graph.h
22784
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
2
Source Line
596
Source File
InclusionConstraintGraph/Graph.h

                                                                                // add pointed to locations to set of nodes
                                                                                if ((node->GetKind() == Node::TemporaryNode) && (cached_information.visited_pointed_to_locations != node->GetPointedToLocations().Size())) {
                                                                                        pointed_to_nodes.Union(node->GetPointedToLocations());
                                                                                                                                                                                                                           }


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

                                                                        // add pointed to locations to set of nodes
                                                                        if ((node->GetKind() == Node::TemporaryNode) && (cached_information.visited_pointed_to_locations != node->GetPointedToLocations().Size())) {
                                                                                pointed_to_nodes.Union(node->GetPointedToLocations());
                                                                                                                                                                                                                   }


Clone AbstractionParameter Count: 0Parameter Bindings

// add pointed to locations to set of nodes
if ((node->GetKind() == Node::TemporaryNode) && (cached_information.visited_pointed_to_locations != node->GetPointedToLocations().Size()))
  {
    pointed_to_nodes.Union(node->GetPointedToLocations());
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None