CloneSet437


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
121359
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxisLabelInfo.java
221203
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterInterval.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
359
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxisLabelInfo.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.labelPaint, stream);
  SerialUtilities.writeStroke(this.dividerStroke, stream);
  SerialUtilities.writePaint(this.dividerPaint, 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.labelPaint = SerialUtilities.readPaint(stream);
  this.dividerStroke = SerialUtilities.readStroke(stream);
  this.dividerPaint = SerialUtilities.readPaint(stream);
}


First
Previous
Clone Instance
2
Line Count
21
Source Line
203
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterInterval.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.outlinePaint, stream);
  SerialUtilities.writeStroke(this.outlineStroke, stream);
  SerialUtilities.writePaint(this.backgroundPaint, 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.outlinePaint = SerialUtilities.readPaint(stream);
  this.outlineStroke = SerialUtilities.readStroke(stream);
  this.backgroundPaint = 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. [[#variable1a9aca40]], stream);
  SerialUtilities.writeStroke(this. [[#variable1a9ac9e0]], stream);
  SerialUtilities.writePaint(this. [[#variable1a983de0]], 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. [[#variable1a9aca40]]= SerialUtilities.readPaint(stream);
  this. [[#variable1a9ac9e0]]= SerialUtilities.readStroke(stream);
  this. [[#variable1a983de0]]= SerialUtilities.readPaint(stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a9aca40]]
labelPaint 
12[[#1a9aca40]]
outlinePaint 
21[[#1a9ac9e0]]
dividerStroke 
22[[#1a9ac9e0]]
outlineStroke 
31[[#1a983de0]]
dividerPaint 
32[[#1a983de0]]
backgroundPaint