Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 52 | libraries/joomla/application/component/modellist.php |
2 | 9 | 92 | libraries/joomla/application/component/modellist.php |
| ||||
// Get a unique key for the current list state. $key= $this->_getStoreId($this->_context); // Try to load the value from internal storage. if (!empty( $this->_lists[$key])) { return $this->_lists[$key]; } // Load the list. $query= $this->_getListQuery(); |
| ||||
// Get a unique key for the current list state. $key= $this->_getStoreId($this->_context); // Try to load the value from internal storage. if (!empty( $this->_totals[$key])) { return $this->_totals[$key]; } // Load the total. $query= $this->_getListQuery(); |
| |||
// Get a unique key for the current list state. $key=$this->_getStoreId($this->_context); // Try to load the value from internal storage. if (!empty($this-> [[#variable3e5f3340]][$key])) { return $this-> [[#variable3e5f3340]][$key]; } // Load the list. // Load the total. $query=$this->_getListQuery(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e5f3340]] | _lists |
1 | 2 | [[#3e5f3340]] | _totals |