Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.957 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 207 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java |
2 | 10 | 201 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java |
| |||||
/** * A flag that indicates whether or not tick labels are visible for the * axis. */ private boolean tickLabelsVisible; /** The font used to display the tick labels. */ private Font tickLabelFont; /** The color used to display the tick labels. */ private transient Paint tickLabelPaint; /** The blank space around each tick label. */ private RectangleInsets tickLabelInsets; |
| |||||
/** A flag that controls whether or not the tick labels are visible. */ private boolean tickLabelsVisible; /** The tick label font. */ private Font tickLabelFont; /** The tick label paint. */ private transient Paint tickLabelPaint; /** The tick label format. */ private NumberFormat tickLabelFormat; |
| |||
/** * A flag that indicates whether or not tick labels are visible for the * axis. */ /** A flag that controls whether or not the tick labels are visible. */ private boolean tickLabelsVisible; /** The font used to display the tick labels. */ /** The tick label font. */ private Font tickLabelFont; /** The color used to display the tick labels. */ /** The tick label paint. */ private transient Paint tickLabelPaint; /** The blank space around each tick label. */ /** The tick label format. */ private [[#variable1a062680]] [[#variable1a062600]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a062680]] | RectangleInsets |
1 | 2 | [[#1a062680]] | NumberFormat |
2 | 1 | [[#1a062600]] | tickLabelInsets |
2 | 2 | [[#1a062600]] | tickLabelFormat |