Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.969 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 211 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java |
2 | 2 | 162 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/SimpleHistogramDataset.java |
| |||||
/** * Returns the number of items in the specified series. * * @param series the index (zero-based) of the series. * * @return The number of items in the specified series. */ public int getItemCount(int series) { return this.dates.size(); } |
| |||||
/** * Returns the number of items in a series. Since this dataset only stores * a single series, the <code>series</code> argument is ignored. * * @param series the series index (zero-based, ignored in this dataset). * * @return The item count. */ public int getItemCount(int series) { return this.bins.size(); } |
| |||
/** * Returns the number of items in a series. Since this dataset only stores * a single series, the <code>series</code> argument is ignored. * * @param series the series index (zero-based, ignored in this dataset). * * @return The item count. */ /** * Returns the number of items in the specified series. * * @param series the index (zero-based) of the series. * * @return The number of items in the specified series. */ public int getItemCount(int series) { return this. [[#variable1a1725e0]].size(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a1725e0]] | dates |
1 | 2 | [[#1a1725e0]] | bins |