CloneSet1624


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.974ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13437
Closure/closure/goog/ui/serverchart.js
23677
Closure/closure/goog/ui/serverchart.js
Clone Instance
1
Line Count
3
Source Line
437
Source File
Closure/closure/goog/ui/serverchart.js

/**
 * Returns the 'chp' parameter of the chart Uri.
 * This is used by various types of charts to specify certain options.
 * e.g., finance charts use this to designate which line is the 0 axis.
 *
 * @return {string|undefined} The 'chp' parameter of the chart Uri.
 */
goog.ui.ServerChart.prototype.getMiscParameter=  function ( )
                                                            {
  return /** @type {string} */
                               (
      this.uri_.getParameterValue(goog.ui.ServerChart.UriParam.MISC_PARAMS));
                                                            } ;


Clone Instance
2
Line Count
3
Source Line
677
Source File
Closure/closure/goog/ui/serverchart.js

/**
 * Returns the chart type.
 *
 * @return {goog.ui.ServerChart.ChartType} The chart type.
 */
goog.ui.ServerChart.prototype.getType=  function ( )
                                                   {
  return /** @type {goog.ui.ServerChart.ChartType} */
                                                      (
      this.uri_.getParameterValue(goog.ui.ServerChart.UriParam.TYPE));
                                                   } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Returns the 'chp' parameter of the chart Uri.
 * This is used by various types of charts to specify certain options.
 * e.g., finance charts use this to designate which line is the 0 axis.
 *
 * @return {string|undefined} The 'chp' parameter of the chart Uri.
 */
/**
 * Returns the chart type.
 *
 * @return {goog.ui.ServerChart.ChartType} The chart type.
 */
goog.ui.ServerChart.prototype. [[#variable202372e0]]= function ( )
                                                      { return /** @type {string} */ /** @type {goog.ui.ServerChart.ChartType} */
                                                        (this.uri_.getParameterValue(goog.ui.ServerChart.UriParam. [[#variable202371a0]]));
                                                      } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#202372e0]]
getMiscParameter 
12[[#202372e0]]
getType 
21[[#202371a0]]
MISC_PARAMS 
22[[#202371a0]]
TYPE