CloneSet2021


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13392
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
23412
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
392
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java

/**
 * Sets the tool tip text to the specified text and sends a
 * {@link TitleChangeEvent} to all registered listeners.
 *
 * @param text  the text (<code>null</code> permitted).
 */
public void setToolTipText(String text) {
  this.toolTipText = text;
  notifyListeners(new TitleChangeEvent(this ));
}


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

/**
 * Sets the URL text to the specified text and sends a
 * {@link TitleChangeEvent} to all registered listeners.
 *
 * @param text  the text (<code>null</code> permitted).
 */
public void setURLText(String text) {
  this.urlText = text;
  notifyListeners(new TitleChangeEvent(this ));
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the URL text to the specified text and sends a
     * {@link TitleChangeEvent} to all registered listeners.
     *
     * @param text  the text (<code>null</code> permitted).
     */
/**
     * Sets the tool tip text to the specified text and sends a
     * {@link TitleChangeEvent} to all registered listeners.
     *
     * @param text  the text (<code>null</code> permitted).
     */
public void [[#variable1a0e0ce0]](String text) {
  this. [[#variable1a0e0c80]]= text;
  notifyListeners(new TitleChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0e0ce0]]
setToolTipText 
12[[#1a0e0ce0]]
setURLText 
21[[#1a0e0c80]]
toolTipText 
22[[#1a0e0c80]]
urlText