Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
20 | 2 | 3 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 191 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.java |
2 | 20 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractPieItemLabelGenerator.java |
| |||||
/** * Returns the label format string. * * @return The label format string (never <code>null</code>). */ public String getLabelFormat() { return this.labelFormat; } /** * Returns the number formatter. * * @return The number formatter (possibly <code>null</code>). */ public NumberFormat getNumberFormat() { return this.numberFormat; } /** * Returns the date formatter. * * @return The date formatter (possibly <code>null</code>). */ public DateFormat getDateFormat() { return this.dateFormat; } |
| |||||
/** * Returns the label format string. * * @return The label format string (never <code>null</code>). */ public String getLabelFormat() { return this.labelFormat; } /** * Returns the number formatter. * * @return The formatter (never <code>null</code>). */ public NumberFormat getNumberFormat() { return this.numberFormat; } /** * Returns the percent formatter. * * @return The formatter (never <code>null</code>). */ public NumberFormat getPercentFormat() { return this.percentFormat; } |
| |||
/** * Returns the label format string. * * @return The label format string (never <code>null</code>). */ /** * Returns the label format string. * * @return The label format string (never <code>null</code>). */ public String getLabelFormat() { return this.labelFormat; } /** * Returns the number formatter. * * @return The formatter (never <code>null</code>). */ /** * Returns the number formatter. * * @return The number formatter (possibly <code>null</code>). */ public NumberFormat getNumberFormat() { return this.numberFormat; } /** * Returns the percent formatter. * * @return The formatter (never <code>null</code>). */ /** * Returns the date formatter. * * @return The date formatter (possibly <code>null</code>). */ public [[#variable18f1ed00]] [[#variable18f1ec60]]() { return this. [[#variable18f1ec00]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f1ed00]] | DateFormat |
1 | 2 | [[#18f1ed00]] | NumberFormat |
2 | 1 | [[#18f1ec60]] | getDateFormat |
2 | 2 | [[#18f1ec60]] | getPercentFormat |
3 | 1 | [[#18f1ec00]] | dateFormat |
3 | 2 | [[#18f1ec00]] | percentFormat |