@ -3000,11 +3000,11 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -3000,11 +3000,11 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
// These tests below verify that the chain of static accesses (either method/property or field)
// leave the right thing on top of the stack for processing by any outer consuming code.
// Here the consuming code is the String.valueOf() function. If the wrong thing were on
// the stack (for example if the compiled code for static methods wasn't popping the
// the stack (for example if the compiled code for static methods wasn't popping the
// previous thing off the stack) the valueOf() would operate on the wrong value.
Stringshclass=StaticsHelper.class.getName();
@ -3042,7 +3042,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -3042,7 +3042,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@ -3052,9 +3052,9 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -3052,9 +3052,9 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@ -5446,7 +5446,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -5446,7 +5446,7 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
publicstaticStringmethodb(){
return"mb";
}
publicstaticStaticsHelpergetPropertya(){
returnsh;
}
@ -5454,11 +5454,11 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@@ -5454,11 +5454,11 @@ public class SpelCompilationCoverageTests extends AbstractExpressionTests {
@ -1955,7 +1955,7 @@ public class SpelReproTests extends AbstractExpressionTests {
@@ -1955,7 +1955,7 @@ public class SpelReproTests extends AbstractExpressionTests {
@ -1964,7 +1964,7 @@ public class SpelReproTests extends AbstractExpressionTests {
@@ -1964,7 +1964,7 @@ public class SpelReproTests extends AbstractExpressionTests {
@ -1972,14 +1972,14 @@ public class SpelReproTests extends AbstractExpressionTests {
@@ -1972,14 +1972,14 @@ public class SpelReproTests extends AbstractExpressionTests {