CloneSet1157


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11320.958class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111237
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java
211257
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java
311277
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
237
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java

/**
 * Returns the first millisecond of the time period.
 *
 * @param calendar  the calendar.
 *
 * @return The first millisecond of the time period.
 */
public long getFirstMillisecond(Calendar calendar) {
  return this.time;
}

/**
 * Returns the last millisecond of the time period.
 *
 * @return The last millisecond of the time period.
 */
public long getLastMillisecond() {
  return this.time;
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
257
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java

/**
 * Returns the last millisecond of the time period.
 *
 * @param calendar  the calendar.
 *
 * @return The last millisecond of the time period.
 */
public long getLastMillisecond(Calendar calendar) {
  return this.time;
}

/**
 * Returns the millisecond closest to the middle of the time period.
 *
 * @return The millisecond closest to the middle of the time period.
 */
public long getMiddleMillisecond() {
  return this.time;
}


First
Previous
Clone Instance
3
Line Count
11
Source Line
277
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/FixedMillisecond.java

/**
 * Returns the millisecond closest to the middle of the time period.
 *
 * @param calendar  the calendar.
 *
 * @return The millisecond closest to the middle of the time period.
 */
public long getMiddleMillisecond(Calendar calendar) {
  return this.time;
}

/**
 * Returns a serial index number for the millisecond.
 *
 * @return The serial index number.
 */
public long getSerialIndex() {
  return this.time;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Returns the first millisecond of the time period.
     *
     * @param calendar  the calendar.
     *
     * @return The first millisecond of the time period.
     */
/**
     * Returns the last millisecond of the time period.
     *
     * @param calendar  the calendar.
     *
     * @return The last millisecond of the time period.
     */
/**
     * Returns the millisecond closest to the middle of the time period.
     *
     * @param calendar  the calendar.
     *
     * @return The millisecond closest to the middle of the time period.
     */
public long  [[#variable18ebc960]](Calendar calendar) {
  return this.time;
}

/**
     * Returns the last millisecond of the time period.
     *
     * @return The last millisecond of the time period.
     */
/**
     * Returns the millisecond closest to the middle of the time period.
     *
     * @return The millisecond closest to the middle of the time period.
     */
/**
     * Returns a serial index number for the millisecond.
     *
     * @return The serial index number.
     */
public long  [[#variable18ebc7e0]]() {
  return this.time;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ebc960]]
getFirstMillisecond 
12[[#18ebc960]]
getLastMillisecond 
13[[#18ebc960]]
getMiddleMillisecond 
21[[#18ebc7e0]]
getLastMillisecond 
22[[#18ebc7e0]]
getMiddleMillisecond 
23[[#18ebc7e0]]
getSerialIndex