package org.columba.core.tagging; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Test for org.columba.core.tagging"); //$JUnit-BEGIN$ suite.addTestSuite(TagManagerTest.class); //$JUnit-END$ return suite; }
package org.columba.core.xml; import junit.framework.Test; import junit.framework.TestSuite; /** * @author fdietz */ public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Test for org.columba.core.xml"); //$JUnit-BEGIN$ suite.addTestSuite(XmlTest2.class); //$JUnit-END$ return suite; }
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/core/src/test/java/org/columba/core/tagging/AllTests.java File path: /columba-1.4-src/core/src/test/java/org/columba/core/xml/AllTests.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
package org.columba.core.tagging;
1
package org.columba.core.xml;
2
import junit.framework.Test;
2
import junit.framework.Test;
3
import junit.framework.TestSuite;
3
import junit.framework.TestSuite;
4
/**
5
 * @author fdietz
6
 */
4
public class AllTests {
7
public class AllTests {
5
	public static Test suite() {
8
    public static Test suite() {
6
		TestSuite suite = new TestSuite("Test for org.columba.core.tagging");
9
        TestSuite suite = new TestSuite("Test for org.columba.core.
7
		
10
xml");
8
//$JUnit-BEGIN$
11
        //$JUnit-BEGIN$
9
		suite.addTestSuite(TagManagerTest.class);
12
        suite.addTestSuite(XmlTest2.class);
10
		
11
//$JUnit-END$
13
        //$JUnit-END$
12
		return suite;
14
        return suite;
13
	}
15
    }
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0