Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 0 | 1.000 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 3598 | libraries/simplepie/simplepie.php |
2 | 10 | 3610 | libraries/simplepie/simplepie.php |
3 | 10 | 3622 | libraries/simplepie/simplepie.php |
4 | 10 | 3634 | libraries/simplepie/simplepie.php |
| ||||
{ if ( isset ($keywords[0]['data'])) { $temp= explode(',', $this->sanitize($keywords[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT)); foreach ($temp as $word) { $keywords_parent[]= trim($word); } } unset ($temp); } |
| ||||
{ if ( isset ($keywords[0]['data'])) { $temp= explode(',', $this->sanitize($keywords[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT)); foreach ($temp as $word) { $keywords_parent[]= trim($word); } } unset ($temp); } |
| ||||
{ if ( isset ($keywords[0]['data'])) { $temp= explode(',', $this->sanitize($keywords[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT)); foreach ($temp as $word) { $keywords_parent[]= trim($word); } } unset ($temp); } |
| ||||
{ if ( isset ($keywords[0]['data'])) { $temp= explode(',', $this->sanitize($keywords[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT)); foreach ($temp as $word) { $keywords_parent[]= trim($word); } } unset ($temp); } |
| |||
{ if ( isset ($keywords[0]['data'])) { $temp=explode(',',$this->sanitize($keywords[0]['data'],SIMPLEPIE_CONSTRUCT_TEXT)); foreach ($temp as $word) { $keywords_parent[]=trim($word); } } unset ($temp); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |