CloneSet818


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.982Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171138
Closure/closure/goog/ui/control.js
261282
Closure/closure/goog/ui/control.js
Clone Instance
1
Line Count
7
Source Line
1138
Source File
Closure/closure/goog/ui/control.js

                                                             {
    if (this.isAutoState(goog.ui.Component.State.ACTIVE)) {
      // Deactivate on mouseout; otherwise we lose track of the mouse button.
      this.setActive( false);
                                                          }
    if (this.isAutoState(goog.ui.Component.State.HOVER)) {
      this.setHighlighted( false);
                                                         }
                                                             }


Clone Instance
2
Line Count
6
Source Line
1282
Source File
Closure/closure/goog/ui/control.js

                                                   {
  if (this.isAutoState(goog.ui.Component.State.ACTIVE)) {
    this.setActive( false);
                                                        }
  if (this.isAutoState(goog.ui.Component.State.FOCUSED)) {
    this.setFocused( false);
                                                         }
                                                   }


Clone AbstractionParameter Count: 2Parameter Bindings

{ if (this.isAutoState(goog.ui.Component.State.ACTIVE))
    {
      // Deactivate on mouseout; otherwise we lose track of the mouse button.
      this.setActive( false);
    }
  if (this.isAutoState(goog.ui.Component.State. [[#variable61b57f60]]))
    { this. [[#variable61b56dc0]]( false);
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61b57f60]]
HOVER 
12[[#61b57f60]]
FOCUSED 
21[[#61b56dc0]]
setHighlighted 
22[[#61b56dc0]]
setFocused