Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.964 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 128 | libraries/joomla/factory.php |
2 | 2 | 252 | libraries/joomla/factory.php |
| ||||
if (!is_object(JFactory::$document)) { JFactory::$document= JFactory::_createDocument(); } |
| ||||
if (! is_object(JFactory::$mailer)) { JFactory::$mailer= JFactory::_createMailer(); } |
| |||
if (!is_object(JFactory:: [[#variable5161fc60]])) { JFactory:: [[#variable5161fc60]]=JFactory:: [[#variable5161fc00]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5161fc60]] | $document |
1 | 2 | [[#5161fc60]] | $mailer |
2 | 1 | [[#5161fc00]] | _createDocument |
2 | 2 | [[#5161fc00]] | _createMailer |