Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.990 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1114 | libraries/phpxmlrpc/xmlrpcs.php |
2 | 4 | 1127 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
{ // functions using EPI api should NOT return resp objects, // so make sure we encode the return type correctly $r= &new xmlrpcresp(php_xmlrpc_encode($r, array('extension_api'))); } |
| ||||
{ // what should we assume here about automatic encoding of datetimes // and php classes instances??? $r= &new xmlrpcresp(php_xmlrpc_encode($r, array('auto_dates'))); } |
| |||
{ // functions using EPI api should NOT return resp objects, // so make sure we encode the return type correctly // what should we assume here about automatic encoding of datetimes // and php classes instances??? $r= &new xmlrpcresp(php_xmlrpc_encode($r,array( [[#variable526953c0]]))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526953c0]] | 'extension_api' |
1 | 2 | [[#526953c0]] | 'auto_dates' |