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)
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 fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Rmic.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class ImplementationSpecificArgument extends
1
public class ImplementationSpecificArgument extends
2
        org.apache.tools.ant.util.facade.ImplementationSpecificArgument {
2
        org.apache.tools.ant.util.facade.ImplementationSpecificArgument {
3
        /**
3
        /**
4
         * @param impl the name of
4
         * Only pass the specified argument if the
5
         * chosen compiler implementation matches the
6
         * value of this attribute. Legal values are
7
         * the same as those in the above list of
8
         * valid compilers.)
5
 the compiler
9
         * @param impl the compiler to be used.
6
         */
10
         */
7
        public void setCompiler(String impl) {
11
        public void setCompiler(String impl) {
8
            super.setImplementation(impl)
12
            super.setImplementation(impl)
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0