| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 13 | 3 | 0.952 | statement_sequence |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 2175 | libraries/simplepie/simplepie.php |
| 2 | 8 | 2535 | libraries/simplepie/simplepie.php |
| 3 | 8 | 2885 | libraries/simplepie/simplepie.php |
| 4 | 8 | 2944 | libraries/simplepie/simplepie.php |
| 5 | 8 | 3225 | libraries/simplepie/simplepie.php |
| 6 | 8 | 5336 | libraries/simplepie/simplepie.php |
| 7 | 8 | 5361 | libraries/simplepie/simplepie.php |
| 8 | 8 | 5410 | libraries/simplepie/simplepie.php |
| 9 | 8 | 5509 | libraries/simplepie/simplepie.php |
| 10 | 8 | 5558 | libraries/simplepie/simplepie.php |
| 11 | 8 | 5631 | libraries/simplepie/simplepie.php |
| 12 | 8 | 5656 | libraries/simplepie/simplepie.php |
| 13 | 8 | 5706 | libraries/simplepie/simplepie.php |
| ||||
$links= $this->get_links($rel);
if ( isset ($links[$key]))
{
return $links[$key];
}
else
{
return NULL;
}
|
| ||||
$items= $this->get_items();
if ( isset ($items[$key]))
{
return $items[$key];
}
else
{
return NULL;
}
|
| ||||
$categories= $this->get_categories();
if ( isset ($categories[$key]))
{
return $categories[$key];
}
else
{
return NULL;
}
|
| ||||
$authors= $this->get_authors();
if ( isset ($authors[$key]))
{
return $authors[$key];
}
else
{
return NULL;
}
|
| ||||
$enclosures= $this->get_enclosures();
if ( isset ($enclosures[$key]))
{
return $enclosures[$key];
}
else
{
return NULL;
}
|
| ||||
$captions= $this->get_captions();
if ( isset ($captions[$key]))
{
return $captions[$key];
}
else
{
return NULL;
}
|
| ||||
$categories= $this->get_categories();
if ( isset ($categories[$key]))
{
return $categories[$key];
}
else
{
return NULL;
}
|
| ||||
$credits= $this->get_credits();
if ( isset ($credits[$key]))
{
return $credits[$key];
}
else
{
return NULL;
}
|
| ||||
$hashes= $this->get_hashes();
if ( isset ($hashes[$key]))
{
return $hashes[$key];
}
else
{
return NULL;
}
|
| ||||
$keywords= $this->get_keywords();
if ( isset ($keywords[$key]))
{
return $keywords[$key];
}
else
{
return NULL;
}
|
| ||||
$ratings= $this->get_ratings();
if ( isset ($ratings[$key]))
{
return $ratings[$key];
}
else
{
return NULL;
}
|
| ||||
$restrictions= $this->get_restrictions();
if ( isset ($restrictions[$key]))
{
return $restrictions[$key];
}
else
{
return NULL;
}
|
| ||||
$thumbnails= $this->get_thumbnails();
if ( isset ($thumbnails[$key]))
{
return $thumbnails[$key];
}
else
{
return NULL;
}
|
| |||
[[#variable52606920]]=$this-> [[#variable526068a0]]( [[#variable526067e0]]);
if ( isset ( [[#variable52606920]][$key])) {
return [[#variable52606920]][$key];
}
else {
return NULL;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52606920]] | $categories |
| 1 | 2 | [[#52606920]] | $thumbnails |
| 1 | 3 | [[#52606920]] | $restrictions |
| 1 | 4 | [[#52606920]] | $ratings |
| 1 | 5 | [[#52606920]] | $keywords |
| 1 | 6 | [[#52606920]] | $hashes |
| 1 | 7 | [[#52606920]] | $credits |
| 1 | 8 | [[#52606920]] | $captions |
| 1 | 9 | [[#52606920]] | $enclosures |
| 1 | 10 | [[#52606920]] | $authors |
| 1 | 11 | [[#52606920]] | $items |
| 1 | 12 | [[#52606920]] | $links |
| 1 | 13 | [[#52606920]] | $categories |
| 2 | 1 | [[#526068a0]] | get_categories |
| 2 | 2 | [[#526068a0]] | get_thumbnails |
| 2 | 3 | [[#526068a0]] | get_restrictions |
| 2 | 4 | [[#526068a0]] | get_ratings |
| 2 | 5 | [[#526068a0]] | get_keywords |
| 2 | 6 | [[#526068a0]] | get_hashes |
| 2 | 7 | [[#526068a0]] | get_credits |
| 2 | 8 | [[#526068a0]] | get_captions |
| 2 | 9 | [[#526068a0]] | get_enclosures |
| 2 | 10 | [[#526068a0]] | get_authors |
| 2 | 11 | [[#526068a0]] | get_items |
| 2 | 12 | [[#526068a0]] | get_links |
| 2 | 13 | [[#526068a0]] | get_categories |
| 3 | 1 | [[#526067e0]] | |
| 3 | 2 | [[#526067e0]] | |
| 3 | 3 | [[#526067e0]] | |
| 3 | 4 | [[#526067e0]] | |
| 3 | 5 | [[#526067e0]] | |
| 3 | 6 | [[#526067e0]] | |
| 3 | 7 | [[#526067e0]] | |
| 3 | 8 | [[#526067e0]] | |
| 3 | 9 | [[#526067e0]] | |
| 3 | 10 | [[#526067e0]] | |
| 3 | 11 | [[#526067e0]] | |
| 3 | 12 | [[#526067e0]] | $rel |
| 3 | 13 | [[#526067e0]] | |