CloneSet237


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25210.991class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12554
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/sos/SOSTest.java
22562
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/vss/MSVSSTest.java
Next
Last
Clone Instance
1
Line Count
25
Source Line
54
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/sos/SOSTest.java

/**
 *  Constructor for the SOSTest object
 *
 * @param  s  Test name
 */
public SOSTest(String s) {
  super(s);
}

/**
 *  The JUnit setup method
 *
 * @throws  Exception
 */
protected void setUp() throws Exception {
  project = new Project();
  project.setBasedir(".");
}

/**
 *  The teardown method for JUnit
 *
 * @throws  Exception
 */
protected void tearDown() throws Exception {
  File file = new File(project.getBaseDir(), LOCAL_PATH);
  if (file.exists()) {
    file.delete();
  }
}


First
Previous
Clone Instance
2
Line Count
25
Source Line
62
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/vss/MSVSSTest.java

/**
 *  Constructor for the MSVSSTest object
 *
 * @param  s  Test name
 */
public MSVSSTest(String s) {
  super(s);
}

/**
 *  The JUnit setup method
 *
 * @throws  Exception
 */
protected void setUp() throws Exception {
  project = new Project();
  project.setBasedir(".");
}

/**
 *  The teardown method for JUnit
 *
 * @throws  Exception
 */
protected void tearDown() throws Exception {
  File file = new File(project.getBaseDir(), LOCAL_PATH);
  if (file.exists()) {
    file.delete();
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     *  Constructor for the MSVSSTest object
     *
     * @param  s  Test name
     */
/**
     *  Constructor for the SOSTest object
     *
     * @param  s  Test name
     */
public [[#variablefe1f000]](String s) {
  super(s);
}

/**
     *  The JUnit setup method
     *
     * @throws  Exception
     */
protected void setUp() throws Exception {
  project = new Project();
  project.setBasedir(".");
}

/**
     *  The teardown method for JUnit
     *
     * @throws  Exception
     */
protected void tearDown() throws Exception {
  File file = new File(project.getBaseDir(), LOCAL_PATH);
  if (file.exists()) {
    file.delete();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fe1f000]]
SOSTest 
12[[#fe1f000]]
MSVSSTest