| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.991 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 92 | administrator/components/com_plugins/views/plugin/view.html.php |
| 2 | 1 | 93 | administrator/components/com_plugins/views/plugin/view.html.php |
| ||||
// Core or 1.5
$lang->load( 'plg_'
. trim( $row->folder)
. '_'
. trim( $row->element), JPATH_ADMINISTRATOR);
|
| ||||
$lang->load( 'plg_'
. trim( $row->folder)
. '_'
. trim( $row->element), JPATH_SITE); // handle language files not in admin, mostly core
|
| |||
// Core or 1.5
$lang->load('plg_'
. trim($row->folder)
. '_'
. trim($row->element), [[#variable540a9d00]]); // handle language files not in admin, mostly core
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#540a9d00]] | JPATH_SITE |
| 1 | 2 | [[#540a9d00]] | JPATH_ADMINISTRATOR |