Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 6 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 2002 | libraries/simplepie/simplepie.php |
2 | 12 | 2016 | libraries/simplepie/simplepie.php |
| ||||
if ($type& SIMPLEPIE_TYPE_ATOM_10) { if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag])) { return $this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['feed'][0]['child'][$namespace][$tag]; } } if ($type& SIMPLEPIE_TYPE_ATOM_03) { if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag])) { return $this->data['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['feed'][0]['child'][$namespace][$tag]; } } |
| ||||
if ($type& SIMPLEPIE_TYPE_RSS_RDF) { if ( isset ($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][$namespace][$tag])) { return $this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][$namespace][$tag]; } } if ($type& SIMPLEPIE_TYPE_RSS_SYNDICATION) { if ( isset ($this->data['child']['']['rss'][0]['child'][$namespace][$tag])) { return $this->data['child']['']['rss'][0]['child'][$namespace][$tag]; } } |
| |||
if ($type& [[#variable515fc6e0]]) { if ( isset ($this->data['child'][ [[#variable515fc620]]][ [[#variable515fc580]]][0]['child'][$namespace][$tag])) { return $this->data['child'][ [[#variable515fc620]]][ [[#variable515fc580]]][0]['child'][$namespace][$tag]; } } if ($type& [[#variable5116d9c0]]) { if ( isset ($this->data['child'][ [[#variable515fc500]]][ [[#variable515fc4a0]]][0]['child'][$namespace][$tag])) { return $this->data['child'][ [[#variable515fc500]]][ [[#variable515fc4a0]]][0]['child'][$namespace][$tag]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#515fc6e0]] | SIMPLEPIE_TYPE_RSS_RDF |
1 | 2 | [[#515fc6e0]] | SIMPLEPIE_TYPE_ATOM_10 |
2 | 1 | [[#515fc620]] | SIMPLEPIE_NAMESPACE_RDF |
2 | 2 | [[#515fc620]] | SIMPLEPIE_NAMESPACE_ATOM_10 |
3 | 1 | [[#515fc580]] | 'RDF' |
3 | 2 | [[#515fc580]] | 'feed' |
4 | 1 | [[#5116d9c0]] | SIMPLEPIE_TYPE_RSS_SYNDICATION |
4 | 2 | [[#5116d9c0]] | SIMPLEPIE_TYPE_ATOM_03 |
5 | 1 | [[#515fc500]] | '' |
5 | 2 | [[#515fc500]] | SIMPLEPIE_NAMESPACE_ATOM_03 |
6 | 1 | [[#515fc4a0]] | 'rss' |
6 | 2 | [[#515fc4a0]] | 'feed' |