Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 5850 | libraries/simplepie/simplepie.php |
2 | 2 | 154 | plugins/authentication/openid/Auth/Yadis/XRI.php |
| ||||
$mime= explode('/', $type, 2); $mime= $mime[0]; |
| ||||
$authority= explode('/', $xri, 2); $authority= $authority[0]; |
| |||
[[#variable52701a40]]=explode('/', [[#variable52701a60]],2); [[#variable52701a40]]= [[#variable52701a40]][0]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52701a40]] | $authority |
1 | 2 | [[#52701a40]] | $mime |
2 | 1 | [[#52701a60]] | $xri |
2 | 2 | [[#52701a60]] | $type |