CloneSet1462


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.976class_member_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11246
libraries/joomla/updater/update.php
2715
libraries/joomla/updater/updateadapter.php
Clone Instance
1
Line Count
12
Source Line
46
Source File
libraries/joomla/updater/update.php

        /**
     * Gets the reference to the current direct parent
     *
     * @return object
     */
        protected

                  function _getStackLocation() {

            return implode('->', $this->_stack);
          }
    /**
     * Get the last position in stack count
     * 
     * @return string
     */
    protected

              function _getLastTag() {
        return $this->_stack[count($this->_stack)-  1];
      }


Clone Instance
2
Line Count
7
Source Line
15
Source File
libraries/joomla/updater/updateadapter.php

        /**
     * Gets the reference to the current direct parent
     *
     * @return object
     */
        function _getStackLocation() {

            return implode('->', $this->_stack);
          }

    function _getLastTag() {
        return $this->_stack[count($this->_stack)-  1];
      }


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable526f1d20]]

/**
     * Gets the reference to the current direct parent
     *
     * @return object
     */
function _getStackLocation() {
  return implode('->',$this->_stack);
}
 [[#variable526f1d20]]

 function _getLastTag() {
   return $this->_stack[count($this->_stack)-1];
 }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#526f1d20]]
   /**
* Gets the reference to the current direct parent
*
* @return object
*/
protected 
12[[#526f1d20]]