CloneSet1502


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.982method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14666
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java
24249
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
666
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java

/**
 * Provides serialization support.
 *
 * @param stream  the input stream.
 *
 * @throws IOException  if there is an I/O error.
 * @throws ClassNotFoundException  if there is a classpath problem.
 */
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
  stream.defaultReadObject();
  this.bounds = (Rectangle2D) SerialUtilities.readShape(stream);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
249
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.java

/**
 * Provides serialization support.
 *
 * @param stream  the input stream.
 *
 * @throws IOException  if there is an I/O error.
 * @throws ClassNotFoundException  if there is a classpath problem.
 */
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
  stream.defaultReadObject();
  this.chartArea = (Rectangle2D) SerialUtilities.readShape(stream);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Provides serialization support.
     *
     * @param stream  the input stream.
     *
     * @throws IOException  if there is an I/O error.
     * @throws ClassNotFoundException  if there is a classpath problem.
     */
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
  stream.defaultReadObject();
  this. [[#variable18fb5980]]= (Rectangle2D) SerialUtilities.readShape(stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fb5980]]
bounds 
12[[#18fb5980]]
chartArea