Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.951 | pp_statement_seq |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 4726 | InclusionConstraintGraph/Graph.h |
2 | 12 | 4741 | InclusionConstraintGraph/Graph.h |
| ||||
#if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS do { for (std::size_t a=0; a <m_assignments_to_dereferenced_targets_from_sources.Size();a++) { if (m_assignments_to_dereferenced_targets_from_sources[a].TranslationUnit() == translation_unit) { WriteNumber(m_assignments_to_dereferenced_targets_from_sources[a].Target()->GetNodeNumber()); WriteCharacter(L':'); WriteNumber(m_assignments_to_dereferenced_targets_from_sources[a].Source()->GetNodeNumber()); WriteNewline(); } } } while ( 0); #endif |
| ||||
#if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS do { for (std::size_t a=0; a <m_assignments_to_targets_from_dereferenced_sources.Size();a++) { if (m_assignments_to_targets_from_dereferenced_sources[a].TranslationUnit() == translation_unit) { WriteNumber(m_assignments_to_targets_from_dereferenced_sources[a].Target()->GetNodeNumber()); WriteCharacter(L':'); WriteNumber(m_assignments_to_targets_from_dereferenced_sources[a].Source()->GetNodeNumber()); WriteNewline(); } } } while ( 0); #endif |
| |||
#if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS do { for (std::size_t a = 0; a < [[#variablea946d40]].Size(); a++) { if ([[#variablea946d40]][a].TranslationUnit() == translation_unit) { WriteNumber([[#variablea946d40]][a].Target()->GetNodeNumber()); WriteCharacter(L':'); WriteNumber([[#variablea946d40]][a].Source()->GetNodeNumber()); WriteNewline(); } } } while (0); #endif |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a946d40]] | m_assignments_to_targets_from_dereferenced_sources |
1 | 2 | [[#a946d40]] | m_assignments_to_dereferenced_targets_from_sources |