-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task
Milestone
Description
Sviatoslav Hryb opened SPR-16111 and commented
Spring Framework Reference Core Technologies https://docs.spring.io/spring/docs/current/spring-framework-reference/pdf/core.pdf contains incorrect code fragment in section 4.5.6. Methods
.
The incorrect code fragment is: ```
// string literal, evaluates to "bc"
String c = parser.parseExpression("'abc'.substring(2, 3)").getValue(String.class);
Because string literal, evaluates to "c" but not to "bc"
Referenced from: commits f965123, 5867ea0
Backported to: 4.3.13
Metadata
Metadata
Assignees
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task