CloneSet1247


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

/**
 * @return {boolean} Whether the chart is a grouped bar chart.
 */
goog.ui.ServerChart.prototype.isGroupedBarChart=  function ( )
                                                             {
  var type=  this.getType( );
  return type==  goog.ui.ServerChart.ChartType.HORIZONTAL_GROUPED_BAR
         ||type==  goog.ui.ServerChart.ChartType.VERTICAL_GROUPED_BAR;
                                                             } ;


Clone Instance
2
Line Count
4
Source Line
899
Source File
Closure/closure/goog/ui/serverchart.js

/**
 * @return {boolean} Whether the chart is a vertical bar chart.
 */
goog.ui.ServerChart.prototype.isVerticalBarChart=  function ( )
                                                              {
  var type=  this.getType( );
  return type==  goog.ui.ServerChart.ChartType.VERTICAL_GROUPED_BAR
         ||type==  goog.ui.ServerChart.ChartType.VERTICAL_STACKED_BAR;
                                                              } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * @return {boolean} Whether the chart is a vertical bar chart.
 */
/**
 * @return {boolean} Whether the chart is a grouped bar chart.
 */
goog.ui.ServerChart.prototype. [[#variable58167f80]]= function ( )
                                                      { var type=this.getType( );
                                                        return type==goog.ui.ServerChart.ChartType. [[#variable58167f20]]
                                                               || type==goog.ui.ServerChart.ChartType. [[#variable58167da0]];
                                                      } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58167f80]]
isVerticalBarChart 
12[[#58167f80]]
isGroupedBarChart 
21[[#58167f20]]
VERTICAL_GROUPED_BAR 
22[[#58167f20]]
HORIZONTAL_GROUPED_BAR 
31[[#58167da0]]
VERTICAL_STACKED_BAR 
32[[#58167da0]]
VERTICAL_GROUPED_BAR