Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 131 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java |
2 | 5 | 107 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java |
| |||||
/** The default axis label font. */ public static final Font DEFAULT_AXIS_LABEL_FONT = new Font("SansSerif", Font.PLAIN, 12); /** The default axis label paint. */ public static final Paint DEFAULT_AXIS_LABEL_PAINT = Color.black; |
| |||||
/** The default item font. */ public static final Font DEFAULT_ITEM_FONT = new Font("SansSerif", Font.PLAIN, 12); /** The default item paint. */ public static final Paint DEFAULT_ITEM_PAINT = Color.black; |
| |||
/** The default item font. */ /** The default axis label font. */ public static final Font [[#variable1a0210c0]]= new Font("SansSerif", Font.PLAIN, 12); /** The default item paint. */ /** The default axis label paint. */ public static final Paint [[#variable1a021340]]= Color.black; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0210c0]] | DEFAULT_AXIS_LABEL_FONT |
1 | 2 | [[#1a0210c0]] | DEFAULT_ITEM_FONT |
2 | 1 | [[#1a021340]] | DEFAULT_AXIS_LABEL_PAINT |
2 | 2 | [[#1a021340]] | DEFAULT_ITEM_PAINT |