CloneSet55


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_seq[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15681
InclusionConstraintGraph/Graph.h
25746
InclusionConstraintGraph/Graph.h
35826
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
5
Source Line
681
Source File
InclusionConstraintGraph/Graph.h

                                                                                        // update status of cached information
                                                                                        cached_information.last_updated_on_iteration = current_iteration;
                                                                                        if (pointed_to_nodes.Size() != last_number_of_pointed_to_nodes) {
                                                                                                cached_information.last_changed_on_iteration = current_iteration;
                                                                                                                                                        }
                                                                                        cached_information.visited_inclusion_constraints = node->GetInclusionConstraints().Size();


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

                                                                                // update status of cached information
                                                                                cached_information.last_updated_on_iteration = current_iteration;
                                                                                if (pointed_to_nodes.Size() != last_number_of_pointed_to_nodes) {
                                                                                        cached_information.last_changed_on_iteration = current_iteration;
                                                                                                                                                }
                                                                                cached_information.visited_inclusion_constraints = node->GetInclusionConstraints().Size();


Clone Instance
3
Line Count
5
Source Line
826
Source File
InclusionConstraintGraph/Graph.h

                                                                        // update status of cached information
                                                                        cached_information.last_updated_on_iteration = current_iteration;
                                                                        if (pointed_to_nodes.Size() != last_number_of_pointed_to_nodes) {
                                                                                cached_information.last_changed_on_iteration = current_iteration;
                                                                                                                                        }
                                                                        cached_information.visited_inclusion_constraints = node->GetInclusionConstraints().Size();


Clone AbstractionParameter Count: 0Parameter Bindings

// update status of cached information
cached_information.last_updated_on_iteration = current_iteration;
if (pointed_to_nodes.Size() != last_number_of_pointed_to_nodes)
  {
    cached_information.last_changed_on_iteration = current_iteration;
  }
cached_information.visited_inclusion_constraints = node->GetInclusionConstraints().Size();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None