Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 0 | 1.000 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 68 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/DeleteTest.java |
2 | 19 | 111 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/ANTLRTest.java |
| |||||
public void test11() { executeTarget("test11"); } public void test12() { executeTarget("test12"); } public void test13() { executeTarget("test13"); } |
| |||||
/** * 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"); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |