| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 5 | 3 | 0.974 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 2554 | libraries/simplepie/simplepie.php |
| 2 | 6 | 2562 | libraries/simplepie/simplepie.php |
| 3 | 6 | 2570 | libraries/simplepie/simplepie.php |
| 4 | 6 | 2578 | libraries/simplepie/simplepie.php |
| 5 | 6 | 2586 | libraries/simplepie/simplepie.php |
| ||||
if ($items= $this->get_feed_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'entry'))
{
$keys= array_keys($items);
foreach ($keys as $key)
{
$this->data['items'][]= &new $this->item_class($this, $items[$key]);
}
}
|
| ||||
if ($items= $this->get_feed_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'entry'))
{
$keys= array_keys($items);
foreach ($keys as $key)
{
$this->data['items'][]= &new $this->item_class($this, $items[$key]);
}
}
|
| ||||
if ($items= $this->get_feed_tags(SIMPLEPIE_NAMESPACE_RSS_10, 'item'))
{
$keys= array_keys($items);
foreach ($keys as $key)
{
$this->data['items'][]= &new $this->item_class($this, $items[$key]);
}
}
|
| ||||
if ($items= $this->get_feed_tags(SIMPLEPIE_NAMESPACE_RSS_090, 'item'))
{
$keys= array_keys($items);
foreach ($keys as $key)
{
$this->data['items'][]= &new $this->item_class($this, $items[$key]);
}
}
|
| ||||
if ($items= $this->get_channel_tags('', 'item'))
{
$keys= array_keys($items);
foreach ($keys as $key)
{
$this->data['items'][]= &new $this->item_class($this, $items[$key]);
}
}
|
| |||
if ($items=$this-> [[#variable58f4cc60]]( [[#variable58f4cbe0]], [[#variable58f4cc00]])) {
$keys=array_keys($items);
foreach ($keys as $key) {
$this->data['items'][]= &new $this->item_class($this,$items[$key]);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58f4cc60]] | get_feed_tags |
| 1 | 2 | [[#58f4cc60]] | get_feed_tags |
| 1 | 3 | [[#58f4cc60]] | get_feed_tags |
| 1 | 4 | [[#58f4cc60]] | get_feed_tags |
| 1 | 5 | [[#58f4cc60]] | get_channel_tags |
| 2 | 1 | [[#58f4cbe0]] | SIMPLEPIE_NAMESPACE_ATOM_10 |
| 2 | 2 | [[#58f4cbe0]] | SIMPLEPIE_NAMESPACE_ATOM_03 |
| 2 | 3 | [[#58f4cbe0]] | SIMPLEPIE_NAMESPACE_RSS_10 |
| 2 | 4 | [[#58f4cbe0]] | SIMPLEPIE_NAMESPACE_RSS_090 |
| 2 | 5 | [[#58f4cbe0]] | '' |
| 3 | 1 | [[#58f4cc00]] | 'entry' |
| 3 | 2 | [[#58f4cc00]] | 'entry' |
| 3 | 3 | [[#58f4cc00]] | 'item' |
| 3 | 4 | [[#58f4cc00]] | 'item' |
| 3 | 5 | [[#58f4cc00]] | 'item' |