CloneSet1138


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13202
Closure/closure/goog/ui/rangemodel.js
23242
Closure/closure/goog/ui/rangemodel.js
33284
Closure/closure/goog/ui/rangemodel.js
Clone Instance
1
Line Count
3
Source Line
202
Source File
Closure/closure/goog/ui/rangemodel.js

    this.isChanging_=  oldIsChanging;
    if (!this.isChanging_
        &&                   !this.mute_) {
      this.dispatchEvent(goog.ui.Component.EventType.CHANGE);
                                          }


Clone Instance
2
Line Count
3
Source Line
242
Source File
Closure/closure/goog/ui/rangemodel.js

    this.isChanging_=  oldIsChanging;
    if (!this.isChanging_
        &&                   !this.mute_) {
      this.dispatchEvent(goog.ui.Component.EventType.CHANGE);
                                          }


Clone Instance
3
Line Count
3
Source Line
284
Source File
Closure/closure/goog/ui/rangemodel.js

    this.isChanging_=  oldIsChanging;
    if (!this.isChanging_
        &&                   !this.mute_) {
      this.dispatchEvent(goog.ui.Component.EventType.CHANGE);
                                          }


Clone AbstractionParameter Count: 0Parameter Bindings

this.isChanging_=oldIsChanging;
if (!this.isChanging_
    && !this.mute_)
  { this.dispatchEvent(goog.ui.Component.EventType.CHANGE);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None