CloneSet805


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14230.965SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1141136
Closure/closure/goog/ui/tree/basenode.js
2141157
Closure/closure/goog/ui/tree/basenode.js
Clone Instance
1
Line Count
14
Source Line
1136
Source File
Closure/closure/goog/ui/tree/basenode.js

/**
 * Sets the icon class for the node.
 * @param {string} s The icon class.
 */
goog.ui.tree.BaseNode.prototype.setIconClass=  function (s){
  this.iconClass_=  s;
  if (this.isInDocument( )){
    this.updateIcon( );
                           }
                                                           } ;


/**
 * Gets the icon class for the node.
 * @return {string} s The icon source.
 */
goog.ui.tree.BaseNode.prototype.getIconClass=  function ( )
                                                          {
  return this.iconClass_;
                                                          } ;


Clone Instance
2
Line Count
14
Source Line
1157
Source File
Closure/closure/goog/ui/tree/basenode.js

/**
 * Sets the icon class for when the node is expanded.
 * @param {string} s The expanded icon class.
 */
goog.ui.tree.BaseNode.prototype.setExpandedIconClass=  function (s){
  this.expandedIconClass_=  s;
  if (this.isInDocument( )){
    this.updateIcon( );
                           }
                                                                   } ;


/**
 * Gets the icon class for when the node is expanded.
 * @return {string} The class.
 */
goog.ui.tree.BaseNode.prototype.getExpandedIconClass=  function ( )
                                                                  {
  return this.expandedIconClass_;
                                                                  } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Sets the icon class for the node.
 * @param {string} s The icon class.
 */
/**
 * Sets the icon class for when the node is expanded.
 * @param {string} s The expanded icon class.
 */
goog.ui.tree.BaseNode.prototype. [[#variable20973220]]= function (s)
                                                        { this. [[#variable209731c0]]=s;
                                                          if (this.isInDocument( ))
                                                            { this.updateIcon( );
                                                            }
                                                        } ;
/**
 * Gets the icon class for the node.
 * @return {string} s The icon source.
 */
/**
 * Gets the icon class for when the node is expanded.
 * @return {string} The class.
 */
goog.ui.tree.BaseNode.prototype. [[#variable20973060]]= function ( )
                                                        { return this. [[#variable209731c0]];
                                                        } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20973220]]
setIconClass 
12[[#20973220]]
setExpandedIconClass 
21[[#209731c0]]
iconClass_ 
22[[#209731c0]]
expandedIconClass_ 
31[[#20973060]]
getIconClass 
32[[#20973060]]
getExpandedIconClass