@ -711,15 +710,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -711,15 +710,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -744,15 +737,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -744,15 +737,9 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1112,9 +1099,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1112,9 +1099,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1129,9 +1114,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1129,9 +1114,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1158,9 +1141,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1158,9 +1141,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1187,9 +1168,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1187,9 +1168,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1500,8 +1479,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1500,8 +1479,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -1986,10 +1964,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -1986,10 +1964,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2000,10 +1976,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2000,10 +1976,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2032,10 +2006,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2032,10 +2006,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2046,10 +2018,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2046,10 +2018,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2074,10 +2044,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2074,10 +2044,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2141,9 +2109,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2141,9 +2109,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2201,7 +2168,6 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2201,7 +2168,6 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2230,9 +2196,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2230,9 +2196,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2270,10 +2235,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2270,10 +2235,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2284,10 +2247,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2284,10 +2247,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2316,10 +2277,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2316,10 +2277,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2330,10 +2289,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2330,10 +2289,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2357,10 +2314,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2357,10 +2314,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2383,10 +2338,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2383,10 +2338,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2408,10 +2361,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2408,10 +2361,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2436,10 +2387,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2436,10 +2387,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2463,10 +2412,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2463,10 +2412,8 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2602,7 +2549,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2602,7 +2549,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -2612,7 +2559,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -2612,7 +2559,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -3463,7 +3410,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -3463,7 +3410,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -3998,7 +3945,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -3998,7 +3945,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -4146,7 +4093,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -4146,7 +4093,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -4155,7 +4102,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@@ -4155,7 +4102,7 @@ public class AutowiredAnnotationBeanPostProcessorTests {
@ -644,7 +645,6 @@ public class InjectAnnotationBeanPostProcessorTests {
@@ -644,7 +645,6 @@ public class InjectAnnotationBeanPostProcessorTests {
@Override
@Inject
@SuppressWarnings("deprecation")
publicvoidsetTestBean2(TestBeantestBean2){
super.setTestBean2(testBean2);
}
@ -1108,25 +1108,6 @@ public class InjectAnnotationBeanPostProcessorTests {
@@ -1108,25 +1108,6 @@ public class InjectAnnotationBeanPostProcessorTests {
assertThat(newObjectFactoryCreatingFactoryBean().getObjectType()).as("Must be reporting that it creates ObjectFactory instances (as per class contract).").isEqualTo(ObjectFactory.class);
@ -45,7 +45,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -45,7 +45,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -59,7 +59,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -59,7 +59,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -75,7 +75,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -75,7 +75,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -99,7 +99,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -99,7 +99,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -117,7 +117,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -117,7 +117,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -135,7 +135,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -135,7 +135,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -157,7 +157,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -157,7 +157,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -187,7 +187,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@@ -187,7 +187,7 @@ public class QualifierAnnotationAutowireBeanFactoryTests {
@ -106,7 +106,7 @@ public class NestedBeansElementAttributeRecursionTests {
@@ -106,7 +106,7 @@ public class NestedBeansElementAttributeRecursionTests {
@ -115,7 +115,7 @@ public class NestedBeansElementAttributeRecursionTests {
@@ -115,7 +115,7 @@ public class NestedBeansElementAttributeRecursionTests {
@ -146,7 +146,7 @@ public class NestedBeansElementAttributeRecursionTests {
@@ -146,7 +146,7 @@ public class NestedBeansElementAttributeRecursionTests {
@ -52,7 +52,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -52,7 +52,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@BeforeEach
publicvoidsetup(){
voidsetup(){
parent=newDefaultListableBeanFactory();
Mapmap=newHashMap();
@ -105,24 +105,24 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -105,24 +105,24 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@ -131,7 +131,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -131,7 +131,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@ -191,7 +191,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -191,7 +191,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
assertThat(father).as("Bean from root context").isNotNull();
@ -204,7 +204,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -204,7 +204,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@ -217,7 +217,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -217,7 +217,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
}
@Test
publicvoidprototypeReferences(){
voidprototypeReferences(){
// check that not broken by circular reference resolution mechanism
assertThat(ref1.getTestBean1()).as("Not referencing same bean twice").isNotSameAs(ref1.getTestBean2());
@ -230,7 +230,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -230,7 +230,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@ -242,7 +242,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -242,7 +242,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
assertThat(rod.getTouchy()).as("Touchy is empty").isEqualTo("");
@ -250,7 +250,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest
@@ -250,7 +250,7 @@ public class XmlListableBeanFactoryTests extends AbstractListableBeanFactoryTest