CloneSet1237


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13230.956class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11373
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValues.java
213105
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
73
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValues.java

/** Default value for the domain description. */
protected static final String DEFAULT_DOMAIN_DESCRIPTION = "Time";

/** Default value for the range description. */
protected static final String DEFAULT_RANGE_DESCRIPTION = "Value";

/** A description of the domain. */
private String domain;

/** A description of the range. */
private String range;

/** The list of data pairs in the series. */
private List data;


First
Previous
Clone Instance
2
Line Count
13
Source Line
105
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java

/** Default value for the domain description. */
protected static final String DEFAULT_DOMAIN_DESCRIPTION = "Time";

/** Default value for the range description. */
protected static final String DEFAULT_RANGE_DESCRIPTION = "Value";

/** A description of the domain. */
private String domain;

/** A description of the range. */
private String range;

/** The type of period for the data. */
protected Class timePeriodClass;


Clone AbstractionParameter Count: 3Parameter Bindings

/** Default value for the domain description. */
protected static final String DEFAULT_DOMAIN_DESCRIPTION = "Time";

/** Default value for the range description. */
protected static final String DEFAULT_RANGE_DESCRIPTION = "Value";

/** A description of the domain. */
private String domain;

/** A description of the range. */
private String range;

 [[#variable18eddbe0]] [[#variable18eddb60]]  [[#variable18eddb00]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18eddbe0]]
/** The list of data pairs in the series. */
private 
12[[#18eddbe0]]
/** The type of period for the data. */
protected 
21[[#18eddb60]]
List 
22[[#18eddb60]]
Class 
31[[#18eddb00]]
data 
32[[#18eddb00]]
timePeriodClass