CloneSet1359


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.984constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1470
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/KeyHandler.java
2468
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/ValueHandler.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
70
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/KeyHandler.java

/** The key. */
//private Comparable key;
/**
 * Creates a new handler.
 *
 * @param rootHandler  the root handler.
 * @param itemHandler  the item handler.
 */
public KeyHandler(RootHandler rootHandler, ItemHandler itemHandler) {
  this.rootHandler = rootHandler;
  this.itemHandler = itemHandler;
  this.currentText = new StringBuffer();
//this.key = null;
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
68
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/ValueHandler.java

/**
 * Creates a new value handler.
 *
 * @param rootHandler  the root handler.
 * @param itemHandler  the item handler.
 */
public ValueHandler(RootHandler rootHandler, ItemHandler itemHandler) {
  this.rootHandler = rootHandler;
  this.itemHandler = itemHandler;
  this.currentText = new StringBuffer();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/** The key. */
//private Comparable key;
/**
     * Creates a new handler.
     *
     * @param rootHandler  the root handler.
     * @param itemHandler  the item handler.
     */
/**
     * Creates a new value handler.
     *
     * @param rootHandler  the root handler.
     * @param itemHandler  the item handler.
     */
public [[#variable18f540c0]](RootHandler rootHandler, ItemHandler itemHandler) {
  this.rootHandler = rootHandler;
  this.itemHandler = itemHandler;
  this.currentText = new StringBuffer();
//this.key = null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f540c0]]
KeyHandler 
12[[#18f540c0]]
ValueHandler