CloneSet2046


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25230.964class_member_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1733
administrator/components/com_contact/tables/contact.php
22560
administrator/components/com_messages/tables/message.php
Clone Instance
1
Line Count
7
Source Line
33
Source File
administrator/components/com_contact/tables/contact.php

        /** @var string */
        var $state=                               NULL;
        /** @var string */
        var $country=                     NULL;
        /** @var string */
        var $postcode=                    NULL;
        /** @var string */
        var $telephone=                   NULL;


Clone Instance
2
Line Count
25
Source Line
60
Source File
administrator/components/com_messages/tables/message.php

        /**
         * 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;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5161de60]]
$priority 
12[[#5161de60]]
$country 
21[[#5161dda0]]
$subject 
22[[#5161dda0]]
$postcode 
31[[#5161db60]]
$message 
32[[#5161db60]]
$telephone