Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.971 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 149 | components/com_content/views/article/view.html.php |
2 | 2 | 153 | components/com_content/views/article/view.html.php |
| ||||
if ($app->getCfg('MetaTitle') == '1') { $this->document->setMetaData('title', $this->item->title); } |
| ||||
if ($app->getCfg('MetaAuthor') == '1') { $this->document->setMetaData('author', $this->item->author); } |
| |||
if ($app->getCfg( [[#variable52636860]]) == '1') { $this->document->setMetaData( [[#variable526367c0]],$this->item-> [[#variable52636740]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52636860]] | 'MetaAuthor' |
1 | 2 | [[#52636860]] | 'MetaTitle' |
2 | 1 | [[#526367c0]] | 'author' |
2 | 2 | [[#526367c0]] | 'title' |
3 | 1 | [[#52636740]] | author |
3 | 2 | [[#52636740]] | title |