Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.956 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 653 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java |
2 | 3 | 236 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.java |
3 | 3 | 597 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MultiplePiePlot.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.writeShape(this.bounds, stream); } |
| |||||
/** * 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.writeShape(this.chartArea, stream); } |
| |||||
/** * 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.aggregatedItemsPaint, stream); } |
| |||
/** * Provides serialization support. * * @param stream the output stream. * * @throws IOException if there is an I/O error. */ /** * 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. [[#variable18effa40]](this. [[#variable18eff600]], stream); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18effa40]] | writeShape |
1 | 2 | [[#18effa40]] | writeShape |
1 | 3 | [[#18effa40]] | writePaint |
2 | 1 | [[#18eff600]] | bounds |
2 | 2 | [[#18eff600]] | chartArea |
2 | 3 | [[#18eff600]] | aggregatedItemsPaint |