CloneSet832


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13160
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/ClassConstants.java
23141
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/StripJavaComments.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
160
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/ClassConstants.java

/**
 * Creates a new ClassConstants using the passed in
 * Reader for instantiation.
 *
 * @param rdr A Reader object providing the underlying stream.
 *            Must not be <code>null</code>.
 *
 * @return a new filter based on this configuration, but filtering
 *         the specified reader
 */
public Reader chain( final Reader rdr) {
  ClassConstants newFilter = new ClassConstants(rdr);
  return newFilter;
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
141
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/StripJavaComments.java

/**
 * Creates a new StripJavaComments using the passed in
 * Reader for instantiation.
 *
 * @param rdr A Reader object providing the underlying stream.
 *            Must not be <code>null</code>.
 *
 * @return a new filter based on this configuration, but filtering
 *         the specified reader
 */
public Reader chain( final Reader rdr) {
  StripJavaComments newFilter = new StripJavaComments(rdr);
  return newFilter;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Creates a new ClassConstants using the passed in
     * Reader for instantiation.
     *
     * @param rdr A Reader object providing the underlying stream.
     *            Must not be <code>null</code>.
     *
     * @return a new filter based on this configuration, but filtering
     *         the specified reader
     */
/**
     * Creates a new StripJavaComments using the passed in
     * Reader for instantiation.
     *
     * @param rdr A Reader object providing the underlying stream.
     *            Must not be <code>null</code>.
     *
     * @return a new filter based on this configuration, but filtering
     *         the specified reader
     */
public Reader chain( final Reader rdr) {
   [[#variable130aca40]] newFilter = new [[#variable130aca40]](rdr);
  return newFilter;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130aca40]]
ClassConstants 
12[[#130aca40]]
StripJavaComments