Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 1 | 0.971 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 122 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java |
2 | 7 | 65 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Tick.java |
3 | 7 | 63 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java |
| |||||
/** The text anchor (to be aligned with (x, y)). */ private TextAnchor textAnchor; /** The rotation anchor. */ private TextAnchor rotationAnchor; /** The rotation angle. */ private double rotationAngle; |
| |||||
/** The text anchor for the tick label. */ private TextAnchor textAnchor; /** The rotation anchor for the tick label. */ private TextAnchor rotationAnchor; /** The rotation angle. */ private double angle; |
| |||||
/** The text anchor. */ private TextAnchor textAnchor; /** The rotation anchor. */ private TextAnchor rotationAnchor; /** The rotation angle. */ private double angle; |
| |||
/** The text anchor (to be aligned with (x, y)). */ /** The text anchor for the tick label. */ /** The text anchor. */ private TextAnchor textAnchor; /** The rotation anchor. */ /** The rotation anchor for the tick label. */ private TextAnchor rotationAnchor; /** The rotation angle. */ private double [[#variable18ff13c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ff13c0]] | rotationAngle |
1 | 2 | [[#18ff13c0]] | angle |
1 | 3 | [[#18ff13c0]] | angle |