CloneSet656


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000nested_class_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181012
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java
213726
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
1012
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java

/**
 * Adds an "compiler" attribute to Commandline$Attribute used to
 * filter command line attributes based on the current
 * implementation.
 */
public class ImplementationSpecificArgument extends org.apache.tools.ant.util.facade.ImplementationSpecificArgument {
  /**
   * @param impl the name of the compiler
   */
  public void setCompiler(String impl) {
    super.setImplementation(impl);
  }
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
726
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java

/**
 * Adds an "compiler" attribute to Commandline$Attribute used to
 * filter command line attributes based on the current
 * implementation.
 */
public class ImplementationSpecificArgument extends org.apache.tools.ant.util.facade.ImplementationSpecificArgument {
  /**
   * Only pass the specified argument if the
   * chosen compiler implementation matches the
   * value of this attribute. Legal values are
   * the same as those in the above list of
   * valid compilers.)
   * @param impl the compiler to be used.
   */
  public void setCompiler(String impl) {
    super.setImplementation(impl);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Adds an "compiler" attribute to Commandline$Attribute used to
     * filter command line attributes based on the current
     * implementation.
     */
public class ImplementationSpecificArgument extends org.apache.tools.ant.util.facade.ImplementationSpecificArgument {
  /**
           * @param impl the name of the compiler
           */
  /**
           * Only pass the specified argument if the
           * chosen compiler implementation matches the
           * value of this attribute. Legal values are
           * the same as those in the above list of
           * valid compilers.)
           * @param impl the compiler to be used.
           */
  public void setCompiler(String impl) {
    super.setImplementation(impl);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None