CloneSet263


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18330.968compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1181
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/associations/AllTests.java
2171
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/tagging/AllTests.java
32118
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/AllTests.java
Next
Last
Clone Instance
1
Line Count
18
Source Line
1
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/associations/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;
  }
}




Next
Previous
Clone Instance
2
Line Count
17
Source Line
1
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/tagging/AllTests.java

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;
  }
}




First
Previous
Clone Instance
3
Line Count
21
Source Line
18
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/AllTests.java

// 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;
  }
}




Clone AbstractionParameter Count: 3Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13216de0]]
associations 
12[[#13216de0]]
tagging 
13[[#13216de0]]
xml 
21[[#13216d00]]
"Test for org.columba.core.associations" 
22[[#13216d00]]
"Test for org.columba.core.tagging" 
23[[#13216d00]]
"Test for org.columba.core.xml" 
31[[#13216cc0]]
AssociationStoreCases 
32[[#13216cc0]]
TagManagerTest 
33[[#13216cc0]]
XmlTest2