Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.975 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1723 | plugins/content/geshi/geshi.php |
2 | 5 | 2085 | plugins/content/geshi/geshi.php |
3 | 5 | 2109 | plugins/content/geshi/geshi.php |
| ||||
if (!$this->use_classes) { $attributes= ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment_key] . '"'; } else { $attributes= ' class="co' . $comment_key . '"'; } |
| ||||
if (!$this->use_classes) { $attributes= ' style="' . $this->language_data['STYLES']['KEYWORDS'][$k] . '"'; } else { $attributes= ' class="kw' . $k . '"'; } |
| ||||
if (!$this->use_classes) { $attributes= ' style="' . $this->language_data['STYLES']['METHODS'][$key] . '"'; } else { $attributes= ' class="me' . $key . '"'; } |
| |||
if (!$this->use_classes) { $attributes=' style="' . $this->language_data['STYLES'][ [[#variable46d07b40]]][ [[#variable25317700]]] . '"'; } else { $attributes= [[#variable253175e0]] . [[#variable25317700]] . '"'; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46d07b40]] | 'COMMENTS' |
1 | 2 | [[#46d07b40]] | 'KEYWORDS' |
1 | 3 | [[#46d07b40]] | 'METHODS' |
2 | 1 | [[#25317700]] | $comment_key |
2 | 2 | [[#25317700]] | $k |
2 | 3 | [[#25317700]] | $key |
3 | 1 | [[#253175e0]] | ' class="co' |
3 | 2 | [[#253175e0]] | ' class="kw' |
3 | 3 | [[#253175e0]] | ' class="me' |