CloneSet1622


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
33201.000class_member_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13371
libraries/joomla/document/json/json.php
23369
libraries/joomla/document/xml/xml.php
Clone Instance
1
Line Count
33
Source Line
71
Source File
libraries/joomla/document/json/json.php

        /**
         * Get the document head data
         *
         * @access      public
         * @return      array   The document head data in array form
         */
        public

               function getHeadData() {
               }
        /**
         * Set the document head data
         *
         * @access      public
         * @param       array   $data   The document head data in array form
         */
        public

               function setHeadData($data) {
               }
        /**
         * Returns the document name
         *
         * @access public
         * @return string
         */
        public

               function getName() {
                return $this->_name;
              }
        /**
         * Sets the document name
         *
         * @param   string   $name      Document name
         * @access  public
         * @return  void
         */
        public

               function setName($name=  'joomla') {
                $this->_name = $name;
              }


Clone Instance
2
Line Count
33
Source Line
69
Source File
libraries/joomla/document/xml/xml.php

        /**
         * Get the document head data
         *
         * @access      public
         * @return      array   The document head data in array form
         */
        public

               function getHeadData() {
               }
        /**
         * Set the document head data
         *
         * @access      public
         * @param       array   $data   The document head data in array form
         */
        public

               function setHeadData($data) {
               }
        /**
         * Returns the document name
         *
         * @access public
         * @return string
         */
        public

               function getName() {
                return $this->_name;
              }
        /**
         * Sets the document name
         *
         * @param   string   $name      Document name
         * @access  public
         * @return  void
         */
        public

               function setName($name=  'joomla') {
                $this->_name = $name;
              }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Get the document head data
         *
         * @access      public
         * @return      array   The document head data in array form
         */
public

      function getHeadData() {
      }
/**
         * Set the document head data
         *
         * @access      public
         * @param       array   $data   The document head data in array form
         */
public

      function setHeadData($data) {
      }
/**
         * Returns the document name
         *
         * @access public
         * @return string
         */
public

      function getName() {
        return $this->_name;
      }
/**
         * Sets the document name
         *
         * @param   string   $name      Document name
         * @access  public
         * @return  void
         */
public

      function setName($name='joomla') {
        $this->_name =$name;
      }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None