CloneSet2022


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.951interface_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11760
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/CategoryURLGenerator.java
21352
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/XYZURLGenerator.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
60
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/CategoryURLGenerator.java

{
  /**
   * Returns a URL for one item in a dataset. As a guideline, the URL 
   * should be valid within the context of an XHTML 1.0 document.  Classes
   * that implement this interface are responsible for correctly escaping
   * any text that is derived from the dataset, as this may be user-specified
   * and could pose a security risk.
   *
   * @param dataset  the dataset.
   * @param series  the series (zero-based index).
   * @param category  the category.
   *
   * @return A string containing the URL.
   */
  public String generateURL(CategoryDataset dataset, int series, int category);
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
52
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/XYZURLGenerator.java

{
  /**
   * Generates a URL for a particular item within a series. As a guideline, 
   * the URL should be valid within the context of an XHTML 1.0 document.
   *
   * @param dataset  the dataset (<code>null</code> not permitted).
   * @param series  the series index (zero-based).
   * @param item  the item index (zero-based).
   *
   * @return A string containing the generated URL.
   */
  public String generateURL(XYZDataset dataset, int series, int item);
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  /**
       * Generates a URL for a particular item within a series. As a guideline, 
       * the URL should be valid within the context of an XHTML 1.0 document.
       *
       * @param dataset  the dataset (<code>null</code> not permitted).
       * @param series  the series index (zero-based).
       * @param item  the item index (zero-based).
       *
       * @return A string containing the generated URL.
       */
  /**
       * Returns a URL for one item in a dataset. As a guideline, the URL 
       * should be valid within the context of an XHTML 1.0 document.  Classes
       * that implement this interface are responsible for correctly escaping
       * any text that is derived from the dataset, as this may be user-specified
       * and could pose a security risk.
       *
       * @param dataset  the dataset.
       * @param series  the series (zero-based index).
       * @param category  the category.
       *
       * @return A string containing the URL.
       */
  public String generateURL( [[#variable1a0e14c0]] dataset, int series, int  [[#variable1a0e13e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0e14c0]]
CategoryDataset 
12[[#1a0e14c0]]
XYZDataset 
21[[#1a0e13e0]]
category 
22[[#1a0e13e0]]
item