Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 214 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/PaintMap.java |
2 | 5 | 209 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/StrokeMap.java |
| |||||
int keyCount = stream.readInt(); for (int i = 0; i < keyCount; i++) { Comparable key = (Comparable) stream.readObject(); Paint paint = SerialUtilities.readPaint(stream); this.store.put(key, paint); } |
| |||||
int keyCount = stream.readInt(); for (int i = 0; i < keyCount; i++) { Comparable key = (Comparable) stream.readObject(); Stroke stroke = SerialUtilities.readStroke(stream); this.store.put(key, stroke); } |
| |||
int keyCount = stream.readInt(); for (int i = 0; i < keyCount; i++) { Comparable key = (Comparable) stream.readObject(); [[#variable18d6e3c0]] [[#variable18d6e400]]= SerialUtilities. [[#variable18d63600]](stream); this.store.put(key, [[#variable18d6e400]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d6e3c0]] | Paint |
1 | 2 | [[#18d6e3c0]] | Stroke |
2 | 1 | [[#18d6e400]] | paint |
2 | 2 | [[#18d6e400]] | stroke |
3 | 1 | [[#18d63600]] | readPaint |
3 | 2 | [[#18d63600]] | readStroke |