Remove #region directives (#273)

This commit is contained in:
Marko Lahma
2025-03-29 11:37:12 +02:00
committed by GitHub
parent 1d01cace77
commit 2c2d86e7b5
1843 changed files with 166 additions and 16616 deletions

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Intercept;
namespace Spring.Aop.Advice;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
using Spring.Aop.Framework;
using Spring.Context;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using System.Globalization;
using System.Reflection;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
using Spring.Context;
using Spring.Context.Support;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Intercept;
using FakeItEasy;
using NUnit.Framework;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Reflection;
using System.Runtime.Remoting;
using System.Web;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
namespace Spring.Aop.Framework.Adapter;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,17 +14,11 @@
* limitations under the License.
*/
#endregion
#region Imports
using AopAlliance.Aop;
using NUnit.Framework;
using AopAlliance.Intercept;
using Spring.Threading;
#endregion
namespace Spring.Aop.Framework;
/// <summary>
@@ -88,8 +80,6 @@ public sealed class AopContextTests
Assert.IsFalse(AopContext.IsActive);
}
#region CurrentProxyIsThreadSafe
[Test, Explicit]
public void ProxyPerformanceTests()
{
@@ -244,6 +234,4 @@ public sealed class AopContextTests
return ret;
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using AopAlliance.Aop;
using NUnit.Framework;
@@ -52,8 +48,6 @@ public class AbstractAdvisorAutoProxyCreatorTests
{
public string Name;
#region Implementation of IAdvisor
public bool IsPerInstance
{
get { throw new NotImplementedException(); }
@@ -63,8 +57,6 @@ public class AbstractAdvisorAutoProxyCreatorTests
{
get { throw new NotImplementedException(); }
}
#endregion
}
[Test]

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Runtime.Remoting;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Remoting.Proxies;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using Microsoft.Extensions.Logging;
using NUnit.Framework;
@@ -29,8 +23,6 @@ using Spring.Objects;
using Spring.Objects.Factory;
using Spring.Objects.Factory.Xml;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>
@@ -76,8 +68,6 @@ public class AdvisorAutoProxyCreatorCircularReferencesTests
}
}
#region Support Classes
public class TestDefaultAdvisorAutoProxyCreator : DefaultAdvisorAutoProxyCreator, IInitializingObject
{
private readonly ILog _logger;
@@ -219,6 +209,4 @@ public class TestObjectFactoryObject : IFactoryObject, IInitializingObject
testObject = new TestObject();
initialized = true;
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Context.Support;
using Spring.Objects;
@@ -27,8 +21,6 @@ using Spring.Objects.Factory;
using Spring.Objects.Factory.Xml;
using Spring.Threading;
#endregion#region License
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using Spring.Objects;
using Spring.Objects.Factory;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Aop;
using NUnit.Framework;
using Spring.Objects.Factory.Config;
@@ -43,8 +39,6 @@ public class InfrastructureAdvisorAutoProxyCreatorTests
{
public string Name;
#region Implementation of IAdvisor
public bool IsPerInstance
{
get { throw new NotImplementedException(); }
@@ -54,8 +48,6 @@ public class InfrastructureAdvisorAutoProxyCreatorTests
{
get { throw new NotImplementedException(); }
}
#endregion
}
[Test]

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using Spring.Threading;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
public class LogicalThreadContextAdvice : IMethodBeforeAdvice

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Text;
namespace Spring.Aop.Framework.AutoProxy;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Aop.Interceptor;
using Spring.Context;
@@ -27,8 +21,6 @@ using Spring.Context.Support;
using Spring.Objects;
using Spring.Objects.Factory.Xml;
#endregion#region License
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,17 +14,11 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using Spring.Aop.Support;
using Spring.Objects.Factory;
using Spring.Threading;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Aop.Support;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.AutoProxy;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,12 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using System.Collections;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using System.Reflection;
using FakeItEasy;
@@ -169,8 +165,6 @@ public sealed class AopUtilsTests
Assert.IsTrue(AopUtils.CanApply(mockIntroAdvisor, typeof(TestObject), null));
}
#region Helper Classes
private sealed class OneMethodTestPointcut : StaticMethodMatcherPointcut
{
public override bool Matches(MethodInfo m, Type targetClass)
@@ -223,6 +217,4 @@ public sealed class AopUtilsTests
throw new NotImplementedException();
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
using Spring.Aop.Support;
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -144,8 +136,6 @@ public sealed class CachedAopProxyFactoryTests : DefaultAopProxyFactoryTests
Assert.AreEqual(count, CachedAopProxyFactory.CountCachedTypes);
}
#region Helper classes definitions
public interface ICommand
{
void Execute();
@@ -165,6 +155,4 @@ public sealed class CachedAopProxyFactoryTests : DefaultAopProxyFactoryTests
{
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -71,8 +63,6 @@ public class CompositionAopProxyTests : AbstractAopProxyTests
Assert.IsFalse(proxy is TestObject);
}
#region ReturnsThisWhenProxyIsIncompatible
[Test]
public void ReturnsThisWhenProxyIsIncompatible()
{
@@ -112,6 +102,4 @@ public class CompositionAopProxyTests : AbstractAopProxyTests
return this;
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,17 +14,11 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using NUnit.Framework;
using Spring.Aop.Interceptor;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -242,8 +234,6 @@ public class DecoratorAopProxyTests : AbstractAopProxyTests
base.ProxyGenericMethodWithRefOutParametersWithStandardReflection();
}
#region Attributes
[Test]
public void ProxyTargetVirtualMethodAttributes()
{
@@ -370,10 +360,6 @@ public class DecoratorAopProxyTests : AbstractAopProxyTests
Assert.AreEqual(0, attrs.Length, "Should not have attribute applied to the method's return value.");
}
#endregion
#region Helper classes definitions
internal class NonPublicTestObject
{
}
@@ -418,6 +404,4 @@ public class DecoratorAopProxyTests : AbstractAopProxyTests
public class DerivedDoesNotImplementInterfaceTestObject : DoesNotImplementInterfaceTestObject
{
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -90,14 +82,10 @@ public class DefaultAopProxyFactoryTests
Assert.IsTrue(AopUtils.IsDecoratorAopProxy(aopProxy));
}
#region Helper classes definitions
public class DoesNotImplementAnyInterfacesTestObject
{
public virtual void SomeMethod()
{
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,18 +14,12 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
using Spring.Aop.Interceptor;
using System.Reflection;
using Spring.Expressions;
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -341,8 +333,6 @@ public class InheritanceAopProxyTests
}
}
#region Helper Classes
public interface IIncrementable
{
int Value { get; set; }
@@ -375,8 +365,6 @@ public class InheritanceTestObject : IIncrementable
this._value = value;
}
#region IIncrementable Members
// non virtual method that belongs to an interface
private int _value;
@@ -393,8 +381,6 @@ public class InheritanceTestObject : IIncrementable
this._value++;
}
#endregion
// final method
public void Reset()
{
@@ -432,6 +418,4 @@ public class InheritanceTestObject : IIncrementable
public class DerivedInheritanceTestObject : InheritanceTestObject
{
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,12 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
#endregion
namespace Spring.Aop.Framework.DynamicProxy;
/// <summary>
@@ -54,8 +46,6 @@ public class MockTargetSource : ITargetSource
throw new Exception("Expectation failed: " + gets + " gets and " + releases + " releases");
}
#region ITargetSource Members
public Type TargetType
{
get { return _target.GetType(); }
@@ -78,6 +68,4 @@ public class MockTargetSource : ITargetSource
throw new Exception("Released wrong target");
++releases;
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Aop.Framework;
/// <summary>
@@ -33,8 +25,6 @@ namespace Spring.Aop.Framework;
[TestFixture]
public sealed class HashtableCachingAdvisorChainFactoryTests
{
#region SetUp
/// <summary>
/// The setup logic executed before the execution of this test fixture.
/// </summary>
@@ -51,10 +41,6 @@ public sealed class HashtableCachingAdvisorChainFactoryTests
{
}
#endregion
#region TearDown
/// <summary>
/// The tear down logic executed after the execution of each individual test.
/// </summary>
@@ -71,8 +57,6 @@ public sealed class HashtableCachingAdvisorChainFactoryTests
{
}
#endregion
[Test]
public void Instantiation()
{

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
namespace Spring.Aop.Framework;
public interface IIsModified

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,12 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Aop;
using Spring.Aop.Support;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using System.Reflection;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,17 +14,11 @@
* limitations under the License.
*/
#endregion
#region Imports
using Spring.Objects.Factory;
using Spring.Objects.Factory.Xml;
using AopAlliance.Intercept;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Diagnostics;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using System.Reflection;
using System.Text;
@@ -887,8 +883,6 @@ public sealed class ProxyFactoryObjectTests
Assert.AreNotSame(testObjectType1, testObjectType2);
}
#region WorkerThread Class
public class WorkerThread
{
private Exception _exception;
@@ -936,10 +930,6 @@ public sealed class ProxyFactoryObjectTests
}
}
#endregion WorkerThread Class
#region Helper Classes
public interface ICommand
{
void Execute();
@@ -1042,12 +1032,8 @@ public sealed class ProxyFactoryObjectTests
throw ex;
}
}
#endregion
}
#region HelpersForNotAccessibleInterfaceProxyingTest
public class HelperClassForNotAccessibleInterfaceProxyingTest : HelperInterface1, HelperInterface2
{
public string FirstDoSomething()
@@ -1069,6 +1055,4 @@ internal interface HelperInterface1
public interface HelperInterface2
{
string SecondDoSomething();
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Runtime.Serialization;
using AopAlliance.Aop;
using AopAlliance.Intercept;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using System.Collections;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Framework;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using AopAlliance.Aop;
using AopAlliance.Intercept;
#endregion
namespace Spring.Aop.Framework;
/// <summary>
@@ -50,8 +42,6 @@ public class TimestampIntroductionInterceptor : IAdvice, ITimeStamped, IIntercep
this.ts = ts;
}
#region ITimeStamped Members
public DateTime TimeStamp
{
get
@@ -63,6 +53,4 @@ public class TimestampIntroductionInterceptor : IAdvice, ITimeStamped, IIntercep
this.ts = value;
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,12 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
#endregion
namespace Spring.Aop;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
#endregion
namespace Spring.Aop.Interceptor;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Runtime.Serialization;
#endregion
namespace Spring.Aop.Interceptor;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using AopAlliance.Aop;
using AopAlliance.Intercept;
using Spring.Aop.Framework.Adapter;
#endregion
namespace Spring.Aop;
/// <summary>
@@ -36,8 +28,6 @@ namespace Spring.Aop;
[Serializable]
public class SimpleBeforeAdviceAdapter : IAdvisorAdapter
{
#region IAdvisorAdapter Members
public bool SupportsAdvice(IAdvice advice)
{
return advice is ISimpleBeforeAdvice;
@@ -48,6 +38,4 @@ public class SimpleBeforeAdviceAdapter : IAdvisorAdapter
ISimpleBeforeAdvice advice = (ISimpleBeforeAdvice) advisor.Advice;
return new SimpleBeforeAdviceInterceptor(advice);
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,12 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
#endregion
namespace Spring.Aop;
/// <summary>
@@ -33,8 +25,6 @@ public class SimpleBeforeAdviceImpl : ISimpleBeforeAdvice
{
private int _invocationCounter;
#region Properties
public int InvocationCounter
{
get
@@ -43,22 +33,12 @@ public class SimpleBeforeAdviceImpl : ISimpleBeforeAdvice
}
}
#endregion
#region Constructors
public SimpleBeforeAdviceImpl()
{
}
#endregion
#region ISimpleBeforeAdvice Members
public void Before()
{
++_invocationCounter;
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using AopAlliance.Intercept;
#endregion
namespace Spring.Aop;
/// <summary>
@@ -35,22 +27,14 @@ public class SimpleBeforeAdviceInterceptor : IMethodInterceptor
{
private ISimpleBeforeAdvice _advice;
#region Constructors
public SimpleBeforeAdviceInterceptor(ISimpleBeforeAdvice advice)
{
this._advice = advice;
}
#endregion
#region IMethodInterceptor Members
public object Invoke(IMethodInvocation mi)
{
_advice.Before();
return mi.Proceed();
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using Spring.Util;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Support;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using System.Reflection;
#endregion
namespace Spring.Aop.Support;
/// <summary>
@@ -195,8 +187,6 @@ public sealed class AttributeMatchMethodPointcutTests
}
}
#region Helper classes definitions
[AttributeUsage(AttributeTargets.Method)]
private sealed class MarkupAttribute : Attribute
{
@@ -255,6 +245,4 @@ public sealed class AttributeMatchMethodPointcutTests
public void TestMethod(string param) { }
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using System.Runtime.CompilerServices;
using NUnit.Framework;
@@ -27,8 +21,6 @@ using Spring.Aop.Framework;
using Spring.Aop.Interceptor;
using Spring.Objects;
#endregion
namespace Spring.Aop.Support;
/// <summary>
@@ -207,8 +199,6 @@ public sealed class ControlFlowPointcutTests
"Must not match - under cflow of Type specified in ctor, but no match on method name.");
}
#region Helper Classes
/// <summary>
/// Pointcut to catch all methods beginning with 'Set'.
/// </summary>
@@ -221,6 +211,4 @@ public sealed class ControlFlowPointcutTests
return methodBase.Name.StartsWith("Set");
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Aop;
using NUnit.Framework;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
using AopAlliance.Aop;
using FakeItEasy;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using Spring.Aop.Framework;
using Spring.Aop.Interceptor;
using Spring.Objects;
@@ -28,8 +22,6 @@ using Spring.Objects.Factory.Xml;
using Spring.Util;
using NUnit.Framework;
#endregion
namespace Spring.Aop.Support;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Aop.Support;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,17 +14,11 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Text.RegularExpressions;
using Microsoft.Extensions.Logging.Abstractions;
using NUnit.Framework;
using Spring.Util;
#endregion
namespace Spring.Aop.Support;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects;
#endregion
namespace Spring.Aop.Support;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Util;
#endregion
namespace Spring.Aop.Target;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Objects.Factory;
using Spring.Objects.Factory.Xml;
#endregion
namespace Spring.Aop.Target;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using FakeItEasy;
using Microsoft.Extensions.Logging.Abstractions;
using NUnit.Framework;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Aop.Target;
/// <summary>

View File

@@ -195,8 +195,6 @@ public class ThreadLocalTargetSourceTests
// name, ((IMultiThreadInterface)mtObject).Name));
}
#region Helper classes
public interface IMultiThreadInterface
{
string Name { get; }
@@ -221,6 +219,4 @@ public class ThreadLocalTargetSourceTests
return generated;
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using NUnit.Framework;
using Spring.Util;
#endregion
namespace Spring.Aop;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Util;
#endregion
namespace Spring.Aop;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
using Spring.Util;
#endregion
namespace Spring.Aop;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004-2009 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using NUnit.Framework;
using Spring.Aop;
#endregion
namespace Spring;
/// <summary>Test that the AOP assembly is built with the correct DebugAttributes in release and debug builds.

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Reflection;
using NUnit.Framework;
#endregion
namespace Spring;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using System.Reflection;
using System.Runtime.Serialization;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using System.Collections.Specialized;
using NUnit.Framework;
@@ -28,8 +22,6 @@ using Spring.Caching;
using Spring.Context.Support;
using Spring.Objects.Factory;
#endregion
namespace Spring.Aspects.Cache;
/// <summary>
@@ -162,8 +154,6 @@ public sealed class CacheAspectIntegrationTests
}
}
#region Inner Class : CacheParameterTarget
public interface IInventorStore
{
IList GetAll();
@@ -232,6 +222,4 @@ public sealed class GenericDao<T, IdT> : IGenericDao<T, IdT>
{
return default(T);
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Reflection;
using FakeItEasy;
using NUnit.Framework;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
@@ -411,8 +407,6 @@ public sealed class CacheResultAdviceTests
}
}
#region Inner Class : CacheResultTarget
public delegate void VoidMethod();
public delegate int IntMethod();
@@ -539,8 +533,6 @@ public sealed class CacheResultTarget : ICacheResultTarget
}
}
#endregion
class BinaryFormatterCache : NonExpiringCache
{
protected override void DoInsert(object key, object value, System.TimeSpan timeToLive)

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Reflection;
using FakeItEasy;
using NUnit.Framework;
@@ -134,8 +130,6 @@ public sealed class InvalidateCacheAdviceTests
}
}
#region Inner Class : InvalidateCacheTarget
public sealed class InvalidateCacheTarget
{
[InvalidateCache("cache", Keys = "#key")]
@@ -163,6 +157,4 @@ public sealed class InvalidateCacheTarget
public void InvalidateWithCondition(int key)
{
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,10 +14,6 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using Microsoft.Extensions.Logging;
using NUnit.Framework;
@@ -27,8 +21,6 @@ using Spring.Aop.Framework;
using Spring.Objects;
using Spring.Util;
#endregion
namespace Spring.Aspects.Exceptions;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Reflection;
using AopAlliance.Intercept;
using FakeItEasy;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using AopAlliance.Intercept;
namespace Spring.Aspects.Logging;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using NUnit.Framework;
using Spring.Aop.Framework;
#endregion
namespace Spring.Aspects;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Reflection;
using FakeItEasy;
using NUnit.Framework;
@@ -81,8 +77,6 @@ public sealed class ParameterValidationAdviceTests
}
}
#region Inner Class : ValidationTarget
public interface IValidationTarget
{
void Save(Inventor inventor);
@@ -94,6 +88,4 @@ public sealed class ValidationTarget : IValidationTarget
{
inventor.Name = inventor.Name.ToUpper();
}
}
#endregion
}

View File

@@ -1,5 +1,3 @@
#region License
// /*
// * Copyright 2018 the original author or authors.
// *
@@ -16,8 +14,6 @@
// * limitations under the License.
// */
#endregion
using BenchmarkDotNet.Attributes;
using Spring.Benchmark.Classes;
using Spring.Context.Support;

View File

@@ -1,5 +1,3 @@
#region License
// /*
// * Copyright 2018 the original author or authors.
// *
@@ -16,8 +14,6 @@
// * limitations under the License.
// */
#endregion
using BenchmarkDotNet.Attributes;
using Spring.Collections;
using Spring.Objects.Factory.Support;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using FakeItEasy;
using NUnit.Framework;
@@ -31,8 +27,6 @@ namespace Spring.Caching;
[TestFixture]
public class AbstractCacheTests
{
#region ExposingAbstractCache utility class
/// <summary>
/// Exposes DoInsert() method for testing
/// </summary>
@@ -46,8 +40,6 @@ public class AbstractCacheTests
public abstract void DoInsertExposed(object key, object value, TimeSpan timeToLive);
}
#endregion
TimeSpan expectedPerItemTTL;
TimeSpan expectedPerCacheTTL;
ExposingAbstractCache cache;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Caching;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,18 +14,12 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using System.Collections.Specialized;
using System.Globalization;
using System.Runtime.Serialization.Formatters.Binary;
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright © 2015-2015 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
namespace Spring.Collections.Generic;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
//using NUnit.Framework.SyntaxHelpers;
#endregion
namespace Spring.Collections.Generic;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2004 the original author or authors.
*
@@ -16,14 +14,8 @@
* limitations under the License.
*/
#endregion
#region Imports
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,15 +14,9 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Collections;
using NUnit.Framework;
#endregion
namespace Spring.Collections;
/// <summary>

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using System.Collections;
namespace Spring;

