CloneSet1251


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

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writeShape(this.bounds, stream);
}


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

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writeShape(this.chartArea, stream);
}


First
Previous
Clone Instance
3
Line Count
3
Source Line
597
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MultiplePiePlot.java

/**
 * Provides serialization support.
 *
 * @param stream  the output stream.
 *
 * @throws IOException  if there is an I/O error.
 */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities.writePaint(this.aggregatedItemsPaint, stream);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Provides serialization support.
     *
     * @param stream  the output stream.
     *
     * @throws IOException  if there is an I/O error.
     */
/**
     * Provides serialization support.
     *
     * @param stream  the output stream.
     *
     * @throws IOException if there is an I/O error.
     */
private void writeObject(ObjectOutputStream stream) throws IOException {
  stream.defaultWriteObject();
  SerialUtilities. [[#variable18effa40]](this. [[#variable18eff600]], stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18effa40]]
writeShape 
12[[#18effa40]]
writeShape 
13[[#18effa40]]
writePaint 
21[[#18eff600]]
bounds 
22[[#18eff600]]
chartArea 
23[[#18eff600]]
aggregatedItemsPaint