CloneSet1703


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113118
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java
21386
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
118
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/DefaultKeyedValues2D.java

/**
 * Returns the row count.
 *
 * @return The row count.
 * 
 * @see #getColumnCount()
 */
public int getRowCount() {
  return this.rowKeys.size();
}

/**
 * Returns the column count.
 *
 * @return The column count.
 * 
 * @see #getRowCount()
 */
public int getColumnCount() {
  return this.columnKeys.size();
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
86
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects2D.java

/**
 * Returns the row count.
 *
 * @return The row count.
 * 
 * @see #getColumnCount()
 */
public int getRowCount() {
  return this.rowKeys.size();
}

/**
 * Returns the column count.
 *
 * @return The column count.
 * 
 * @see #getRowCount()
 */
public int getColumnCount() {
  return this.columnKeys.size();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the row count.
     *
     * @return The row count.
     * 
     * @see #getColumnCount()
     */
public int getRowCount() {
  return this.rowKeys.size();
}

/**
     * Returns the column count.
     *
     * @return The column count.
     * 
     * @see #getRowCount()
     */
public int getColumnCount() {
  return this.columnKeys.size();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None