CloneSet1720


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.971if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12149
components/com_content/views/article/view.html.php
22153
components/com_content/views/article/view.html.php
Clone Instance
1
Line Count
2
Source Line
149
Source File
components/com_content/views/article/view.html.php

                if ($app->getCfg('MetaTitle') == '1') {
                        $this->document->setMetaData('title', $this->item->title);
                      }


Clone Instance
2
Line Count
2
Source Line
153
Source File
components/com_content/views/article/view.html.php

                if ($app->getCfg('MetaAuthor') == '1') {
                        $this->document->setMetaData('author', $this->item->author);
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($app->getCfg( [[#variable52636860]]) == '1') {
  $this->document->setMetaData( [[#variable526367c0]],$this->item-> [[#variable52636740]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52636860]]
'MetaAuthor' 
12[[#52636860]]
'MetaTitle' 
21[[#526367c0]]
'author' 
22[[#526367c0]]
'title' 
31[[#52636740]]
author 
32[[#52636740]]
title