CloneSet1919


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

/**
 * Removes a row.
 *
 * @param rowIndex  the row index.
 * 
 * @see #removeRow(Comparable)
 * @see #removeColumn(int)
 */
public void removeRow(int rowIndex) {
  this.rowKeys.remove(rowIndex);
  this.rows.remove(rowIndex);
}


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

/**
 * Removes an entire row from the table.
 *
 * @param rowIndex  the row index.
 * 
 * @see #removeColumn(int)
 */
public void removeRow(int rowIndex) {
  this.rowKeys.remove(rowIndex);
  this.rows.remove(rowIndex);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Removes a row.
     *
     * @param rowIndex  the row index.
     * 
     * @see #removeRow(Comparable)
     * @see #removeColumn(int)
     */
/**
     * Removes an entire row from the table.
     *
     * @param rowIndex  the row index.
     * 
     * @see #removeColumn(int)
     */
public void removeRow(int rowIndex) {
  this.rowKeys.remove(rowIndex);
  this.rows.remove(rowIndex);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None