CloneSet79


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_seq[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14258
InclusionConstraintGraph/Graph.h
24300
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
4
Source Line
258
Source File
InclusionConstraintGraph/Graph.h

                                                                        if (path->node == std::pair<SingletonNode, MapOptionalIndirectNodesToVisitInformation::Indirection>(node, indirection)) {
                                                                                break;
                                                                                                                                                                                                }
                                                                        path = path->previous_path;


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

                                                                        if (path->node == std::pair<SingletonNode, MapOptionalIndirectNodesToVisitInformation::Indirection>(node, indirection)) {
                                                                                break;
                                                                                                                                                                                                }
                                                                        path = path->previous_path;


Clone AbstractionParameter Count: 0Parameter Bindings

if (path->node == std::pair<SingletonNode, MapOptionalIndirectNodesToVisitInformation::Indirection>(node, indirection))
  {
    break;
  }
path = path->previous_path;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None