Enable implicit usings in test project (#266)

* use global usings
* cleanup usings
This commit is contained in:
Marko Lahma
2025-03-27 20:16:06 +02:00
committed by GitHub
parent b9372c8d7e
commit 2e6687a60d
683 changed files with 382 additions and 1423 deletions

View File

@@ -23,10 +23,18 @@
<IsPackable>false</IsPackable>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Using Include="Common.Logging" />
<Using Include="Common.Logging.ILog" Alias="ILog" />
<Using Include="Common.Logging.LogManager" Alias="LogManager" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using AopAlliance.Intercept;
namespace Spring.Aop.Advice

View File

@@ -18,8 +18,6 @@
#endregion
using System.Collections.Generic;
using NUnit.Framework;
using Spring.Aop.Framework;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Collections;
using System.Globalization;
using System.Reflection;

View File

@@ -18,8 +18,6 @@
#endregion
using System;
using AopAlliance.Intercept;
using FakeItEasy;
using NUnit.Framework;

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using System.Reflection;
using System.Runtime.Remoting;
using System.Web;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using System.Threading;
using AopAlliance.Aop;
using NUnit.Framework;

View File

@@ -18,9 +18,7 @@
#endregion
using System;
using System.Collections;
using System.Collections.Generic;
using AopAlliance.Aop;
using NUnit.Framework;
using Spring.Objects.Factory.Config;

View File

@@ -18,8 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Remoting.Proxies;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,12 +20,7 @@
#region Imports
using System;
using System.Collections.Generic;
using System.Reflection;
using Common.Logging;
using NUnit.Framework;
using Spring.Aop.Support;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using Spring.Objects;
using Spring.Objects.Factory;

View File

@@ -18,8 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using AopAlliance.Aop;
using NUnit.Framework;
using Spring.Objects.Factory.Config;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using Spring.Aop.Support;
using Spring.Objects.Factory;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Aop.Support;
using Spring.Objects;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
#endregion
#region Imports
using System;
using System.Reflection;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
#endregion
#region Imports
using System;
using System.Reflection;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
#endregion
namespace Spring.Aop.Framework

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using System.Collections;

View File

@@ -14,12 +14,9 @@
* limitations under the License.
*/
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;
using System.Runtime.Serialization.Formatters.Binary;
using System.Threading;
using System.Reflection;
using AopAlliance.Aop;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Collections;
using System.Reflection;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;
using Spring.Aop.Support;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using NUnit.Framework;
using Spring.Aop.Interceptor;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
#endregion
namespace Spring.Aop.Framework.DynamicProxy

View File

@@ -16,7 +16,7 @@
*/
#endregion
#region Imports
using System;
#endregion
namespace Spring.Aop.Framework

View File

@@ -16,7 +16,7 @@
*/
#endregion
#region Imports
using System;
using System.Collections;
using System.Reflection;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Diagnostics;
using NUnit.Framework;

View File

@@ -18,13 +18,9 @@
#endregion
using System;
using System.IO;
using System.Collections;
using System.Reflection;
using System.Text;
using System.Threading;
using AopAlliance.Aop;
using AopAlliance.Intercept;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Runtime.Serialization;
using AopAlliance.Aop;
using AopAlliance.Intercept;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using System.Collections;

View File

@@ -16,7 +16,6 @@
*/
#endregion
#region Imports
using System;
using AopAlliance.Aop;
using AopAlliance.Intercept;

View File

@@ -1,4 +1,3 @@
using System;
using AopAlliance.Intercept;
namespace Spring.Aop.Framework

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
#endregion

View File

@@ -17,7 +17,7 @@
#endregion
#region Imports
using System;
using System.Runtime.Serialization;
#endregion

View File

@@ -17,7 +17,6 @@
#endregion
#region Imports
using System;
using AopAlliance.Aop;
using AopAlliance.Intercept;

View File

@@ -17,7 +17,7 @@
#endregion
#region Imports
using System;
using System.Reflection;
using Spring.Util;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using System.Reflection;
@@ -258,4 +257,4 @@ namespace Spring.Aop.Support
#endregion
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using NUnit.Framework;
@@ -225,4 +224,4 @@ namespace Spring.Aop.Support
#endregion
}
}
}

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using AopAlliance.Aop;
using NUnit.Framework;
@@ -88,4 +87,4 @@ namespace Spring.Aop.Support
advisor.ValidateInterfaces();
}
}
}
}

