CloneSet1358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13141
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/ShortTextTitle.java
23531
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
141
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/ShortTextTitle.java

/**
 * Arranges the content for this title assuming no bounds on the width
 * or the height, and returns the required size.
 *
 * @param g2  the graphics target.
 *
 * @return The content size.
 */
protected Size2D arrangeNN(Graphics2D g2) {
  Range max = new Range(0.0, Float.MAX_VALUE);
  return arrangeRR(g2, max, max);
}


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

/**
 * Arranges the content for this title assuming no bounds on the width
 * or the height, and returns the required size.  This will reflect the
 * fact that a text title positioned on the left or right of a chart will
 * be rotated by 90 degrees.
 *
 * @param g2  the graphics target.
 *
 * @return The content size.
 *
 * @since 1.0.9
 */
protected Size2D arrangeNN(Graphics2D g2) {
  Range max = new Range(0.0, Float.MAX_VALUE);
  return arrangeRR(g2, max, max);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Arranges the content for this title assuming no bounds on the width
     * or the height, and returns the required size.
     *
     * @param g2  the graphics target.
     *
     * @return The content size.
     */
/**
     * Arranges the content for this title assuming no bounds on the width
     * or the height, and returns the required size.  This will reflect the
     * fact that a text title positioned on the left or right of a chart will
     * be rotated by 90 degrees.
     *
     * @param g2  the graphics target.
     *
     * @return The content size.
     *
     * @since 1.0.9
     */
protected Size2D arrangeNN(Graphics2D g2) {
  Range max = new Range(0.0, Float.MAX_VALUE);
  return arrangeRR(g2, max, max);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None