Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.992 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 447 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
2 | 4 | 578 | libraries/phpxmlrpc/xmlrpc_wrappers.php |
| ||||
$signum= isset ($extra_options['signum']) ? (int) $extra_options['signum'] : 0; $timeout= isset ($extra_options['timeout']) ? (int) $extra_options['timeout'] : 0; $protocol= isset ($extra_options['protocol']) ? $extra_options['protocol'] : ''; $newfuncname= isset ($extra_options['new_function_name']) ? $extra_options['new_function_name'] : ''; |
| ||||
$signum= isset ($extra_options['signum']) ? (int) $extra_options['signum'] : 0; $timeout= isset ($extra_options['timeout']) ? (int) $extra_options['timeout'] : 0; $protocol= isset ($extra_options['protocol']) ? $extra_options['protocol'] : ''; $newclassname= isset ($extra_options['new_class_name']) ? $extra_options['new_class_name'] : ''; |
| |||
$signum= isset ($extra_options['signum']) ? (int) $extra_options['signum'] : 0; $timeout= isset ($extra_options['timeout']) ? (int) $extra_options['timeout'] : 0; $protocol= isset ($extra_options['protocol']) ? $extra_options['protocol'] : ''; [[#variable240e8260]]= isset ($extra_options[ [[#variable240e81e0]]]) ? $extra_options[ [[#variable240e81e0]]] : ''; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#240e8260]] | $newclassname |
1 | 2 | [[#240e8260]] | $newfuncname |
2 | 1 | [[#240e81e0]] | 'new_class_name' |
2 | 2 | [[#240e81e0]] | 'new_function_name' |