Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.960 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 58 | administrator/components/com_contact/helpers/vcard.php |
2 | 3 | 65 | administrator/components/com_contact/helpers/vcard.php |
| ||||
$title= trim($title); $this->properties['TITLE']= $title; |
| ||||
$org= trim($org); $this->properties['ORG']= $org; |
| |||
[[#variable48e29aa0]]=trim( [[#variable48e29aa0]]); $this->properties[ [[#variable48e299e0]]]= [[#variable48e29aa0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48e29aa0]] | $org |
1 | 2 | [[#48e29aa0]] | $title |
2 | 1 | [[#48e299e0]] | 'ORG' |
2 | 2 | [[#48e299e0]] | 'TITLE' |