CloneSet1822


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112990
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
2121169
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
990
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

/**
 * Returns the flag that controls whether or not a vertical axis trace
 * line is drawn over the plot area at the current mouse location.
 *
 * @return A boolean.
 */
public boolean getVerticalAxisTrace() {
  return this.verticalAxisTrace;
}

/**
 * A flag that controls trace lines on the vertical axis.
 *
 * @param flag  <code>true</code> enables trace lines for the mouse
 *              pointer on the vertical axis.
 */
public void setVerticalAxisTrace(boolean flag) {
  this.verticalAxisTrace = flag;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
1169
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

/**
 * Returns the flag that controls whether or not a vertical axis trace
 * line is drawn over the plot area at the current mouse location.
 * 
 * @return A boolean.
 */
public boolean getVerticalAxisTrace() {
  return this.verticalAxisTrace;
}

/**
 * A flag that controls trace lines on the vertical axis.
 *
 * @param flag  <code>true</code> enables trace lines for the mouse
 *              pointer on the vertical axis.
 */
public void setVerticalAxisTrace(boolean flag) {
  this.verticalAxisTrace = flag;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the flag that controls whether or not a vertical axis trace
     * line is drawn over the plot area at the current mouse location.
     *
     * @return A boolean.
     */
/**
     * Returns the flag that controls whether or not a vertical axis trace
     * line is drawn over the plot area at the current mouse location.
     * 
     * @return A boolean.
     */
public boolean getVerticalAxisTrace() {
  return this.verticalAxisTrace;
}

/**
     * A flag that controls trace lines on the vertical axis.
     *
     * @param flag  <code>true</code> enables trace lines for the mouse
     *              pointer on the vertical axis.
     */
/**
     * A flag that controls trace lines on the vertical axis.
     *
     * @param flag  <code>true</code> enables trace lines for the mouse
     *              pointer on the vertical axis.
     */
public void setVerticalAxisTrace(boolean flag) {
  this.verticalAxisTrace = flag;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None