View File

@@ -16,7 +16,6 @@
*/
#endregion
using System;
using NUnit.Framework;
using AopAlliance.Aop;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
#endregion

View File

@@ -19,9 +19,8 @@
#endregion
#region Imports
using System;
using System.Text.RegularExpressions;
using Common.Logging;
using Common.Logging.Simple;
using NUnit.Framework;
using Spring.Util;

View File

@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects;
@@ -64,4 +63,4 @@ namespace Spring.Aop.Support
Assert.IsTrue(intersection.Matches(typeof (StackOverflowException)));
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Util;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Objects.Factory;
using Spring.Objects.Factory.Xml;
@@ -119,4 +118,4 @@ namespace Spring.Aop.Target
"Ctor is not storing the supplied target.");
}
}
}
}

View File

@@ -18,9 +18,6 @@
#endregion
using System;
using Common.Logging;
using Common.Logging.Simple;
using FakeItEasy;
@@ -134,4 +131,4 @@ namespace Spring.Aop.Target
Assert.Throws<ArgumentNullException>(() => source.AfterPropertiesSet());
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
#endregion
@@ -77,4 +76,4 @@ namespace Spring.Aop.Target
Assert.IsFalse(lhs.Equals(null), "Equals() not correct for null instance comparison.");
}
}
}
}

View File

@@ -13,11 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System;
using System.Reflection;
using System.Threading;
using System.Collections;
using Common.Logging;
using NUnit.Framework;
using Spring.Objects;
using Spring.Objects.Factory;
@@ -226,4 +224,4 @@ namespace Spring.Aop.Target
#endregion
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Reflection;
using NUnit.Framework;
using Spring.Util;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Util;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
using Spring.Util;
@@ -71,4 +70,4 @@ namespace Spring.Aop
Assert.AreEqual("TrueTypeFilter.True", TrueTypeFilter.True.ToString() );
}
}
}
}

View File

@@ -18,9 +18,7 @@
#endregion
using System;
using System.Collections;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Collections;
using System.Collections.Specialized;
using NUnit.Framework;
@@ -237,4 +236,4 @@ namespace Spring.Aspects.Cache
}
#endregion
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Reflection;
using FakeItEasy;
@@ -144,4 +143,4 @@ namespace Spring.Aspects.Cache
{
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@
#endregion
using System.Collections;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
using AopAlliance.Intercept;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,10 +20,7 @@
#region Imports
using System;
using System.Collections;
using Common.Logging;
using Common.Logging.Simple;
using NUnit.Framework;
@@ -495,4 +492,4 @@ namespace Spring.Aspects.Exceptions
+ StringUtils.CollectionToCommaDelimitedString(loggerFactoryAdapter.LoggerEvents));
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,12 +18,9 @@
#endregion
using System;
using System.Reflection;
using AopAlliance.Intercept;
using Common.Logging;
using FakeItEasy;
using NUnit.Framework;
@@ -179,4 +176,4 @@ namespace Spring.Aspects.Logging
return 4;
}
}
}
}

View File

@@ -19,7 +19,6 @@
#endregion
using AopAlliance.Intercept;
using Common.Logging;
namespace Spring.Aspects.Logging
{
@@ -67,4 +66,4 @@ namespace Spring.Aspects.Logging
return IsInterceptorEnabled(invocation, log);
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Collections;
using NUnit.Framework;
using Spring.Aop.Framework;
@@ -206,4 +205,4 @@ namespace Spring.Aspects
throw new ArgumentException("bad argument");
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Reflection;
using FakeItEasy;
@@ -100,4 +99,4 @@ namespace Spring.Aspects.Validation
}
#endregion
}
}

View File

