CloneSet887


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19201.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1868
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/DeleteTest.java
219111
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/ANTLRTest.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
68
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/DeleteTest.java

public void test11() {
  executeTarget("test11");
}

public void test12() {
  executeTarget("test12");
}

public void test13() {
  executeTarget("test13");
}


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

/**
 * This is just a quick sanity check to run the diagnostic option and
 * make sure that it doesn't throw any funny exceptions.
 */
public void test11() {
  executeTarget("test11");
}

/**
 * This is just a quick sanity check to run the trace option and
 * make sure that it doesn't throw any funny exceptions.
 */
public void test12() {
  executeTarget("test12");
}

/**
 * This is just a quick sanity check to run all the rest of the
 * trace options (traceLexer, traceParser, and traceTreeWalker) to
 * make sure that they don't throw any funny exceptions.
 */
public void test13() {
  executeTarget("test13");
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * This is just a quick sanity check to run the diagnostic option and
     * make sure that it doesn't throw any funny exceptions.
     */
public void test11() {
  executeTarget("test11");
}

/**
     * This is just a quick sanity check to run the trace option and
     * make sure that it doesn't throw any funny exceptions.
     */
public void test12() {
  executeTarget("test12");
}

/**
     * This is just a quick sanity check to run all the rest of the
     * trace options (traceLexer, traceParser, and traceTreeWalker) to
     * make sure that they don't throw any funny exceptions.
     */
public void test13() {
  executeTarget("test13");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None