CloneSet1892


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11063
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java
21064
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/FlowArrangement.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
63
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java

/** The horizontal alignment of blocks. */
private HorizontalAlignment horizontalAlignment;

/** The vertical alignment of blocks within each row. */
private VerticalAlignment verticalAlignment;

/** The horizontal gap between columns. */
private double horizontalGap;

/** The vertical gap between items in a column. */
private double verticalGap;


First
Previous
Clone Instance
2
Line Count
10
Source Line
64
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/FlowArrangement.java

/** The horizontal alignment of blocks. */
private HorizontalAlignment horizontalAlignment;

/** The vertical alignment of blocks within each row. */
private VerticalAlignment verticalAlignment;

/** The horizontal gap between items within rows. */
private double horizontalGap;

/** The vertical gap between rows. */
private double verticalGap;


Clone AbstractionParameter Count: 0Parameter Bindings

/** The horizontal alignment of blocks. */
private HorizontalAlignment horizontalAlignment;

/** The vertical alignment of blocks within each row. */
private VerticalAlignment verticalAlignment;

/** The horizontal gap between columns. */
/** The horizontal gap between items within rows. */
private double horizontalGap;

/** The vertical gap between items in a column. */
/** The vertical gap between rows. */
private double verticalGap;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None