@@ -1,6 +1,4 @@
using System;
namespace Spring.Benchmark.Classes
namespace Spring.Benchmark.Classes
{
public interface ISingleton1
{

View File

@@ -1,6 +1,4 @@
using System;
namespace Spring.Benchmark.Classes
namespace Spring.Benchmark.Classes
{
public interface ITransient1
{

View File

@@ -16,7 +16,6 @@
// */
#endregion
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using Spring.Collections;
using Spring.Objects.Factory.Support;
@@ -83,4 +82,4 @@ namespace Spring.Benchmark
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,9 +18,6 @@
#endregion
using System;
using System.Threading;
using FakeItEasy;
using NUnit.Framework;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Collections;
using NUnit.Framework;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,11 +20,9 @@
#region Imports
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Globalization;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using NUnit.Framework;

View File

@@ -18,8 +18,6 @@
#endregion
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace Spring.Collections.Generic

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@
#region Imports
using System;
using System.Collections.Generic;
using NUnit.Framework;
//using NUnit.Framework.SyntaxHelpers;

View File

@@ -20,8 +20,6 @@
#region Imports
using System;
using NUnit.Framework;
#endregion

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Collections;
using NUnit.Framework;

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using NUnit.Framework;
using Spring.Util;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Collections;
using NUnit.Framework;

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using System.Collections;
namespace Spring

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Diagnostics;
using System.Reflection;
using NUnit.Framework;

View File

@@ -1,4 +1,3 @@
using System;
using NUnit.Framework;
namespace Spring.Context

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using NUnit.Framework;
using Spring.Context.Support;
using Spring.Objects.Factory.Support;

View File

@@ -18,9 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using NUnit.Framework;
using Spring.Objects.Factory.Support;

View File

@@ -18,10 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Spring.Core;
using Spring.Util;

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using NUnit.Framework;
using Spring.Objects.Factory.Xml;
using Spring.Objects.Factory.Support;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2010-2011 the original author or authors.
* Copyright <EFBFBD> 2010-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,9 +18,7 @@
#endregion
using System;
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using Spring.Context.Support;

View File

@@ -18,9 +18,8 @@
#endregion
#region Imports
#region Imports
using System;
using NUnit.Framework;
using Spring.Context.Support;
using Spring.Core.IO;

View File

@@ -18,7 +18,6 @@
#endregion
using System.Linq;
using NUnit.Framework;
using Spring.Context.Attributes;
using Spring.Context.Support;

View File

@@ -18,7 +18,6 @@
#endregion
using System.Linq;
using NUnit.Framework;
using Spring.Context.Attributes;
using Spring.Context.Support;

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using NUnit.Framework;
using Spring.Context.Attributes;
using Spring.Context.Attributes.TypeFilters;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using NUnit.Framework;
namespace Spring.Context

View File

@@ -18,8 +18,6 @@
#endregion
using System;
using FakeItEasy;
using NUnit.Framework;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#endregion
using System;
using System.Security.Policy;
using NUnit.Framework;

View File

@@ -14,8 +14,6 @@
* limitations under the License.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using NUnit.Framework;
using Spring.Core.IO;

View File

@@ -18,9 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Spring.Context.Attributes;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,12 +21,12 @@
#region Imports
using System.Configuration;
using System.IO;
using System.Xml;
using NUnit.Framework;
using Spring.Objects.Factory;
using Spring.Util;
using ConfigurationException = System.Configuration.ConfigurationException;
#endregion
@@ -201,4 +201,4 @@ namespace Spring.Context.Support
Assert.IsFalse(grandchildCtx.ContainsObjectDefinition("Parent"), "Wrong (parent context) object present in Grandchild context.");
}
}
}
}

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Configuration;
using System.Reflection;
using System.Xml;
@@ -31,6 +30,7 @@ using Spring.Objects;
using Spring.Proxy;
using Spring.Objects.Factory.Support;
using Spring.Util;
using ConfigurationException = System.Configuration.ConfigurationException;
#endregion

View File

@@ -18,7 +18,6 @@
#endregion
using System;
using System.Globalization;
using FakeItEasy;

View File

@@ -1,7 +1,7 @@
#region License
/*
* Copyright © 2002-2011 the original author or authors.
* Copyright <EFBFBD> 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
#region Imports
using System;
using System.Configuration;
using System.Xml;
using NUnit.Framework;

View File

@@ -18,8 +18,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Resources;

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