Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 198 | plugins/authentication/openid/Auth/OpenID/Parse.php |
2 | 2 | 79 | plugins/authentication/openid/Auth/Yadis/ParseHTML.php |
| ||||
foreach ($this->_entity_replacements as $old => $new) { $str= preg_replace(sprintf("/&%s;/", $old), $new, $str); } |
| ||||
foreach ($this->_entity_replacements as $old => $new) { $str= preg_replace(sprintf("/&%s;/", $old), $new, $str); } |
| |||
foreach ($this->_entity_replacements as $old => $new) { $str=preg_replace(sprintf("/&%s;/",$old),$new,$str); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |