Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.985 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2696 | plugins/content/geshi/geshi.php |
2 | 2 | 2699 | plugins/content/geshi/geshi.php |
3 | 2 | 2702 | plugins/content/geshi/geshi.php |
4 | 2 | 2705 | plugins/content/geshi/geshi.php |
| ||||
if (!$economy_mode || $key == GESHI_LINK && $style != '') { $stylesheet.= "{$selector}a:link {{$style}}\n"; } |
| ||||
if (!$economy_mode || $key == GESHI_HOVER && $style != '') { $stylesheet.= "{$selector}a:hover {{$style}}\n"; } |
| ||||
if (!$economy_mode || $key == GESHI_ACTIVE && $style != '') { $stylesheet.= "{$selector}a:active {{$style}}\n"; } |
| ||||
if (!$economy_mode || $key == GESHI_VISITED && $style != '') { $stylesheet.= "{$selector}a:visited {{$style}}\n"; } |
| |||
if (!$economy_mode || $key == [[#variable45ff7f80]] && $style != '') { $stylesheet.= "{$selector} [[#variable24fc17c0]]{$style}}\n"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45ff7f80]] | GESHI_VISITED |
1 | 2 | [[#45ff7f80]] | GESHI_ACTIVE |
1 | 3 | [[#45ff7f80]] | GESHI_HOVER |
1 | 4 | [[#45ff7f80]] | GESHI_LINK |
2 | 1 | [[#24fc17c0]] | a:visited { |
2 | 2 | [[#24fc17c0]] | a:active { |
2 | 3 | [[#24fc17c0]] | a:hover { |
2 | 4 | [[#24fc17c0]] | a:link { |