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/aries/subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core | Create_ds/aries/subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core/content/ConfigurationHandler.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 ... | 8,700 |
0 | Create_ds/aries/subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core | Create_ds/aries/subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core/content/ConfigAdminContentHandler.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,701 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/classes | Create_ds/aries/subsystem/subsystem-itests/src/test/classes/a/A.java | package a;
public class A {
}
| 8,702 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/classes | Create_ds/aries/subsystem/subsystem-itests/src/test/classes/b/B.java | package b;
public class B {
}
| 8,703 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/classes/b | Create_ds/aries/subsystem/subsystem-itests/src/test/classes/b/a/A.java | package b.a;
public class A {
}
| 8,704 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/UnmanagedBundleTest.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 ... | 8,705 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/NoBSNTest.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 ... | 8,706 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/BasicTest.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 ... | 8,707 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/DynamicImportTest.java | package org.apache.aries.subsystem.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.ut... | 8,708 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/OptionalDependenciesTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,709 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/NoRequirementFilterTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,710 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/AutostartTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,711 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/SubsystemEventHandler.java | package org.apache.aries.subsystem.itests;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.osgi.framework.ServiceEvent;
import org.osgi.framework.ServiceListener;
import org.osgi.framework.Version;
import org.osgi.service.subsystem.Subsystem.State;
import ... | 8,712 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/BlueprintTest.java | package org.apache.aries.subsystem.itests;
import static org.junit.Assert.assertEquals;
import java.io.InputStream;
import org.apache.aries.itest.RichBundleContext;
import org.apache.aries.subsystem.itests.bundles.blueprint.BPHelloImpl;
import org.apache.aries.subsystem.itests.hello.api.Hello;
import org.junit.Test;... | 8,713 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/CompositeServiceTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,714 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/BundleEventHookTest.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 ... | 8,715 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ConfigAdminPropsFileContentHandlerTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,716 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/BundleStartLevelTest.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 ... | 8,717 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/RootSubsystemTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,718 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ProvisionPolicyTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,719 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ServiceDependencyTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,720 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/CustomContentHandlerTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,721 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/SubsystemTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,722 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/SharedResourceTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,723 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/DependencyLifeCycleTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,724 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ApplicationTest.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 ... | 8,725 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/AriesSubsystemTest.java | package org.apache.aries.subsystem.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;... | 8,726 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ResolutionTest.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 ... | 8,727 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/InstallTest.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 ... | 8,728 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/FeatureTest.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 ... | 8,729 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/ModelledResourceManagerTest.java | package org.apache.aries.subsystem.itests;
import static org.junit.Assert.assertNull;
import org.apache.aries.itest.RichBundleContext;
import org.junit.Test;
import org.osgi.service.subsystem.Subsystem;
public class ModelledResourceManagerTest extends SubsystemTest {
public ModelledResourceManagerTest() {
super... | 8,730 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/HelloWorldTest.java | package org.apache.aries.subsystem.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.io.File;
import java.net.URI;
import java.util.Dictionary;
import java.util.Hashtable;
import org.apache.aries.itest.RichBundleContext;
import org.apache.aries.subsystem.itests.hel... | 8,731 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/Header.java | package org.apache.aries.subsystem.itests;
public class Header {
String key;
String value;
public Header(String key, String value) {
this.key = key;
this.value = value;
}
}
| 8,732 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/CompositeTest.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,733 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/RegionNameTest.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 ... | 8,734 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/Manve2Repository.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 ... | 8,735 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/Utils.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,736 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/TestRepositoryContent.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 ... | 8,737 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/GenericMetadataWrapper.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,738 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/SubsystemArchiveBuilder.java | package org.apache.aries.subsystem.itests.util;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.jar.Attributes;
import java.util.jar.Manifest;
import org.ops4j.pax.tinybundles.core.TinyBundle;
import org.ops4j.pax.tiny... | 8,739 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/BundleArchiveBuilder.java | package org.apache.aries.subsystem.itests.util;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import org.ops4j.pax.tinybundles.core.InnerClassStrategy;
import org.ops4j.pax.tinybundles.core.TinyBundle;
import org.ops4j.pax.tinybundles.core.TinyBundles;
import aQute.bnd... | 8,740 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/RepositoryDescriptorGenerator.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 ... | 8,741 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/BundleInfoImpl.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 ... | 8,742 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/RepositoryGenerator.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,743 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/TestResource.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 ... | 8,744 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/ContentImpl.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 ... | 8,745 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/TestCapability.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,746 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/TestRepository.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,747 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/util/TestRequirement.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 ... | 8,748 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1442Test.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 ... | 8,749 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1338Test.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 ... | 8,750 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1434Test.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 ... | 8,751 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1435Test.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 ... | 8,752 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1417Test.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 ... | 8,753 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1416Test.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 ... | 8,754 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1429Test.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 ... | 8,755 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1428Test.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 ... | 8,756 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1383Test.java | package org.apache.aries.subsystem.itests.defect;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.fail;
import java.io.ByteArrayInputStream;
import java.io.By... | 8,757 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1423Test.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 ... | 8,758 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1328Test.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 ... | 8,759 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1425Test.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 ... | 8,760 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1399Test.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 ... | 8,761 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1445Test.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 ... | 8,762 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1381Test.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 ... | 8,763 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1421Test.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 ... | 8,764 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1522Test.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 ... | 8,765 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1523Test.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 ... | 8,766 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1441Test.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 ... | 8,767 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1408Test.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 ... | 8,768 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1084Test.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 ... | 8,769 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1538Test.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 ... | 8,770 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1404Test.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 ... | 8,771 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1419Test.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 ... | 8,772 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1451Test.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 ... | 8,773 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1426Test.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 ... | 8,774 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1608Test.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 ... | 8,775 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/defect/Aries1368Test.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 ... | 8,776 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/performance/BigApplicationTest.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 ... | 8,777 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/performance/AbstractPerformanceTest.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 ... | 8,778 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/performance/ManyFeaturesWithSharedBundlesTest.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 ... | 8,779 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/bundles | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/itests/bundles/blueprint/BPHelloImpl.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,780 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4E2Test.java | package org.apache.aries.subsystem.ctt.itests;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_SYMBOLICNAME;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_TYPE;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_TYPE_APPLICATION;
import static org.osgi.s... | 8,781 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependencyTestBase.java | package org.apache.aries.subsystem.ctt.itests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.osgi.framework.namespace.BundleNamespace.BUNDLE_NAMESPACE;
import static org.osgi.f... | 8,782 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4DTest.java | package org.apache.aries.subsystem.ctt.itests;
import static org.junit.Assert.assertTrue;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.osgi.framework.Bundle;
import org.osgi.service.subsystem.Subsystem;
import org.osgi.service.subsystem.SubsystemConstants;
/*
* D) Test that Lo... | 8,783 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4BTest.java | package org.apache.aries.subsystem.ctt.itests;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.junit.Before;
import org.junit.Test;
import org.osgi.framework.Bundle;
import org.osgi.framework.Constants;
imp... | 8,784 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4CTest.java | package org.apache.aries.subsystem.ctt.itests;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
import org.ops4j.pax.exam.spi.reactors.PerMethod;
import org.osgi.framework.Bundle;
import org.osgi.framework.Constants;
import org.osgi.ser... | 8,785 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4E1Test.java | package org.apache.aries.subsystem.ctt.itests;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_SYMBOLICNAME;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_TYPE;
import static org.osgi.service.subsystem.SubsystemConstants.SUBSYSTEM_TYPE_APPLICATION;
import static org.osgi.s... | 8,786 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt | Create_ds/aries/subsystem/subsystem-itests/src/test/java/org/apache/aries/subsystem/ctt/itests/SubsystemDependency_4ATest.java | package org.apache.aries.subsystem.ctt.itests;
import static org.junit.Assert.assertTrue;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.osgi.framework.Bundle;
import org.osgi.service.subsystem.Subsystem;
import org.osgi.service.subsystem.SubsystemConstants;
/*
* First block: sec... | 8,787 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent/impl/BlahManagedService.java | package org.apache.aries.subsystem.itests.cmcontent.impl;
import java.util.Dictionary;
import java.util.Hashtable;
import org.osgi.framework.BundleContext;
import org.osgi.framework.Constants;
import org.osgi.service.cm.ConfigurationException;
import org.osgi.service.cm.ManagedService;
public class BlahManagedServic... | 8,788 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent/impl/BarManagedService.java | package org.apache.aries.subsystem.itests.cmcontent.impl;
import java.util.Dictionary;
import java.util.Hashtable;
import org.osgi.framework.BundleContext;
import org.osgi.framework.Constants;
import org.osgi.service.cm.ConfigurationException;
import org.osgi.service.cm.ManagedService;
public class BarManagedService... | 8,789 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/cmContentBundleZ/org/apache/aries/subsystem/itests/cmcontent/impl/Activator.java | package org.apache.aries.subsystem.itests.cmcontent.impl;
import java.util.Dictionary;
import java.util.Hashtable;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
import org.osgi.framework.Constants;
import org.osgi.service.cm.ManagedService;
public class Activator implements Bund... | 8,790 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb2/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb2/org/apache/aries/subsystem/itests/tb2/Empty.java | package org.apache.aries.subsystem.itests.tb2;
public class Empty {
}
| 8,791 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb3/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb3/org/apache/aries/subsystem/itests/tb3/Empty.java | package org.apache.aries.subsystem.itests.tb3;
public class Empty {
}
| 8,792 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb4/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb4/org/apache/aries/subsystem/itests/tb4/Activator.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,793 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb1/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/tb1/org/apache/aries/subsystem/itests/tb1/Empty.java | package org.apache.aries.subsystem.itests.tb1;
public class Empty {
}
| 8,794 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/dynamicImport/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/dynamicImport/org/apache/aries/subsystem/itests/dynamicImport/DynamicImportHelloImpl.java | package org.apache.aries.subsystem.itests.dynamicImport;
import org.apache.aries.subsystem.itests.hello.api.Hello;
public class DynamicImportHelloImpl implements Hello {
public DynamicImportHelloImpl()
{
System.out.println ("DynamicImportHelloImpl constructed");
}
@Override
public String saySomething() {
... | 8,795 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/dynamicImport/org/apache/aries/subsystem/itests | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/dynamicImport/org/apache/aries/subsystem/itests/dynamicImport/Activator.java | package org.apache.aries.subsystem.itests.dynamicImport;
import org.apache.aries.subsystem.itests.hello.api.Hello;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
import org.osgi.framework.ServiceRegistration;
public class Activator implements BundleActivator
{
ServiceRegistrati... | 8,796 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/Activator.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,797 |
0 | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello | Create_ds/aries/subsystem/subsystem-itests/src/test/bundles/helloImpl/org/apache/aries/subsystem/itests/hello/impl/HelloImpl.java | /*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | 8,798 |
0 | Create_ds/aries/application/application-runtime-framework-management/src/test/java/org/apache/aries/application/runtime/framework | Create_ds/aries/application/application-runtime-framework-management/src/test/java/org/apache/aries/application/runtime/framework/management/BundleFrameworkManagerTest.java | package org.apache.aries.application.runtime.framework.management;
import java.util.Arrays;
import org.apache.aries.application.management.AriesApplication;
import org.apache.aries.application.management.spi.framework.BundleFramework;
import org.apache.aries.application.management.spi.framework.BundleFrameworkConfigur... | 8,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.