CloneSet653


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7240.977statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171910
libraries/simplepie/simplepie.php
275049
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
7
Source Line
1910
Source File
libraries/simplepie/simplepie.php

                {
                        $return=  $this->sanitize($feed_url, SIMPLEPIE_CONSTRUCT_IRI)
                        .                                                               rawurlencode($this->subscribe_url());
                        if ($site_url !== NULL
                            &&                    $this->get_link() !== NULL) {
                                $return.=  $this->sanitize($site_url, SIMPLEPIE_CONSTRUCT_IRI)
                                .                                                                rawurlencode($this->get_link());
                              }
                        return $return;
                      }


Clone Instance
2
Line Count
7
Source Line
5049
Source File
libraries/simplepie/simplepie.php

                {
                        $return=  $this->sanitize($item_url, SIMPLEPIE_CONSTRUCT_IRI)
                        .                                                               rawurlencode($this->get_permalink());
                        if ($title_url !== NULL
                            &&                     $this->get_title() !== NULL) {
                                $return.=  $this->sanitize($title_url, SIMPLEPIE_CONSTRUCT_IRI)
                                .                                                                 rawurlencode($this->get_title());
                              }
                        return $return;
                      }


Clone AbstractionParameter Count: 4Parameter Bindings

{
  $return=$this->sanitize( [[#variable3c8e4e20]],SIMPLEPIE_CONSTRUCT_IRI)
  . rawurlencode($this-> [[#variable3c8e4dc0]]());
  if ( [[#variable3c8e4d40]]!== NULL
      && $this-> [[#variable3c8e4ca0]]() !== NULL) {
    $return.=$this->sanitize( [[#variable3c8e4d40]],SIMPLEPIE_CONSTRUCT_IRI)
    . rawurlencode($this-> [[#variable3c8e4ca0]]());
  }
  return $return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3c8e4e20]]
$item_url 
12[[#3c8e4e20]]
$feed_url 
21[[#3c8e4dc0]]
get_permalink 
22[[#3c8e4dc0]]
subscribe_url 
31[[#3c8e4d40]]
$title_url 
32[[#3c8e4d40]]
$site_url 
41[[#3c8e4ca0]]
get_title 
42[[#3c8e4ca0]]
get_link