Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 761 | libraries/joomla/installer/adapters/component.php |
2 | 5 | 205 | libraries/joomla/installer/adapters/library.php |
3 | 3 | 175 | libraries/joomla/installer/adapters/package.php |
4 | 5 | 193 | libraries/joomla/installer/adapters/template.php |
| ||||
$retval= TRUE; // First order of business will be to load the component object table from the database. // This should give us the necessary information to proceed. $row= & JTable::getInstance('extension'); |
| ||||
// Initialize variables $retval= TRUE; // First order of business will be to load the module object table from the database. // This should give us the necessary information to proceed. $row= & JTable::getInstance('extension'); |
| ||||
$retval= TRUE; $row= & JTable::getInstance('extension'); |
| ||||
// Initialize variables $retval= TRUE; // First order of business will be to load the module object table from the database. // This should give us the necessary information to proceed. $row= & JTable::getInstance('extension'); |
| |||
// Initialize variables $retval=TRUE; // First order of business will be to load the module object table from the database. // First order of business will be to load the component object table from the database. // This should give us the necessary information to proceed. $row= &JTable::getInstance('extension'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |