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/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction/pojo/BaseClass.java | package org.apache.aries.transaction.pojo;
import javax.transaction.Transactional;
import javax.transaction.Transactional.TxType;
@Transactional(value=TxType.REQUIRED)
public class BaseClass {
@Transactional(value=TxType.NEVER)
public void defaultType(String test) {
}
public void suppor... | 7,700 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction/pojo/ExtendedPojo.java | package org.apache.aries.transaction.pojo;
import javax.transaction.Transactional;
import javax.transaction.Transactional.TxType;
public class ExtendedPojo extends BaseClass {
@Override
public void defaultType(String test) {
}
@Transactional(value=TxType.SUPPORTS)
@Override
public void suppo... | 7,701 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-blueprint/src/test/java/org/apache/aries/transaction/pojo/BadlyAnnotatedPojo1.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... | 7,702 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/ComponentTxData.java | package org.apache.aries.transaction;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.Map;
import java.util.Optional;
import java.util.concurrent.ConcurrentHashMap;
import javax.transaction.Transactional;
import javax.transaction.Transactional.TxType;
import org.slf4j.Logger;
imp... | 7,703 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/TransactionAttribute.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 ... | 7,704 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/TxInterceptorImpl.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 ... | 7,705 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/TransactionToken.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 ... | 7,706 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/TransactionalAnnotationAttributes.java | package org.apache.aries.transaction;
import javax.transaction.Transactional.TxType;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TransactionalAnnotationAttributes {
private TxType txType;
private List<Class> rollbackOn = new ArrayList<Class>();
private List<Class> dont... | 7,707 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/parsing/TxNamespaceHandler.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 ... | 7,708 |
0 | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-blueprint/src/main/java/org/apache/aries/transaction/parsing/AnnotationProcessor.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... | 7,709 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/RequiresNewTest.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 ma... | 7,710 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/RequiredTest.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 ma... | 7,711 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/NeverTest.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 ma... | 7,712 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/AbstractIntegrationTest.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 ... | 7,713 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/NotSupportedTest.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 ma... | 7,714 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/MandatoryTest.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 ma... | 7,715 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/RollbackOnTest.java | package org.apache.aries.transaction.itests;
import org.apache.aries.transaction.test.RollbackOnBean;
import org.apache.aries.transaction.test.TestBean;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.ops4j.pax.exam.util.Filter;
import javax.inject.Inject;
import javax.transaction.... | 7,716 |
0 | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-itests/src/test/java/org/apache/aries/transaction/itests/SupportsTest.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 ma... | 7,717 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/PooledConnectionFactory.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... | 7,718 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/RecoverablePooledConnectionFactory.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... | 7,719 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/ConnectionKey.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... | 7,720 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledProducer.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... | 7,721 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledQueueSender.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... | 7,722 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/ConnectionPool.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... | 7,723 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/XaPooledConnectionFactory.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... | 7,724 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/IntrospectionSupport.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... | 7,725 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledSession.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... | 7,726 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledTopicPublisher.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... | 7,727 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledMessageConsumer.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... | 7,728 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/Activator.java | /*
* Copyright 2014 The Apache Software Foundation.
*
* 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 applica... | 7,729 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledSessionEventListener.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... | 7,730 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/SessionKey.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... | 7,731 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/RecoverableConnectionPool.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... | 7,732 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/PooledConnection.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... | 7,733 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/XaConnectionPool.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... | 7,734 |
0 | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms | Create_ds/aries/transaction/transaction-jms/src/main/java/org/apache/aries/transaction/jms/internal/GenericResourceManager.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... | 7,735 |
0 | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction/internal/LogConversionTest.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 ... | 7,736 |
0 | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction/internal/LogTest.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"); yo... | 7,737 |
0 | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/test/java/org/apache/aries/transaction/internal/XidFactoryImplTest.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"); yo... | 7,738 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/objectweb/howl | Create_ds/aries/transaction/transaction-manager/src/main/java/org/objectweb/howl/log/Logger.java | /*
* JOnAS: Java(TM) Open Application Server
* Copyright (C) 2004 Bull S.A.
* All rights reserved.
*
* Contact: howl@objectweb.org
*
* This software is licensed under the BSD license.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | 7,739 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/AriesTransactionManager.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 ... | 7,740 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/XidFactoryImpl.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"); yo... | 7,741 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/AriesPlatformTransactionManager.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 ... | 7,742 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/TransactionLogUtils.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 ... | 7,743 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/Activator.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 ... | 7,744 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/AriesTransactionManagerImpl.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 ... | 7,745 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction | Create_ds/aries/transaction/transaction-manager/src/main/java/org/apache/aries/transaction/internal/TransactionManagerService.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 ... | 7,746 |
0 | Create_ds/aries/transaction/transaction-manager/src/main/java/javax/resource | Create_ds/aries/transaction/transaction-manager/src/main/java/javax/resource/spi/XATerminator.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 ... | 7,747 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/BundleContextMock.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 ... | 7,748 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/BundleMock.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 ... | 7,749 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/mocks/MockInitialContextFactoryBuilder.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 ... | 7,750 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/DefaultReturnTypeHandlers.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 ... | 7,751 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/Skeleton.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 ... | 7,752 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/DefaultMethodCallHandlers.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 ... | 7,753 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/MethodCallHandler.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 ... | 7,754 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/ExceptionListener.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 ... | 7,755 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/ReturnTypeHandler.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 ... | 7,756 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/MethodCall.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 ... | 7,757 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/DefaultInvocationHandler.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 ... | 7,758 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/Singleton.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 ... | 7,759 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/mocks/annotations/InjectSkeleton.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 ... | 7,760 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/fixture/ArchiveFixture.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"); yo... | 7,761 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/unittest/junit/Assert.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 ... | 7,762 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/itest/RichBundleContext.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 ... | 7,763 |
0 | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries | Create_ds/aries/testsupport/testsupport-unit/src/main/java/org/apache/aries/itest/AbstractIntegrationTest.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 ... | 7,764 |
0 | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/WeavingProxyTest.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 ... | 7,765 |
0 | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/BasicProxyTest.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 ... | 7,766 |
0 | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy | Create_ds/aries/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.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 ... | 7,767 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/ProxyManager.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... | 7,768 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/FinalModifierException.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 ... | 7,769 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/InvocationListener.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... | 7,770 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/UnableToProxyException.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 ... | 7,771 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/weavinghook/ProxyWeavingController.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 ... | 7,772 |
0 | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy | Create_ds/aries/proxy/proxy-api/src/main/java/org/apache/aries/proxy/weavinghook/WeavingHelper.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 ... | 7,773 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/impl | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/impl/weaving/ProxyWeavingHookTest.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 ... | 7,774 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test/a/ProxyTestClassA.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 ... | 7,775 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test/c/ProxyTestClassC.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 ... | 7,776 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/proxy/test/b/ProxyTestClassB.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 ... | 7,777 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassSerializableWithSVUID.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 ... | 7,778 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassInnerClasses.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 ... | 7,779 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassSerializableChild.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 ... | 7,780 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassUnweavableSibling.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 ... | 7,781 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassFinalMethod.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 ... | 7,782 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassGeneralWithNoDefaultOrProtectedAccess.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 ... | 7,783 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassUnweavableGrandParent.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 ... | 7,784 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassAbstract.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 ... | 7,785 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassSerializable.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 ... | 7,786 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/WovenSubclassGeneratorTest.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 ... | 7,787 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassPrivateConstructor.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 ... | 7,788 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxySubclassGeneratorTest.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 ... | 7,789 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassStaticInitOfChild.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 ... | 7,790 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassUnweavableSuperWithFinalMethod.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 ... | 7,791 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/InterfaceProxyingTest.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 ... | 7,792 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassGeneric.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 ... | 7,793 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/WovenProxyGeneratorTest.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 ... | 7,794 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassGeneral.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 ... | 7,795 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassCovariantOverride.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 ... | 7,796 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassUnweavableChildWithDefaultMethodWrongPackageParent.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 ... | 7,797 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/TestInterface.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 ... | 7,798 |
0 | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint | Create_ds/aries/proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxyTestClassPackageAccessCtor.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 ... | 7,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.