Skip to content

Incorrect Java Syntax in Spring Framework Documentation [SPR-16811] #21351

Closed
@spring-projects-issues

Description

@spring-projects-issues

Sviatoslav Hryb opened SPR-16811 and commented

Section Data Access, paragraph 3.7.4. Handling complex types for stored procedure calls contains incorrect and not understandable fragments of Java code.

  1. One snippet of Java code doesn't contain a name of a variable of class TestItem (image1):
  2. Another snippet of code has several following problems: (image2).
  • doesn't contain a name of a variable of class TestItem
  • it is not perceivable why we need aforementioned variable
  • there is only an invocation of the method declareParameter without mentioned corresponding object of some class that invoke it.

Affects: 4.3.17, 5.0.6

Reference URL: https://docs.spring.io/spring/docs/5.0.6.RELEASE/spring-framework-reference/data-access.html#orm-general

Attachments:

Referenced from: commits 9d1789e, 2818051, 765d18e

Backported to: 4.3.18

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions