Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.990 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 132 | components/com_contact/controller.php |
2 | 1 | 142 | components/com_contact/controller.php |
| ||||
$results= $dispatcher->trigger('onValidateContact', array( &$contact, &$post )); |
| ||||
// Passed Validation: Process the contact plugins to integrate with other applications $results= $dispatcher->trigger('onSubmitContact', array( &$contact, &$post )); |
| |||
// Passed Validation: Process the contact plugins to integrate with other applications $results=$dispatcher->trigger( [[#variable51ee7580]],array( &$contact, &$post )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51ee7580]] | 'onSubmitContact' |
1 | 2 | [[#51ee7580]] | 'onValidateContact' |