Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 3 | 3 | 0.968 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 1 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/associations/AllTests.java |
2 | 17 | 1 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/tagging/AllTests.java |
3 | 21 | 18 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/AllTests.java |
| |||||
package org.columba.core.associations; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Test for org.columba.core.associations"); //$JUnit-BEGIN$ suite.addTestSuite(AssociationStoreCases.class ); //$JUnit-END$ return suite; } } |
| |||||
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; } } |
| |||||
// The contents of this file are subject to the Mozilla Public License Version // 1.1 //(the "License"); you may not use this file except in compliance with the //License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ // //Software distributed under the License is distributed on an "AS IS" basis, //WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License //for the specific language governing rights and //limitations under the License. // //The Original Code is "The Columba Project" // //The Initial Developers of the Original Code are Frederik Dietz and Timo // Stich. //Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003. // //All Rights Reserved. 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; } } |
| |||
// The contents of this file are subject to the Mozilla Public License Version // 1.1 //(the "License"); you may not use this file except in compliance with the //License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ // //Software distributed under the License is distributed on an "AS IS" basis, //WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License //for the specific language governing rights and //limitations under the License. // //The Original Code is "The Columba Project" // //The Initial Developers of the Original Code are Frederik Dietz and Timo // Stich. //Portions created by Frederik Dietz and Timo Stich are Copyright (C) 2003. // //All Rights Reserved. package org.columba.core. [[#variable13216de0]]; import junit.framework.Test; import junit.framework.TestSuite; /** * @author fdietz */ public class AllTests { public static Test suite() { TestSuite suite = new TestSuite( [[#variable13216d00]]); //$JUnit-BEGIN$ suite.addTestSuite( [[#variable13216cc0]].class ); //$JUnit-END$ return suite; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13216de0]] | associations |
1 | 2 | [[#13216de0]] | tagging |
1 | 3 | [[#13216de0]] | xml |
2 | 1 | [[#13216d00]] | "Test for org.columba.core.associations" |
2 | 2 | [[#13216d00]] | "Test for org.columba.core.tagging" |
2 | 3 | [[#13216d00]] | "Test for org.columba.core.xml" |
3 | 1 | [[#13216cc0]] | AssociationStoreCases |
3 | 2 | [[#13216cc0]] | TagManagerTest |
3 | 3 | [[#13216cc0]] | XmlTest2 |