CloneSet816


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3330.953method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13223
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java
23266
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java
33332
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
223
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java

/**
 * Sets the margin.
 * 
 * @param top  the top margin.
 * @param left  the left margin.
 * @param bottom  the bottom margin.
 * @param right  the right margin.
 * 
 * @see #getMargin()
 */
public void setMargin(double top, double left, double bottom, double right) {
  setMargin(new RectangleInsets(top, left, bottom, right));
}


Next
Previous
Clone Instance
2
Line Count
3
Source Line
266
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java

/**
 * Sets a black border with the specified line widths.
 * 
 * @param top  the top border line width.
 * @param left  the left border line width.
 * @param bottom  the bottom border line width.
 * @param right  the right border line width.
 */
public void setBorder(double top, double left, double bottom, double right) {
  setFrame(new BlockBorder(top, left, bottom, right));
}


First
Previous
Clone Instance
3
Line Count
3
Source Line
332
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java

/**
 * Sets the padding.
 * 
 * @param top  the top padding.
 * @param left  the left padding.
 * @param bottom  the bottom padding.
 * @param right  the right padding.
 */
public void setPadding(double top, double left, double bottom, double right) {
  setPadding(new RectangleInsets(top, left, bottom, right));
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Sets the padding.
     * 
     * @param top  the top padding.
     * @param left  the left padding.
     * @param bottom  the bottom padding.
     * @param right  the right padding.
     */
/**
     * Sets a black border with the specified line widths.
     * 
     * @param top  the top border line width.
     * @param left  the left border line width.
     * @param bottom  the bottom border line width.
     * @param right  the right border line width.
     */
/**
     * Sets the margin.
     * 
     * @param top  the top margin.
     * @param left  the left margin.
     * @param bottom  the bottom margin.
     * @param right  the right margin.
     * 
     * @see #getMargin()
     */
public void [[#variable18d89cc0]](double top, double left, double bottom, double right) {
   [[#variable18d89b00]](new [[#variable18d89d20]](top, left, bottom, right));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d89cc0]]
setMargin 
12[[#18d89cc0]]
setBorder 
13[[#18d89cc0]]
setPadding 
21[[#18d89b00]]
setMargin 
22[[#18d89b00]]
setFrame 
23[[#18d89b00]]
setPadding 
31[[#18d89d20]]
RectangleInsets 
32[[#18d89d20]]
BlockBorder 
33[[#18d89d20]]
RectangleInsets