CloneSet2013


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.976class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14164
administrator/components/com_templates/controller.php
2430
components/com_search/controller.php
Clone Instance
1
Line Count
4
Source Line
164
Source File
administrator/components/com_templates/controller.php

        /**
        * Preview Template
        */
        function preview() {

                JRequest::setVar('view', 'prevuuw');
                parent::display();
              }


Clone Instance
2
Line Count
4
Source Line
30
Source File
components/com_search/controller.php

        /**
         * Method to show the search view
         *
         * @access      public
         * @since       1.5
         */
        function display() {

                JRequest::setVar('view','search'); // force it to be the polls view
                parent::display();
              }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
        * Preview Template
        */
/**
         * Method to show the search view
         *
         * @access      public
         * @since       1.5
         */
function [[#variable402c9200]]() {
  JRequest::setVar('view', [[#variable402c9260]]); // force it to be the polls view
  parent::display();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#402c9200]]
preview 
12[[#402c9200]]
display 
21[[#402c9260]]
'prevuuw' 
22[[#402c9260]]
'search'