CloneSet2269


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.970method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/PieSectionLabelGenerator.java
2161
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/PieToolTipGenerator.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
77
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/PieSectionLabelGenerator.java

/**
 * Generates a label for a pie section.
 * 
 * @param dataset  the dataset (<code>null</code> not permitted).
 * @param key  the section key (<code>null</code> not permitted).
 * 
 * @return The label (possibly <code>null</code>).
 */
public String generateSectionLabel(PieDataset dataset, Comparable key);


First
Previous
Clone Instance
2
Line Count
1
Source Line
61
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/PieToolTipGenerator.java

/**
 * Generates a tool tip text item for the specified item in the dataset.  
 * This method can return <code>null</code> to indicate that no tool tip 
 * should be displayed for an item.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 * @param key  the section key (<code>null</code> not permitted).
 *
 * @return The tool tip text (possibly <code>null</code>).
 */
public String generateToolTip(PieDataset dataset, Comparable key);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Generates a label for a pie section.
     * 
     * @param dataset  the dataset (<code>null</code> not permitted).
     * @param key  the section key (<code>null</code> not permitted).
     * 
     * @return The label (possibly <code>null</code>).
     */
/**
     * Generates a tool tip text item for the specified item in the dataset.  
     * This method can return <code>null</code> to indicate that no tool tip 
     * should be displayed for an item.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     * @param key  the section key (<code>null</code> not permitted).
     *
     * @return The tool tip text (possibly <code>null</code>).
     */
public String  [[#variable1a15cfc0]](PieDataset dataset, Comparable key);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a15cfc0]]
generateSectionLabel 
12[[#1a15cfc0]]
generateToolTip