@ -319,8 +333,13 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -319,8 +333,13 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -328,23 +347,22 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -328,23 +347,22 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -1852,6 +1852,17 @@ public class SpelReproTests extends ExpressionTestCase {
@@ -1852,6 +1852,17 @@ public class SpelReproTests extends ExpressionTestCase {
thrown.expectMessage("property 'something' cannot be found");
expression.getValue(context,rootObject);
}
privatestaticenumABC{A,B,C}
@ -1956,4 +1967,12 @@ public class SpelReproTests extends ExpressionTestCase {
@@ -1956,4 +1967,12 @@ public class SpelReproTests extends ExpressionTestCase {