CloneSet724


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.969SourceElements[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11045
Closure/closure/goog/editor/plugins/listtabhandler.js
21046
Closure/closure/goog/editor/plugins/spacestabhandler.js
Clone Instance
1
Line Count
10
Source Line
45
Source File
Closure/closure/goog/editor/plugins/listtabhandler.js

/**
 * Plugin to handle tab keys in lists to indent and outdent.
 * @constructor
 * @extends {goog.editor.plugins.AbstractTabHandler}
 */
goog.editor.plugins.ListTabHandler=  function ( )
                                                {
  goog.editor.plugins.AbstractTabHandler.call(this );
                                                } ;
goog.inherits(goog.editor.plugins.ListTabHandler,
    goog.editor.plugins.AbstractTabHandler);

/** @inheritDoc */
goog.editor.plugins.ListTabHandler.prototype.getTrogClassId=  function ( )
                                                                         {
  return 'ListTabHandler';
                                                                         } ;


Clone Instance
2
Line Count
10
Source Line
46
Source File
Closure/closure/goog/editor/plugins/spacestabhandler.js

/**
 * Plugin to handle tab keys when not in lists to add 4 spaces.
 * @constructor
 * @extends {goog.editor.plugins.AbstractTabHandler}
 */
goog.editor.plugins.SpacesTabHandler=  function ( )
                                                  {
  goog.editor.plugins.AbstractTabHandler.call(this );
                                                  } ;
goog.inherits(goog.editor.plugins.SpacesTabHandler,
    goog.editor.plugins.AbstractTabHandler);

/** @inheritDoc */
goog.editor.plugins.SpacesTabHandler.prototype.getTrogClassId=  function ( )
                                                                           {
  return 'SpacesTabHandler';
                                                                           } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Plugin to handle tab keys when not in lists to add 4 spaces.
 * @constructor
 * @extends {goog.editor.plugins.AbstractTabHandler}
 */
/**
 * Plugin to handle tab keys in lists to indent and outdent.
 * @constructor
 * @extends {goog.editor.plugins.AbstractTabHandler}
 */
goog.editor.plugins. [[#variable1e43eae0]]= function ( )
                                            { goog.editor.plugins.AbstractTabHandler.call(this );
                                            } ;
goog.inherits(goog.editor.plugins. [[#variable1e43eae0]],goog.editor.plugins.AbstractTabHandler);
/** @inheritDoc */
goog.editor.plugins. [[#variable1e43eae0]].prototype.getTrogClassId= function ( )
                                                                     { return [[#variable1e43ea80]];
                                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e43eae0]]
SpacesTabHandler 
12[[#1e43eae0]]
ListTabHandler 
21[[#1e43ea80]]
'SpacesTabHandler' 
22[[#1e43ea80]]
'ListTabHandler'