CloneSet1956


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.952class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19149
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java
2988
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
149
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java

/** Useful constant for specifying the type of rendering (shapes only). */
public static final int SHAPES = 1;

/** Useful constant for specifying the type of rendering (lines only). */
public static final int LINES = 2;

/** 
 * Useful constant for specifying the type of rendering (shapes and lines).
 */
public static final int SHAPES_AND_LINES = 3;


First
Previous
Clone Instance
2
Line Count
9
Source Line
88
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java

/** Useful constant for specifying the type of rendering (shapes only). */
public static final int SHAPES = 1;

/** Useful constant for specifying the type of rendering (area only). */
public static final int AREA = 2;

/**
 * Useful constant for specifying the type of rendering (area and shapes).
 */
public static final int AREA_AND_SHAPES = 3;


Clone AbstractionParameter Count: 2Parameter Bindings

/** Useful constant for specifying the type of rendering (shapes only). */
public static final int SHAPES = 1;

/** Useful constant for specifying the type of rendering (lines only). */
/** Useful constant for specifying the type of rendering (area only). */
public static final int  [[#variable1a0c8740]]= 2;

/** 
     * Useful constant for specifying the type of rendering (shapes and lines).
     */
/**
     * Useful constant for specifying the type of rendering (area and shapes).
     */
public static final int  [[#variable1a0c8700]]= 3;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0c8740]]
LINES 
12[[#1a0c8740]]
AREA 
21[[#1a0c8700]]
SHAPES_AND_LINES 
22[[#1a0c8700]]
AREA_AND_SHAPES