CloneSet1551


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25220.975LogicalORExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
125157
Closure/closure/goog/net/xmlhttp.js
26119
Closure/closure/goog/ui/media/flashobject.js
Clone Instance
1
Line Count
25
Source Line
157
Source File
Closure/closure/goog/net/xmlhttp.js

                              {
  /**
   * Constant for when xmlhttprequest.readyState is uninitialized
   */
  UNINITIALIZED: 0,

  /**
   * Constant for when xmlhttprequest.readyState is loading.
   */
  LOADING: 1,

  /**
   * Constant for when xmlhttprequest.readyState is loaded.
   */
  LOADED: 2,

  /**
   * Constant for when xmlhttprequest.readyState is in an interactive state.
   */
  INTERACTIVE: 3,

  /**
   * Constant for when xmlhttprequest.readyState is completed
   */
  COMPLETE: 4                 }


Clone Instance
2
Line Count
6
Source Line
119
Source File
Closure/closure/goog/ui/media/flashobject.js

                                            {
  LOADING: 0,
  UNINITIALIZED: 1,
  LOADED: 2,
  INTERACTIVE: 3,
  COMPLETE: 4                               }


Clone AbstractionParameter Count: 2Parameter Bindings

{ [[#variable20273480]]: 0,
  [[#variable202733c0]]: 1,
 /**
    * Constant for when xmlhttprequest.readyState is loaded.
    */
 LOADED: 2,
 /**
    * Constant for when xmlhttprequest.readyState is in an interactive state.
    */
 INTERACTIVE: 3,
 /**
    * Constant for when xmlhttprequest.readyState is completed
    */
 COMPLETE: 4 }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20273480]]
/**
 * Constant for when xmlhttprequest.readyState is uninitialized
 */
UNINITIALIZED 
12[[#20273480]]
LOADING 
21[[#202733c0]]
/**
 * Constant for when xmlhttprequest.readyState is loading.
 */
LOADING 
22[[#202733c0]]
UNINITIALIZED