| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 21 | 16 | 4 | 0.956 | class_member_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 21 | 5154 | libraries/simplepie/simplepie.php |
| 2 | 21 | 5211 | libraries/simplepie/simplepie.php |
| 3 | 21 | 5372 | libraries/simplepie/simplepie.php |
| 4 | 21 | 5421 | libraries/simplepie/simplepie.php |
| 5 | 21 | 5520 | libraries/simplepie/simplepie.php |
| 6 | 21 | 5569 | libraries/simplepie/simplepie.php |
| 7 | 21 | 5605 | libraries/simplepie/simplepie.php |
| 8 | 21 | 5667 | libraries/simplepie/simplepie.php |
| 9 | 21 | 5717 | libraries/simplepie/simplepie.php |
| 10 | 21 | 5741 | libraries/simplepie/simplepie.php |
| 11 | 21 | 6225 | libraries/simplepie/simplepie.php |
| 12 | 21 | 6249 | libraries/simplepie/simplepie.php |
| 13 | 21 | 6318 | libraries/simplepie/simplepie.php |
| 14 | 21 | 6361 | libraries/simplepie/simplepie.php |
| 15 | 21 | 6404 | libraries/simplepie/simplepie.php |
| 16 | 21 | 6449 | 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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| ||||
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;
}
}
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#525d5400]] | get_name |
| 1 | 2 | [[#525d5400]] | get_scheme |
| 1 | 3 | [[#525d5400]] | get_type |
| 1 | 4 | [[#525d5400]] | get_term |
| 1 | 5 | [[#525d5400]] | get_categories |
| 1 | 6 | [[#525d5400]] | get_credits |
| 1 | 7 | [[#525d5400]] | get_hashes |
| 1 | 8 | [[#525d5400]] | get_keywords |
| 1 | 9 | [[#525d5400]] | get_medium |
| 1 | 10 | [[#525d5400]] | get_restrictions |
| 1 | 11 | [[#525d5400]] | get_thumbnails |
| 1 | 12 | [[#525d5400]] | get_endtime |
| 1 | 13 | [[#525d5400]] | get_starttime |
| 1 | 14 | [[#525d5400]] | get_url |
| 1 | 15 | [[#525d5400]] | get_scheme |
| 1 | 16 | [[#525d5400]] | get_relationship |
| 2 | 1 | [[#3eb61300]] | name |
| 2 | 2 | [[#3eb61300]] | scheme |
| 2 | 3 | [[#3eb61300]] | type |
| 2 | 4 | [[#3eb61300]] | term |
| 2 | 5 | [[#3eb61300]] | categories |
| 2 | 6 | [[#3eb61300]] | credits |
| 2 | 7 | [[#3eb61300]] | hashes |
| 2 | 8 | [[#3eb61300]] | keywords |
| 2 | 9 | [[#3eb61300]] | medium |
| 2 | 10 | [[#3eb61300]] | restrictions |
| 2 | 11 | [[#3eb61300]] | thumbnails |
| 2 | 12 | [[#3eb61300]] | endTime |
| 2 | 13 | [[#3eb61300]] | startTime |
| 2 | 14 | [[#3eb61300]] | url |
| 2 | 15 | [[#3eb61300]] | scheme |
| 2 | 16 | [[#3eb61300]] | relationship |
| 3 | 1 | [[#525d53a0]] | get_link |
| 3 | 2 | [[#525d53a0]] | get_name |
| 3 | 3 | [[#525d53a0]] | get_width |
| 3 | 4 | [[#525d53a0]] | get_scheme |
| 3 | 5 | [[#525d53a0]] | get_channels |
| 3 | 6 | [[#525d53a0]] | get_description |
| 3 | 7 | [[#525d53a0]] | get_height |
| 3 | 8 | [[#525d53a0]] | get_length |
| 3 | 9 | [[#525d53a0]] | get_player |
| 3 | 10 | [[#525d53a0]] | get_sampling_rate |
| 3 | 11 | [[#525d53a0]] | get_title |
| 3 | 12 | [[#525d53a0]] | get_language |
| 3 | 13 | [[#525d53a0]] | get_text |
| 3 | 14 | [[#525d53a0]] | get_attribution |
| 3 | 15 | [[#525d53a0]] | get_value |
| 3 | 16 | [[#525d53a0]] | get_type |
| 4 | 1 | [[#525d5360]] | link |
| 4 | 2 | [[#525d5360]] | name |
| 4 | 3 | [[#525d5360]] | width |
| 4 | 4 | [[#525d5360]] | scheme |
| 4 | 5 | [[#525d5360]] | channels |
| 4 | 6 | [[#525d5360]] | description |
| 4 | 7 | [[#525d5360]] | height |
| 4 | 8 | [[#525d5360]] | length |
| 4 | 9 | [[#525d5360]] | player |
| 4 | 10 | [[#525d5360]] | samplingrate |
| 4 | 11 | [[#525d5360]] | title |
| 4 | 12 | [[#525d5360]] | language |
| 4 | 13 | [[#525d5360]] | text |
| 4 | 14 | [[#525d5360]] | label |
| 4 | 15 | [[#525d5360]] | value |
| 4 | 16 | [[#525d5360]] | type |