CloneSet314


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1701.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1153
administrator/components/com_banners/controllers/client.php
21126
administrator/components/com_contact/admin.contact.php
3189
administrator/components/com_messages/admin.messages.php
41228
administrator/components/com_modules/models/modules.php
51109
administrator/components/com_newsfeeds/admin.newsfeeds.php
6177
administrator/components/com_plugins/views/plugins/view.html.php
7169
administrator/components/com_search/models/search.php
Clone Instance
1
Line Count
1
Source Line
53
Source File
administrator/components/com_banners/controllers/client.php

                $where=           (count($where)
                                   ?               ' WHERE '
                                                   .           implode(' AND ', $where)
                                   :                                                      '');


Clone Instance
2
Line Count
1
Source Line
126
Source File
administrator/components/com_contact/admin.contact.php

        $where=           (count($where)
                           ?               ' WHERE '
                                           .           implode(' AND ', $where)
                           :                                                      '');


Clone Instance
3
Line Count
1
Source Line
89
Source File
administrator/components/com_messages/admin.messages.php

        $where=           (count($where)
                           ?               ' WHERE '
                                           .           implode(' AND ', $where)
                           :                                                      '');


Clone Instance
4
Line Count
1
Source Line
228
Source File
administrator/components/com_modules/models/modules.php

                $where=           (count($where)
                                   ?               ' WHERE '
                                                   .          implode(' AND ', $where)
                                   :                                                     '');


Clone Instance
5
Line Count
1
Source Line
109
Source File
administrator/components/com_newsfeeds/admin.newsfeeds.php

        $where=           (count($where)
                           ?               ' WHERE '
                                           .           implode(' AND ', $where)
                           :                                                      '');


Clone Instance
6
Line Count
1
Source Line
77
Source File
administrator/components/com_plugins/views/plugins/view.html.php

                $where=           ( count( $where)
                                    ?                 ' WHERE '
                                                      .           implode( ' AND ', $where)
                                    :                                                          '');


Clone Instance
7
Line Count
1
Source Line
69
Source File
administrator/components/com_search/models/search.php

                $where=           (count($where)
                                   ?               ' WHERE '
                                                   .           implode(' AND ', $where)
                                   :                                                      '');


Clone AbstractionParameter Count: 0Parameter Bindings

$where=(count($where)
        ? ' WHERE '
          . implode(' AND ',$where)
        : '');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None