CloneSet624


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2601.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12190
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockContainer.java
2297
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/EmptyBlock.java
32260
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java
42499
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java
52461
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java
62670
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
190
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockContainer.java

/**
 * Draws the container and all the blocks within it.
 * 
 * @param g2  the graphics device.
 * @param area  the area.
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


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

/**
 * Draws the block.  Since the block is empty, there is nothing to draw
 * except the optional border.
 *
 * @param g2  the graphics device.
 * @param area  the area.
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


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

/**
 * Draws the block.
 * 
 * @param g2  the graphics device.
 * @param area  the area.
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
499
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendTitle.java

/**
 * Draws the title on a Java 2D graphics device (such as the screen or a
 * printer).
 *
 * @param g2  the graphics device.
 * @param area  the available area for the title.
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


Next
Previous
Clone Instance
5
Line Count
2
Source Line
461
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java

/**
 * Draws the legend within the specified area.
 * 
 * @param g2  the graphics target (<code>null</code> not permitted).
 * @param area  the drawing area (<code>null</code> not permitted).
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


First
Previous
Clone Instance
6
Line Count
2
Source Line
670
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java

/**
 * Draws the title on a Java 2D graphics device (such as the screen or a
 * printer).
 *
 * @param g2  the graphics device.
 * @param area  the area allocated for the title.
 */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Draws the container and all the blocks within it.
     * 
     * @param g2  the graphics device.
     * @param area  the area.
     */
/**
     * Draws the block.  Since the block is empty, there is nothing to draw
     * except the optional border.
     *
     * @param g2  the graphics device.
     * @param area  the area.
     */
/**
     * Draws the block.
     * 
     * @param g2  the graphics device.
     * @param area  the area.
     */
/**
     * Draws the title on a Java 2D graphics device (such as the screen or a
     * printer).
     *
     * @param g2  the graphics device.
     * @param area  the available area for the title.
     */
/**
     * Draws the title on a Java 2D graphics device (such as the screen or a
     * printer).
     *
     * @param g2  the graphics device.
     * @param area  the area allocated for the title.
     */
/**
     * Draws the legend within the specified area.
     * 
     * @param g2  the graphics target (<code>null</code> not permitted).
     * @param area  the drawing area (<code>null</code> not permitted).
     */
public void draw(Graphics2D g2, Rectangle2D area) {
  draw(g2, area, null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None