index int64 0 0 | repo_id stringlengths 9 205 | file_path stringlengths 31 246 | content stringlengths 1 12.2M | __index_level_0__ int64 0 10k |
|---|---|---|---|---|
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/InsTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,900 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/TestFrameworkTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | 5,901 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/AbstractMatrixOrbTestBase.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,902 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/LocalTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License");... | 5,903 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/FVDTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | 5,904 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/ConnectionCachingTest.java | package org.apache.yoko;
import org.apache.yoko.orb.OBPortableServer.POA;
import org.apache.yoko.orb.OBPortableServer.POAHelper;
import org.apache.yoko.orb.OBPortableServer.POAManager;
import org.apache.yoko.orb.OBPortableServer.POAManagerHelper;
import org.apache.yoko.orb.OCI.Acceptor;
import org.apache.yoko.orb.OCI.... | 5,905 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/TestFrameworkUnforkedTest.java | package org.apache.yoko;
public class TestFrameworkUnforkedTest extends TestFrameworkTest {
@Override
public void setUp() throws Exception {
super.setUp();
System.setProperty("server.forked","false");
System.setProperty("client.forked","false");
}
}
| 5,906 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/AbstractOrbTestBase.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,907 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/CosNamingTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | 5,908 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/AbstractCollocTestBase.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,909 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/IIOPPluginTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,910 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/RMIExceptionHandlingTest.java | package org.apache.yoko;
import java.rmi.RemoteException;
import java.util.Properties;
import javax.rmi.PortableRemoteObject;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.omg.CORBA.ORB;
import org.omg.PortableServer.POA;
import org.omg.PortableServer.POAHelper;
import... | 5,911 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/ConnectionCleanupTest.java | package org.apache.yoko;
import static javax.rmi.PortableRemoteObject.narrow;
import org.apache.yoko.orb.OBPortableServer.POAHelper;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.omg.CORBA.BAD_OPERATION;
import org.omg.CORBA.ORB;
import org.omg.CORBA.ORBPackage.InvalidName;
impor... | 5,912 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/PiTest.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,913 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/JavaProcess.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | 5,914 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/ProcessManager.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,915 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgent.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,916 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/internal/ProcessManagerRemoteIF.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,917 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/internal/Util.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | 5,918 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager | Create_ds/geronimo-yoko/yoko-core/src/test/java/org/apache/yoko/processmanager/internal/ProcessAgentImpl.java | /**
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you ... | 5,919 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectExceptionsExt_2_3.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,920 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestCaseHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,921 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfLongLong_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,922 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfStubTimeout_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,923 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptionsExt_2_0_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,924 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestCaseHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,925 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/Client.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,926 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfContext_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,927 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfFixedDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,928 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/IntfPOATie.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,929 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/Collocated.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,930 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfLongLongDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,931 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfStubTimeoutDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,932 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfContextDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,933 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestPolicyIntf.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,934 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObject.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,935 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectExceptions.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,936 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/ORBTypeHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,937 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/ORBTypeHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,938 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/ORBType.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,939 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfBasic_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,940 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/Intf.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,941 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectFixed.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,942 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectStubTimeout.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,943 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/IntfPOA.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,944 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptionsExt_2_3DSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,945 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectWChar.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,946 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestDefn.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,947 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/_IntfStub.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,948 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfWChar_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,949 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/IntfHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,950 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptions_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,951 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestCaseListHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,952 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectContext.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,953 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectLongLong.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,954 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntf_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,955 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/ImplType.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,956 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestCaseListHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,957 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptionsDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,958 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptionsExt_2_0DSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,959 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/IntfHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,960 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfWCharDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,961 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/IntfOperations.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,962 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectBasic.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,963 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/Server.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,964 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfBasicDSI_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,965 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfExceptionsExt_2_3_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,966 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestCase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,967 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestObjectExceptionsExt_2_0.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,968 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest/TestIntfFixed_impl.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,969 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/IntfPOATie.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,970 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/Intf.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,971 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/IntfPOA.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,972 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/_IntfStub.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,973 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/IntfHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,974 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/IntfHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,975 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/TestFixedHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,976 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/IntfOperations.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,977 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/ExFixedHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,978 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/ExFixedHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,979 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_Fixed/ExFixed.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,980 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWString.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,981 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/IntfPOATie.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,982 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWCharHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,983 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWCharHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,984 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/Intf.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,985 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/IntfPOA.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,986 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/_IntfStub.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,987 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWStringHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,988 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWStringHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,989 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/IntfHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,990 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/IntfHolder.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,991 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/IntfOperations.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,992 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_WChar/ExWChar.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,993 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/ExLongLong.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,994 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/IntfPOATie.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,995 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/Intf.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,996 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/IntfPOA.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,997 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/_IntfStub.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,998 |
0 | Create_ds/geronimo-yoko/yoko-core/src/test/java | Create_ds/geronimo-yoko/yoko-core/src/test/java/ORBTest_LongLong/IntfHelper.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 5,999 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.