CloneSet1702


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.990statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11132
components/com_contact/controller.php
21142
components/com_contact/controller.php
Clone Instance
1
Line Count
1
Source Line
132
Source File
components/com_contact/controller.php

                $results=         $dispatcher->trigger('onValidateContact', array( &$contact, &$post
                                                                                 ));


Clone Instance
2
Line Count
1
Source Line
142
Source File
components/com_contact/controller.php

                // Passed Validation: Process the contact plugins to integrate with other applications
                $results=         $dispatcher->trigger('onSubmitContact', array( &$contact, &$post
                                                                               ));


Clone AbstractionParameter Count: 1Parameter Bindings

// Passed Validation: Process the contact plugins to integrate with other applications
$results=$dispatcher->trigger( [[#variable51ee7580]],array( &$contact,
                                                            &$post
                                                          ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51ee7580]]
'onSubmitContact' 
12[[#51ee7580]]
'onValidateContact'