CloneSet633


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4430.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141166
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java
24531
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/RingPlot.java
34539
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/MinMaxCategoryRenderer.java
44530
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/HighLowRenderer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
1166
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.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.writeStroke(this.minorTickMarkStroke, stream);
  SerialUtilities.writePaint(this.minorTickMarkPaint, stream);
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
531
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/RingPlot.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.writeStroke(this.separatorStroke, stream);
  SerialUtilities.writePaint(this.separatorPaint, stream);
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
539
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/MinMaxCategoryRenderer.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.writeStroke(this.groupStroke, stream);
  SerialUtilities.writePaint(this.groupPaint, stream);
}


First
Previous
Clone Instance
4
Line Count
4
Source Line
530
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/HighLowRenderer.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.openTickPaint, stream);
  SerialUtilities.writePaint(this.closeTickPaint, 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. [[#variable18cd9d00]](this. [[#variable18cd98a0]], stream);
  SerialUtilities.writePaint(this. [[#variable18cd9d20]], stream);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18cd9d00]]
writeStroke 
12[[#18cd9d00]]
writeStroke 
13[[#18cd9d00]]
writeStroke 
14[[#18cd9d00]]
writePaint 
21[[#18cd98a0]]
minorTickMarkStroke 
22[[#18cd98a0]]
separatorStroke 
23[[#18cd98a0]]
groupStroke 
24[[#18cd98a0]]
openTickPaint 
31[[#18cd9d20]]
minorTickMarkPaint 
32[[#18cd9d20]]
separatorPaint 
33[[#18cd9d20]]
groupPaint 
34[[#18cd9d20]]
closeTickPaint