CloneSet1261


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15516
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/HighLowRenderer.java
25670
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
516
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/HighLowRenderer.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.openTickPaint = SerialUtilities.readPaint(stream);
  this.closeTickPaint = SerialUtilities.readPaint(stream);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
670
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.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.shapePaint = SerialUtilities.readPaint(stream);
  this.shapeStroke = SerialUtilities.readStroke(stream);
}


Clone AbstractionParameter Count: 3Parameter 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. [[#variable18f0aae0]]= SerialUtilities.readPaint(stream);
  this. [[#variable18f0aa40]]= SerialUtilities. [[#variable18f0a9e0]](stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f0aae0]]
openTickPaint 
12[[#18f0aae0]]
shapePaint 
21[[#18f0aa40]]
closeTickPaint 
22[[#18f0aa40]]
shapeStroke 
31[[#18f0a9e0]]
readPaint 
32[[#18f0a9e0]]
readStroke