Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.981 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 126 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/StandardPieSectionLabelGenerator.java |
2 | 3 | 131 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/StandardPieToolTipGenerator.java |
| |||||
/** * Creates a new instance for the specified locale. * * @param labelFormat the label format (<code>null</code> not permitted). * @param locale the local (<code>null</code> not permitted). * * @since 1.0.7 */ public StandardPieSectionLabelGenerator(String labelFormat, Locale locale) { this(labelFormat, NumberFormat.getNumberInstance(locale), NumberFormat.getPercentInstance(locale)); } |
| |||||
/** * Creates a pie tool tip generator for the specified locale. * * @param labelFormat the label format (<code>null</code> not permitted). * @param locale the locale (<code>null</code> not permitted). * * @since 1.0.7 */ public StandardPieToolTipGenerator(String labelFormat, Locale locale) { this(labelFormat, NumberFormat.getNumberInstance(locale), NumberFormat.getPercentInstance(locale)); } |
| |||
/** * Creates a new instance for the specified locale. * * @param labelFormat the label format (<code>null</code> not permitted). * @param locale the local (<code>null</code> not permitted). * * @since 1.0.7 */ /** * Creates a pie tool tip generator for the specified locale. * * @param labelFormat the label format (<code>null</code> not permitted). * @param locale the locale (<code>null</code> not permitted). * * @since 1.0.7 */ public [[#variable18fd3880]](String labelFormat, Locale locale) { this(labelFormat, NumberFormat.getNumberInstance(locale), NumberFormat.getPercentInstance(locale)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fd3880]] | StandardPieSectionLabelGenerator |
1 | 2 | [[#18fd3880]] | StandardPieToolTipGenerator |