Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 316 | administrator/components/com_users/models/user.php |
2 | 1 | 581 | libraries/joomla/user/user.php |
| ||||
// Fire the onAftereStoreUser event $dispatcher->trigger('onAfterStoreUser', array( $user->getProperties(), $isNew, $result, $this->getError() )); |
| ||||
// Fire the onAftereStoreUser event $dispatcher->trigger('onAfterStoreUser', array( $this->getProperties(), $isnew, $result, $this->getError() )); |
| |||
// Fire the onAftereStoreUser event $dispatcher->trigger('onAfterStoreUser',array( [[#variable47bdd9c0]]->getProperties(), [[#variable47bdd960]], $result, $this->getError() )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47bdd9c0]] | $user |
1 | 2 | [[#47bdd9c0]] | $this |
2 | 1 | [[#47bdd960]] | $isNew |
2 | 2 | [[#47bdd960]] | $isnew |