Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 3 | 0.950 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 94 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java |
2 | 16 | 92 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java |
| |||||
/** Storage for the subplot references. */ private List subplots; /** Total weight of all charts. */ private int totalWeight; /** The gap between subplots. */ private double gap; /** Temporary storage for the subplot areas. */ private transient Rectangle2D[] subplotAreas; // TODO: move the above to the plot state /** * Default constructor. */ public CombinedDomainCategoryPlot() { this(new CategoryAxis()); } |
| |||||
/** Storage for the subplot references. */ private List subplots; /** Total weight of all charts. */ private int totalWeight; /** The gap between subplots. */ private double gap; /** Temporary storage for the subplot areas. */ private transient Rectangle2D[] subplotArea; // TODO: move to plot state /** * Default constructor. */ public CombinedRangeCategoryPlot() { this(new NumberAxis()); } |
| |||
/** Storage for the subplot references. */ private List subplots; /** Total weight of all charts. */ private int totalWeight; /** The gap between subplots. */ private double gap; /** Temporary storage for the subplot areas. */ private transient Rectangle2D[] [[#variable18f75300]]; // TODO: move to plot state // TODO: move the above to the plot state /** * Default constructor. */ public [[#variable18f75240]]() { this(new [[#variable18f74640]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f75300]] | subplotAreas |
1 | 2 | [[#18f75300]] | subplotArea |
2 | 1 | [[#18f75240]] | CombinedDomainCategoryPlot |
2 | 2 | [[#18f75240]] | CombinedRangeCategoryPlot |
3 | 1 | [[#18f74640]] | CategoryAxis |
3 | 2 | [[#18f74640]] | NumberAxis |