CloneSet2004


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.952block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13128
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/ItemHandler.java
23132
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/ItemHandler.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
128
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xml/ItemHandler.java

{
  KeyHandler subhandler = new KeyHandler(this.root, this );
  this.root.pushSubHandler(subhandler);
}


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

{
  ValueHandler subhandler = new ValueHandler(this.root, this );
  this.root.pushSubHandler(subhandler);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
   [[#variable1a0db3c0]] subhandler = new [[#variable1a0db3c0]](this.root, this );
  this.root.pushSubHandler(subhandler);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0db3c0]]
KeyHandler 
12[[#1a0db3c0]]
ValueHandler