CloneSet2271


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

/**
 * Recalculates the start date/time and end date/time for this time period
 * relative to the supplied calendar (which incorporates a time zone).
 *
 * @param calendar  the calendar (<code>null</code> not permitted).
 *
 * @since 1.0.3
 */
public void peg(Calendar calendar) {
  this.firstMillisecond = getFirstMillisecond(calendar);
}


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

/** 
 * Recalculates the start date/time and end date/time for this time period 
 * relative to the supplied calendar (which incorporates a time zone).
 * 
 * @param calendar  the calendar (<code>null</code> not permitted).
 * 
 * @since 1.0.3
 */
public void peg(Calendar calendar) {
  this.firstMillisecond = getFirstMillisecond(calendar);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Recalculates the start date/time and end date/time for this time period
     * relative to the supplied calendar (which incorporates a time zone).
     *
     * @param calendar  the calendar (<code>null</code> not permitted).
     *
     * @since 1.0.3
     */
/** 
     * Recalculates the start date/time and end date/time for this time period 
     * relative to the supplied calendar (which incorporates a time zone).
     * 
     * @param calendar  the calendar (<code>null</code> not permitted).
     * 
     * @since 1.0.3
     */
public void peg(Calendar calendar) {
  this.firstMillisecond = getFirstMillisecond(calendar);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None