CloneSet1777


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.979class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultTitleEditor.java
211230
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTTitleEditor.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
177
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultTitleEditor.java

/**
 * Returns the title text entered in the panel.
 *
 * @return The title text entered in the panel.
 */
public String getTitleText() {
  return this.titleField.getText();
}

/**
 * Returns the font selected in the panel.
 *
 * @return The font selected in the panel.
 */
public Font getTitleFont() {
  return this.titleFont;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
230
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTTitleEditor.java

/**
 * Returns the title text entered in the panel.
 *
 * @return The title text entered in the panel.
 */
public String getTitleText() {
  return this.titleField.getText();
}

/**
 * Returns the font selected in the panel.
 *
 * @return The font selected in the panel.
 */
public FontData getTitleFont() {
  return this.titleFont;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the title text entered in the panel.
     *
     * @return The title text entered in the panel.
     */
/**
     * Returns the title text entered in the panel.
     *
     * @return The title text entered in the panel.
     */
public String getTitleText() {
  return this.titleField.getText();
}

/**
     * Returns the font selected in the panel.
     *
     * @return The font selected in the panel.
     */
/**
     * Returns the font selected in the panel.
     *
     * @return The font selected in the panel.
     */
public [[#variable1a05f860]] getTitleFont() {
  return this.titleFont;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a05f860]]
Font 
12[[#1a05f860]]
FontData