CloneSet77


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_seq[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17286
InclusionConstraintGraph/SetOfNodes.h
26413
InclusionConstraintGraph/SetOfNodes.h
Clone Instance
1
Line Count
7
Source Line
286
Source File
InclusionConstraintGraph/SetOfNodes.h

                            // create non-shared copy of set if necessary
                                if (m_connections->IsShared()) {
                                        Sequence *new_m_connections = m_connections->Copy();
                                        m_connections->Destroy();
                                        m_connections = new_m_connections;
                                                               }
                                // insert node into ordered sequence
                                assert(!m_connections->IsShared());


Clone Instance
2
Line Count
6
Source Line
413
Source File
InclusionConstraintGraph/SetOfNodes.h

                                                                // create non-shared copy of set if necessary
                                                                if (m_connections->IsShared()) {
                                                                        Sequence *new_m_connections = m_connections->Copy();
                                                                        m_connections->Destroy();
                                                                        m_connections = new_m_connections;
                                                                                               }
                                                                assert(!m_connections->IsShared());


Clone AbstractionParameter Count: 0Parameter Bindings

// create non-shared copy of set if necessary
if (m_connections->IsShared())
  {
    Sequence * new_m_connections = m_connections->Copy();
    m_connections->Destroy();
    m_connections = new_m_connections;
  }
// insert node into ordered sequence
assert(!m_connections->IsShared());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None