CloneSet1288


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

/**
 * Called by the project to let the task initialize properly.
 *
 * @exception BuildException if something goes wrong with the build
 */
public void init() throws BuildException {
  super.init();
  xmlCatalog.setProject(getProject());
}


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

/**
 * Initialize internal instance of XMLCatalog
 * @throws BuildException on error
 */
public void init() throws BuildException {
  super.init();
  xmlCatalog.setProject(getProject());
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Initialize internal instance of XMLCatalog
     * @throws BuildException on error
     */
/**
     * Called by the project to let the task initialize properly.
     *
     * @exception BuildException if something goes wrong with the build
     */
public void init() throws BuildException {
  super.init();
  xmlCatalog.setProject(getProject());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None