CloneSet1028


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

/**
 * The implementation for this particular task.
 *
 * <p>Defaults to the build.compiler property but can be overridden
 * via the compiler attribute.</p>
 *
 * <p>This method does not take the fork attribute into
 * account.</p>
 *
 * @see #getCompiler
 * @return the compiler.
 *
 * @since Ant 1.5
 */
public String getCompilerVersion() {
  facade.setMagicValue(getProject().getProperty("build.compiler"));
  return facade.getImplementation();
}


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

/**
 * get the name of the current compiler
 * @return the name of the compiler
 * @since Ant 1.5
 */
public String getCompiler() {
  facade.setMagicValue(getProject().getProperty("build.rmic"));
  return facade.getImplementation();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * The implementation for this particular task.
     *
     * <p>Defaults to the build.compiler property but can be overridden
     * via the compiler attribute.</p>
     *
     * <p>This method does not take the fork attribute into
     * account.</p>
     *
     * @see #getCompiler
     * @return the compiler.
     *
     * @since Ant 1.5
     */
/**
     * get the name of the current compiler
     * @return the name of the compiler
     * @since Ant 1.5
     */
public String  [[#variable11216de0]]() {
  facade.setMagicValue(getProject().getProperty( [[#variable11216dc0]]));
  return facade.getImplementation();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11216de0]]
getCompilerVersion 
12[[#11216de0]]
getCompiler 
21[[#11216dc0]]
"build.compiler" 
22[[#11216dc0]]
"build.rmic"