View File

@@ -1,5 +1,3 @@
#region License
/*
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
@@ -16,16 +14,10 @@
* limitations under the License.
*/
#endregion
#region Imports
using System.Diagnostics;
using System.Reflection;
using NUnit.Framework;
#endregion
namespace Spring;
/// <summary>
@@ -38,16 +30,12 @@ namespace Spring;
/// </remarks>
public abstract class CompilerOptionsTests
{
#region Tests
[Test]
public void TestBuildCompliance()
{
ProcessAssembly(AssemblyToCheck);
}
#endregion
private void ProcessAssembly(Assembly assembly)
{
object[] attributes = assembly.GetCustomAttributes(typeof(DebuggableAttribute), false);
@@ -113,8 +101,6 @@ public abstract class CompilerOptionsTests
}
}
#region Properties
/// <summary>
/// Specify the assembly whose metadata will be checked for a given release mode (debug/release).
/// </summary>
@@ -124,7 +110,5 @@ public abstract class CompilerOptionsTests
set { _assemblyToCheck = value; }
}
#endregion
private Assembly _assemblyToCheck = null;
}

View File

@@ -1,6 +1,4 @@
#region License
/*
/*
* Copyright © 2010-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
using Spring.Context.Support;
using Spring.Objects.Factory.Support;

View File

@@ -1,6 +1,4 @@
#region License
/*
/*
* Copyright © 2010-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +14,6 @@
* limitations under the License.
*/
#endregion
using NUnit.Framework;
using Spring.Objects.Factory.Support;

Some files were not shown because too many files have changed in this diff Show More