CloneSet1844


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.978class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113531
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
213609
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
531
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * Returns a string describing the type of plot.
 *
 * @return The type.
 */
public String getPlotType() {
  return localizationResources.getString("Category_Plot");
}

/**
 * Returns the orientation of the plot.
 *
 * @return The orientation of the plot (never <code>null</code>).
 *
 * @see #setOrientation(PlotOrientation)
 */
public PlotOrientation getOrientation() {
  return this.orientation;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
609
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java

/**
 * Returns the plot type as a string.
 *
 * @return A short string describing the type of plot.
 */
public String getPlotType() {
  return localizationResources.getString("XY_Plot");
}

/**
 * Returns the orientation of the plot.
 *
 * @return The orientation (never <code>null</code>).
 *
 * @see #setOrientation(PlotOrientation)
 */
public PlotOrientation getOrientation() {
  return this.orientation;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the plot type as a string.
     *
     * @return A short string describing the type of plot.
     */
/**
     * Returns a string describing the type of plot.
     *
     * @return The type.
     */
public String getPlotType() {
  return localizationResources.getString( [[#variable1a07f080]]);
}

/**
     * Returns the orientation of the plot.
     *
     * @return The orientation (never <code>null</code>).
     *
     * @see #setOrientation(PlotOrientation)
     */
/**
     * Returns the orientation of the plot.
     *
     * @return The orientation of the plot (never <code>null</code>).
     *
     * @see #setOrientation(PlotOrientation)
     */
public PlotOrientation getOrientation() {
  return this.orientation;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a07f080]]
"Category_Plot" 
12[[#1a07f080]]
"XY_Plot"