CloneSet436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21230.963class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121864
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CompassPlot.java
221944
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/CandlestickRenderer.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
864
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CompassPlot.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.rosePaint, stream);
  SerialUtilities.writePaint(this.roseCenterPaint, stream);
  SerialUtilities.writePaint(this.roseHighlightPaint, stream);
}

/**
 * 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.rosePaint = SerialUtilities.readPaint(stream);
  this.roseCenterPaint = SerialUtilities.readPaint(stream);
  this.roseHighlightPaint = SerialUtilities.readPaint(stream);
}


First
Previous
Clone Instance
2
Line Count
21
Source Line
944
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/CandlestickRenderer.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.upPaint, stream);
  SerialUtilities.writePaint(this.downPaint, stream);
  SerialUtilities.writePaint(this.volumePaint, stream);
}

/**
 * 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.upPaint = SerialUtilities.readPaint(stream);
  this.downPaint = SerialUtilities.readPaint(stream);
  this.volumePaint = SerialUtilities.readPaint(stream);
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * 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. [[#variable1a9ac920]], stream);
  SerialUtilities.writePaint(this. [[#variable1a9ac3a0]], stream);
  SerialUtilities.writePaint(this. [[#variable1a983da0]], stream);
}

/**
     * 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. [[#variable1a9ac920]]= SerialUtilities.readPaint(stream);
  this. [[#variable1a9ac3a0]]= SerialUtilities.readPaint(stream);
  this. [[#variable1a983da0]]= SerialUtilities.readPaint(stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a9ac920]]
rosePaint 
12[[#1a9ac920]]
upPaint 
21[[#1a9ac3a0]]
roseCenterPaint 
22[[#1a9ac3a0]]
downPaint 
31[[#1a983da0]]
roseHighlightPaint 
32[[#1a983da0]]
volumePaint