Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 3 | 0.964 | class_member_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 33 | administrator/components/com_contact/tables/contact.php |
2 | 25 | 60 | administrator/components/com_messages/tables/message.php |
| ||||
/** @var string */ var $state= NULL; /** @var string */ var $country= NULL; /** @var string */ var $postcode= NULL; /** @var string */ var $telephone= NULL; |
| ||||
/** * Message state * * @access public * @var int */ var $state= NULL; /** * Priority level of the message * * @access public * @var int */ var $priority= NULL; /** * The message subject * * @access public * @var string */ var $subject= NULL; /** * The message body * * @access public * @var text */ var $message= NULL; |
| |||
/** * Message state * * @access public * @var int */ /** @var string */ var $state=NULL; /** * Priority level of the message * * @access public * @var int */ /** @var string */ var [[#variable5161de60]]=NULL; /** * The message subject * * @access public * @var string */ /** @var string */ var [[#variable5161dda0]]=NULL; /** * The message body * * @access public * @var text */ /** @var string */ var [[#variable5161db60]]=NULL; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5161de60]] | $priority |
1 | 2 | [[#5161de60]] | $country |
2 | 1 | [[#5161dda0]] | $subject |
2 | 2 | [[#5161dda0]] | $postcode |
3 | 1 | [[#5161db60]] | $message |
3 | 2 | [[#5161db60]] | $telephone |