Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.955 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 48 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItemCollection.java |
2 | 5 | 46 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/KeyedObjects.java |
3 | 5 | 47 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/BoxAndWhiskerItem.java |
| |||||
import java.io.Serializable; import java.util.Iterator; import java.util.List; import org.jfree.util.ObjectUtilities; |
| |||||
import java.io.Serializable; import java.util.Iterator; import java.util.List; import org.jfree.util.PublicCloneable; |
| |||||
import java.io.Serializable; import java.util.Collections; import java.util.List; import org.jfree.util.ObjectUtilities; |
| |||
import java.io.Serializable; import java.util. [[#variable18f20740]]; import java.util.List; import org.jfree.util. [[#variable18f206c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f20740]] | Iterator |
1 | 2 | [[#18f20740]] | Iterator |
1 | 3 | [[#18f20740]] | Collections |
2 | 1 | [[#18f206c0]] | ObjectUtilities |
2 | 2 | [[#18f206c0]] | PublicCloneable |
2 | 3 | [[#18f206c0]] | ObjectUtilities |