CloneSet1155


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000Expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12961
Closure/closure/goog/ui/container.js
22734
Closure/closure/goog/ui/control.js
Clone Instance
1
Line Count
2
Source Line
961
Source File
Closure/closure/goog/ui/container.js

      opt_force
      ||           (this.visible_!=  visible
                    &&                          this.dispatchEvent(visible
                                                                   ?goog.ui.Component.EventType.SHOW
                                                                   :goog.ui.Component.EventType.HIDE))


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

      opt_force
      ||           (this.visible_!=  visible
                    &&                          this.dispatchEvent(visible
                                                                   ?goog.ui.Component.EventType.SHOW
                                                                   :goog.ui.Component.EventType.HIDE))


Clone AbstractionParameter Count: 0Parameter Bindings

opt_force
|| (this.visible_!=visible
    && this.dispatchEvent(visible
                          ?goog.ui.Component.EventType.SHOW
                          :goog.ui.Component.EventType.HIDE))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None