Consider only instance `with` methods for property access.
We now filter static `with…` methods from wither method introspection to avoid considering a static method a wither method.
Previously, we did not check modifiers and so static methods could be considered withers.
Closes#3472
@ -1029,11 +1029,7 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@@ -1029,11 +1029,7 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@ -1046,7 +1042,7 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@@ -1046,7 +1042,7 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@ -1055,12 +1051,12 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@@ -1055,12 +1051,12 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@ -1232,28 +1228,27 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@@ -1232,28 +1228,27 @@ public class ClassGeneratingPropertyAccessorFactory implements PersistentPropert
@ -55,7 +56,7 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {
@@ -55,7 +56,7 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {
@ -66,6 +67,16 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {
@@ -66,6 +67,16 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {
@ -94,4 +105,11 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {
@@ -94,4 +105,11 @@ public class ClassGeneratingPropertyAccessorFactoryEntityTypeTests {