Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 1 | 0.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 122 | administrator/components/com_redirect/models/link.php |
2 | 6 | 120 | administrator/components/com_users/models/user.php |
3 | 6 | 62 | components/com_users/models/profile.php |
4 | 6 | 55 | components/com_users/models/registration.php |
5 | 6 | 67 | installation/models/setup.php |
| ||||
$form= & JForm::getInstance('jform', 'link', TRUE, array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
| ||||
$form= &JForm::getInstance('jform', 'user', TRUE, array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
| ||||
$form= &JForm::getInstance('jform', 'profile', TRUE, array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
| ||||
$form= &JForm::getInstance('jform', 'registration', TRUE, array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
| ||||
$form= & JForm::getInstance('jform', $view, TRUE, array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
| |||
$form= &JForm::getInstance('jform', [[#variable58739b20]],TRUE,array('array' => TRUE)); // Check for an error. if (JError::isError($form)) { $this->setError($form->getMessage()); return $false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58739b20]] | 'registration' |
1 | 2 | [[#58739b20]] | $view |
1 | 3 | [[#58739b20]] | 'profile' |
1 | 4 | [[#58739b20]] | 'user' |
1 | 5 | [[#58739b20]] | 'link' |