CloneSet1954


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11081
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Millisecond.java
21082
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Second.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
81
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Millisecond.java

/** The day. */
private Day day;

/** The hour in the day. */
private byte hour;

/** The minute. */
private byte minute;

/** The second. */
private byte second;


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

/** The day. */
private Day day;

/** The hour of the day. */
private byte hour;

/** The minute. */
private byte minute;

/** The second. */
private byte second;


Clone AbstractionParameter Count: 0Parameter Bindings

/** The day. */
private Day day;

/** The hour of the day. */
/** The hour in the day. */
private byte hour;

/** The minute. */
private byte minute;

/** The second. */
private byte second;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None