CloneSet167


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21430.963class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121497
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java
221318
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialCap.java
321337
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialFrame.java
421635
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
497
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.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.backgroundPaint, stream);
  SerialUtilities.writePaint(this.foregroundPaint, stream);
  SerialUtilities.writeStroke(this.stroke, 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.backgroundPaint = SerialUtilities.readPaint(stream);
  this.foregroundPaint = SerialUtilities.readPaint(stream);
  this.stroke = SerialUtilities.readStroke(stream);
}


Next
Previous
Clone Instance
2
Line Count
21
Source Line
318
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialCap.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.fillPaint, stream);
  SerialUtilities.writePaint(this.outlinePaint, stream);
  SerialUtilities.writeStroke(this.outlineStroke, 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.fillPaint = SerialUtilities.readPaint(stream);
  this.outlinePaint = SerialUtilities.readPaint(stream);
  this.outlineStroke = SerialUtilities.readStroke(stream);
}


Next
Previous
Clone Instance
3
Line Count
21
Source Line
337
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialFrame.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.backgroundPaint, stream);
  SerialUtilities.writePaint(this.foregroundPaint, stream);
  SerialUtilities.writeStroke(this.stroke, 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.backgroundPaint = SerialUtilities.readPaint(stream);
  this.foregroundPaint = SerialUtilities.readPaint(stream);
  this.stroke = SerialUtilities.readStroke(stream);
}


First
Previous
Clone Instance
4
Line Count
21
Source Line
635
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.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.backgroundPaint, stream);
  SerialUtilities.writePaint(this.stripOutlinePaint, stream);
  SerialUtilities.writeStroke(this.stripOutlineStroke, 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.backgroundPaint = SerialUtilities.readPaint(stream);
  this.stripOutlinePaint = SerialUtilities.readPaint(stream);
  this.stripOutlineStroke = SerialUtilities.readStroke(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. [[#variable1aac12a0]], stream);
  SerialUtilities.writePaint(this. [[#variable1aac1240]], stream);
  SerialUtilities.writeStroke(this. [[#variable1aac1200]], 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. [[#variable1aac12a0]]= SerialUtilities.readPaint(stream);
  this. [[#variable1aac1240]]= SerialUtilities.readPaint(stream);
  this. [[#variable1aac1200]]= SerialUtilities.readStroke(stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1aac12a0]]
backgroundPaint 
12[[#1aac12a0]]
fillPaint 
13[[#1aac12a0]]
backgroundPaint 
14[[#1aac12a0]]
backgroundPaint 
21[[#1aac1240]]
foregroundPaint 
22[[#1aac1240]]
outlinePaint 
23[[#1aac1240]]
foregroundPaint 
24[[#1aac1240]]
stripOutlinePaint 
31[[#1aac1200]]
stroke 
32[[#1aac1200]]
outlineStroke 
33[[#1aac1200]]
stroke 
34[[#1aac1200]]
stripOutlineStroke