CloneSet1772


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16234
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java
26271
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
234
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java

/**
 * Returns the list of subplots.  The returned list may be empty, but is
 * never <code>null</code>.
 *
 * @return An unmodifiable list of subplots.
 */
public List getSubplots() {
  if (this.subplots != null) {
    return Collections.unmodifiableList(this.subplots);
  }
  else {
    return Collections.EMPTY_LIST;
  }
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
271
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java

/**
 * Returns the list of subplots.  The returned list may be empty, but is
 * never <code>null</code>.
 *
 * @return An unmodifiable list of subplots.
 */
public List getSubplots() {
  if (this.subplots != null) {
    return Collections.unmodifiableList(this.subplots);
  }
  else {
    return Collections.EMPTY_LIST;
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the list of subplots.  The returned list may be empty, but is
     * never <code>null</code>.
     *
     * @return An unmodifiable list of subplots.
     */
public List getSubplots() {
  if (this.subplots != null) {
    return Collections.unmodifiableList(this.subplots);
  }
  else {
    return Collections.EMPTY_LIST;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None