CloneSet25


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

                                        // check whether sequence is ordered
                                        #if PERFORM_EXTENDED_SANITY_CHECKS
                                          { for (std::size_t i=m_connections->size() -1;i >0;i--) {
                                                        assert((*m_connections)[i -1] <(*m_connections)[i]);
                                                                                                  }
                                          }
                                        #endif
                                        return false;


Clone Instance
2
Line Count
8
Source Line
304
Source File
InclusionConstraintGraph/SetOfNodes.h

                                // check whether sequence is ordered
                                #if PERFORM_EXTENDED_SANITY_CHECKS
                                  { for (std::size_t i=m_connections->size() -1;i >0;i--) {
                                                assert((*m_connections)[i -1] <(*m_connections)[i]);
                                                                                          }
                                  }
                                #endif
                            // node was not in set
                                return false;


Clone Instance
3
Line Count
7
Source Line
375
Source File
InclusionConstraintGraph/SetOfNodes.h

                                        // check whether sequence is ordered
                                        #if PERFORM_EXTENDED_SANITY_CHECKS
                                          { for (std::size_t i=m_connections->size() -1;i >0;i--) {
                                                        assert((*m_connections)[i -1] <(*m_connections)[i]);
                                                                                                  }
                                          }
                                        #endif
                                        return;


Clone Instance
4
Line Count
7
Source Line
618
Source File
InclusionConstraintGraph/SetOfNodes.h

                                                                // check whether sequence is ordered
                                                                #if PERFORM_EXTENDED_SANITY_CHECKS
                                                                  { for (std::size_t i=m_connections->size() -1;i >0;i--) {
                                                                                assert((*m_connections)[i -1] <(*m_connections)[i]);
                                                                                                                          }
                                                                  }
                                                                #endif
                                                                return;


Clone AbstractionParameter Count: 1Parameter Bindings

// check whether sequence is ordered
#if PERFORM_EXTENDED_SANITY_CHECKS
  {
    for (std::size_t i = m_connections->size() - 1; i > 0; i--)
      {
        assert((*m_connections)[i - 1] < (*m_connections)[i]);
      }
  }
#endif
[[#variablea939f20]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a939f20]]
return false; 
12[[#a939f20]]
return; 
13[[#a939f20]]
// node was not in set
return false; 
14[[#a939f20]]
return;