CloneSet91


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
211640.956class_member_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1215154
libraries/simplepie/simplepie.php
2215211
libraries/simplepie/simplepie.php
3215372
libraries/simplepie/simplepie.php
4215421
libraries/simplepie/simplepie.php
5215520
libraries/simplepie/simplepie.php
6215569
libraries/simplepie/simplepie.php
7215605
libraries/simplepie/simplepie.php
8215667
libraries/simplepie/simplepie.php
9215717
libraries/simplepie/simplepie.php
10215741
libraries/simplepie/simplepie.php
11216225
libraries/simplepie/simplepie.php
12216249
libraries/simplepie/simplepie.php
13216318
libraries/simplepie/simplepie.php
14216361
libraries/simplepie/simplepie.php
15216404
libraries/simplepie/simplepie.php
16216449
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
21
Source Line
5154
Source File
libraries/simplepie/simplepie.php

        function get_name() {

                if ($this->name !== NULL)
                {
                        return $this->name;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_link() {

                if ($this->link !== NULL)
                {
                        return $this->link;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
2
Line Count
21
Source Line
5211
Source File
libraries/simplepie/simplepie.php

        function get_term() {

                if ($this->term !== NULL)
                {
                        return $this->term;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_scheme() {

                if ($this->scheme !== NULL)
                {
                        return $this->scheme;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
3
Line Count
21
Source Line
5372
Source File
libraries/simplepie/simplepie.php

        function get_categories() {

                if ($this->categories !== NULL)
                {
                        return $this->categories;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_channels() {

                if ($this->channels !== NULL)
                {
                        return $this->channels;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
4
Line Count
21
Source Line
5421
Source File
libraries/simplepie/simplepie.php

        function get_credits() {

                if ($this->credits !== NULL)
                {
                        return $this->credits;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_description() {

                if ($this->description !== NULL)
                {
                        return $this->description;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
5
Line Count
21
Source Line
5520
Source File
libraries/simplepie/simplepie.php

        function get_hashes() {

                if ($this->hashes !== NULL)
                {
                        return $this->hashes;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_height() {

                if ($this->height !== NULL)
                {
                        return $this->height;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
6
Line Count
21
Source Line
5569
Source File
libraries/simplepie/simplepie.php

        function get_keywords() {

                if ($this->keywords !== NULL)
                {
                        return $this->keywords;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_length() {

                if ($this->length !== NULL)
                {
                        return $this->length;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
7
Line Count
21
Source Line
5605
Source File
libraries/simplepie/simplepie.php

        function get_medium() {

                if ($this->medium !== NULL)
                {
                        return $this->medium;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_player() {

                if ($this->player !== NULL)
                {
                        return $this->player;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
8
Line Count
21
Source Line
5667
Source File
libraries/simplepie/simplepie.php

        function get_restrictions() {

                if ($this->restrictions !== NULL)
                {
                        return $this->restrictions;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_sampling_rate() {

                if ($this->samplingrate !== NULL)
                {
                        return $this->samplingrate;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
9
Line Count
21
Source Line
5717
Source File
libraries/simplepie/simplepie.php

        function get_thumbnails() {

                if ($this->thumbnails !== NULL)
                {
                        return $this->thumbnails;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_title() {

                if ($this->title !== NULL)
                {
                        return $this->title;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
10
Line Count
21
Source Line
5741
Source File
libraries/simplepie/simplepie.php

        function get_type() {

                if ($this->type !== NULL)
                {
                        return $this->type;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_width() {

                if ($this->width !== NULL)
                {
                        return $this->width;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
11
Line Count
21
Source Line
6225
Source File
libraries/simplepie/simplepie.php

        function get_endtime() {

                if ($this->endTime !== NULL)
                {
                        return $this->endTime;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_language() {

                if ($this->language !== NULL)
                {
                        return $this->language;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
12
Line Count
21
Source Line
6249
Source File
libraries/simplepie/simplepie.php

        function get_starttime() {

                if ($this->startTime !== NULL)
                {
                        return $this->startTime;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_text() {

                if ($this->text !== NULL)
                {
                        return $this->text;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
13
Line Count
21
Source Line
6318
Source File
libraries/simplepie/simplepie.php

        function get_scheme() {

                if ($this->scheme !== NULL)
                {
                        return $this->scheme;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_name() {

                if ($this->name !== NULL)
                {
                        return $this->name;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
14
Line Count
21
Source Line
6361
Source File
libraries/simplepie/simplepie.php

        function get_url() {

                if ($this->url !== NULL)
                {
                        return $this->url;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_attribution() {

                if ($this->label !== NULL)
                {
                        return $this->label;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
15
Line Count
21
Source Line
6404
Source File
libraries/simplepie/simplepie.php

        function get_scheme() {

                if ($this->scheme !== NULL)
                {
                        return $this->scheme;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_value() {

                if ($this->value !== NULL)
                {
                        return $this->value;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone Instance
16
Line Count
21
Source Line
6449
Source File
libraries/simplepie/simplepie.php

        function get_relationship() {

                if ($this->relationship !== NULL)
                {
                        return $this->relationship;
                      }
                else
                {
                        return NULL;
                      }
              }

        function get_type() {

                if ($this->type !== NULL)
                {
                        return $this->type;
                      }
                else
                {
                        return NULL;
                      }
              }


Clone AbstractionParameter Count: 4Parameter Bindings

function [[#variable525d5400]]() {
  if ($this-> [[#variable3eb61300]]!== NULL) {
    return $this-> [[#variable3eb61300]];
  }
  else {
    return NULL;
  }
}

function [[#variable525d53a0]]() {
  if ($this-> [[#variable525d5360]]!== NULL) {
    return $this-> [[#variable525d5360]];
  }
  else {
    return NULL;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#525d5400]]
get_name 
12[[#525d5400]]
get_scheme 
13[[#525d5400]]
get_type 
14[[#525d5400]]
get_term 
15[[#525d5400]]
get_categories 
16[[#525d5400]]
get_credits 
17[[#525d5400]]
get_hashes 
18[[#525d5400]]
get_keywords 
19[[#525d5400]]
get_medium 
110[[#525d5400]]
get_restrictions 
111[[#525d5400]]
get_thumbnails 
112[[#525d5400]]
get_endtime 
113[[#525d5400]]
get_starttime 
114[[#525d5400]]
get_url 
115[[#525d5400]]
get_scheme 
116[[#525d5400]]
get_relationship 
21[[#3eb61300]]
name 
22[[#3eb61300]]
scheme 
23[[#3eb61300]]
type 
24[[#3eb61300]]
term 
25[[#3eb61300]]
categories 
26[[#3eb61300]]
credits 
27[[#3eb61300]]
hashes 
28[[#3eb61300]]
keywords 
29[[#3eb61300]]
medium 
210[[#3eb61300]]
restrictions 
211[[#3eb61300]]
thumbnails 
212[[#3eb61300]]
endTime 
213[[#3eb61300]]
startTime 
214[[#3eb61300]]
url 
215[[#3eb61300]]
scheme 
216[[#3eb61300]]
relationship 
31[[#525d53a0]]
get_link 
32[[#525d53a0]]
get_name 
33[[#525d53a0]]
get_width 
34[[#525d53a0]]
get_scheme 
35[[#525d53a0]]
get_channels 
36[[#525d53a0]]
get_description 
37[[#525d53a0]]
get_height 
38[[#525d53a0]]
get_length 
39[[#525d53a0]]
get_player 
310[[#525d53a0]]
get_sampling_rate 
311[[#525d53a0]]
get_title 
312[[#525d53a0]]
get_language 
313[[#525d53a0]]
get_text 
314[[#525d53a0]]
get_attribution 
315[[#525d53a0]]
get_value 
316[[#525d53a0]]
get_type 
41[[#525d5360]]
link 
42[[#525d5360]]
name 
43[[#525d5360]]
width 
44[[#525d5360]]
scheme 
45[[#525d5360]]
channels 
46[[#525d5360]]
description 
47[[#525d5360]]
height 
48[[#525d5360]]
length 
49[[#525d5360]]
player 
410[[#525d5360]]
samplingrate 
411[[#525d5360]]
title 
412[[#525d5360]]
language 
413[[#525d5360]]
text 
414[[#525d5360]]
label 
415[[#525d5360]]
value 
416[[#525d5360]]
type