Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 332 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTAxisEditor.java |
2 | 2 | 350 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTAxisEditor.java |
| |||||
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.labelFont, true); } |
| |||||
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font getTickLabelFont() { return SWTUtils.toAwtFont(getDisplay(), this.tickLabelFont, true); } |
| |||
/** * Returns the current label font. * * @return The current label font. */ public java.awt.Font [[#variable1a0e43a0]]() { return SWTUtils.toAwtFont(getDisplay(), this. [[#variable1a0e42a0]], true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0e43a0]] | getLabelFont |
1 | 2 | [[#1a0e43a0]] | getTickLabelFont |
2 | 1 | [[#1a0e42a0]] | labelFont |
2 | 2 | [[#1a0e42a0]] | tickLabelFont |