CloneSet704


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3510.978constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1380
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeries.java
2377
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XIntervalSeries.java
3377
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYIntervalSeries.java
4377
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YIntervalSeries.java
5379
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/ComparableObjectSeriesTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
80
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeries.java

/**
 * Constructs a new series that contains no data.  You can specify 
 * whether or not duplicate x-values are allowed for the series.
 *
 * @param key  the series key (<code>null</code> not permitted).
 * @param autoSort  a flag that controls whether or not the items in the 
 *                  series are sorted.
 * @param allowDuplicateXValues  a flag that controls whether duplicate 
 *                               x-values are allowed.
 */
public VectorSeries(Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}


Next
Previous
Clone Instance
2
Line Count
3
Source Line
77
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XIntervalSeries.java

/**
 * Constructs a new xy-series that contains no data.  You can specify
 * whether or not duplicate x-values are allowed for the series.
 *
 * @param key  the series key (<code>null</code> not permitted).
 * @param autoSort  a flag that controls whether or not the items in the
 *                  series are sorted.
 * @param allowDuplicateXValues  a flag that controls whether duplicate
 *                               x-values are allowed.
 */
public XIntervalSeries(Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}


Next
Previous
Clone Instance
3
Line Count
3
Source Line
77
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYIntervalSeries.java

/**
 * Constructs a new xy-series that contains no data.  You can specify 
 * whether or not duplicate x-values are allowed for the series.
 *
 * @param key  the series key (<code>null</code> not permitted).
 * @param autoSort  a flag that controls whether or not the items in the 
 *                  series are sorted.
 * @param allowDuplicateXValues  a flag that controls whether duplicate 
 *                               x-values are allowed.
 */
public XYIntervalSeries(Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}


Next
Previous
Clone Instance
4
Line Count
3
Source Line
77
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YIntervalSeries.java

/**
 * Constructs a new xy-series that contains no data.  You can specify 
 * whether or not duplicate x-values are allowed for the series.
 *
 * @param key  the series key (<code>null</code> not permitted).
 * @param autoSort  a flag that controls whether or not the items in the 
 *                  series are sorted.
 * @param allowDuplicateXValues  a flag that controls whether duplicate 
 *                               x-values are allowed.
 */
public YIntervalSeries(Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}


First
Previous
Clone Instance
5
Line Count
3
Source Line
79
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/ComparableObjectSeriesTests.java

/**
 * Creates a new instance.
 * 
 * @param key  the series key.
 * @param autoSort  automatically sort by x-value?
 * @param allowDuplicateXValues  allow duplicate values?
 */
public MyComparableObjectSeries(Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Constructs a new xy-series that contains no data.  You can specify
     * whether or not duplicate x-values are allowed for the series.
     *
     * @param key  the series key (<code>null</code> not permitted).
     * @param autoSort  a flag that controls whether or not the items in the
     *                  series are sorted.
     * @param allowDuplicateXValues  a flag that controls whether duplicate
     *                               x-values are allowed.
     */
/**
     * Constructs a new xy-series that contains no data.  You can specify 
     * whether or not duplicate x-values are allowed for the series.
     *
     * @param key  the series key (<code>null</code> not permitted).
     * @param autoSort  a flag that controls whether or not the items in the 
     *                  series are sorted.
     * @param allowDuplicateXValues  a flag that controls whether duplicate 
     *                               x-values are allowed.
     */
/**
     * Constructs a new series that contains no data.  You can specify 
     * whether or not duplicate x-values are allowed for the series.
     *
     * @param key  the series key (<code>null</code> not permitted).
     * @param autoSort  a flag that controls whether or not the items in the 
     *                  series are sorted.
     * @param allowDuplicateXValues  a flag that controls whether duplicate 
     *                               x-values are allowed.
     */
/**
         * Creates a new instance.
         * 
         * @param key  the series key.
         * @param autoSort  automatically sort by x-value?
         * @param allowDuplicateXValues  allow duplicate values?
         */
public [[#variable18cf7ba0]](Comparable key, boolean autoSort, boolean allowDuplicateXValues) {
  super(key, autoSort, allowDuplicateXValues);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18cf7ba0]]
VectorSeries 
12[[#18cf7ba0]]
XIntervalSeries 
13[[#18cf7ba0]]
XYIntervalSeries 
14[[#18cf7ba0]]
YIntervalSeries 
15[[#18cf7ba0]]
MyComparableObjectSeries