CloneSet661


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24301.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
124212
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java
222189
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/ChartEntity.java
324184
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendItemBlockContainer.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
212
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java

/**
 * Sets the tool tip text.
 * 
 * @param text  the text (<code>null</code> permitted).
 * 
 * @see #getToolTipText()
 */
public void setToolTipText(String text) {
  this.toolTipText = text;
}

/**
 * Returns the URL text.
 * 
 * @return The URL text (possibly <code>null</code>).
 * 
 * @see #setURLText(String)
 */
public String getURLText() {
  return this.urlText;
}

/**
 * Sets the URL text.
 * 
 * @param text  the text (<code>null</code> permitted).
 * 
 * @see #getURLText()
 */
public void setURLText(String text) {
  this.urlText = text;
}


Next
Previous
Clone Instance
2
Line Count
22
Source Line
189
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/entity/ChartEntity.java

/**
 * Sets the tool tip text.
 *
 * @param text  the text (<code>null</code> permitted).
 */
public void setToolTipText(String text) {
  this.toolTipText = text;
}

/**
 * Returns the URL text for the entity.  Be aware that this text
 * may have been generated from user supplied data, so some form of
 * filtering should be applied before this "URL" is used in any output.
 *
 * @return The URL text (possibly <code>null</code>).
 */
public String getURLText() {
  return this.urlText;
}

/**
 * Sets the URL text.
 *
 * @param text the text (<code>null</code> permitted).
 */
public void setURLText(String text) {
  this.urlText = text;
}


First
Previous
Clone Instance
3
Line Count
24
Source Line
184
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendItemBlockContainer.java

/**
 * Sets the tool tip text.
 * 
 * @param text  the text (<code>null</code> permitted).
 * 
 * @since 1.0.3
 */
public void setToolTipText(String text) {
  this.toolTipText = text;
}

/**
 * Returns the URL text.
 * 
 * @return The URL text (possibly <code>null</code>).
 * 
 * @since 1.0.3
 */
public String getURLText() {
  return this.urlText;
}

/**
 * Sets the URL text.
 * 
 * @param text  the text (<code>null</code> permitted).
 * 
 * @since 1.0.3
 */
public void setURLText(String text) {
  this.urlText = text;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the tool tip text.
     * 
     * @param text  the text (<code>null</code> permitted).
     * 
     * @since 1.0.3
     */
/**
     * Sets the tool tip text.
     *
     * @param text  the text (<code>null</code> permitted).
     */
/**
     * Sets the tool tip text.
     * 
     * @param text  the text (<code>null</code> permitted).
     * 
     * @see #getToolTipText()
     */
public void setToolTipText(String text) {
  this.toolTipText = text;
}

/**
     * Returns the URL text.
     * 
     * @return The URL text (possibly <code>null</code>).
     * 
     * @since 1.0.3
     */
/**
     * Returns the URL text for the entity.  Be aware that this text
     * may have been generated from user supplied data, so some form of
     * filtering should be applied before this "URL" is used in any output.
     *
     * @return The URL text (possibly <code>null</code>).
     */
/**
     * Returns the URL text.
     * 
     * @return The URL text (possibly <code>null</code>).
     * 
     * @see #setURLText(String)
     */
public String getURLText() {
  return this.urlText;
}

/**
     * Sets the URL text.
     * 
     * @param text  the text (<code>null</code> permitted).
     * 
     * @since 1.0.3
     */
/**
     * Sets the URL text.
     *
     * @param text the text (<code>null</code> permitted).
     */
/**
     * Sets the URL text.
     * 
     * @param text  the text (<code>null</code> permitted).
     * 
     * @see #getURLText()
     */
public void setURLText(String text) {
  this.urlText = text;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None