CloneSet1497


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12218
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/MonthDateFormat.java
22179
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/QuarterDateFormat.java
32442
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/util/RelativeDateFormat.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
218
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/MonthDateFormat.java

/**
 * Parses the given string (not implemented).
 * 
 * @param source  the date string.
 * @param pos  the parse position.
 * 
 * @return <code>null</code>, as this method has not been implemented.
 */
public Date parse(String source, ParsePosition pos) {
  return null;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
179
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/QuarterDateFormat.java

/**
 * Parses the given string (not implemented).
 * 
 * @param source  the date string.
 * @param pos  the parse position.
 * 
 * @return <code>null</code>, as this method has not been implemented.
 */
public Date parse(String source, ParsePosition pos) {
  return null;
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
442
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/util/RelativeDateFormat.java

/**
 * Parses the given string (not implemented).
 *
 * @param source  the date string.
 * @param pos  the parse position.
 *
 * @return <code>null</code>, as this method has not been implemented.
 */
public Date parse(String source, ParsePosition pos) {
  return null;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Parses the given string (not implemented).
     * 
     * @param source  the date string.
     * @param pos  the parse position.
     * 
     * @return <code>null</code>, as this method has not been implemented.
     */
/**
     * Parses the given string (not implemented).
     *
     * @param source  the date string.
     * @param pos  the parse position.
     *
     * @return <code>null</code>, as this method has not been implemented.
     */
public Date parse(String source, ParsePosition pos) {
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None