-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
next()
Moves the cursor froward one row from its current position.
Should be:
next()
Moves the cursor forward one row from its current position.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
next()
Moves the cursor forward one row from its current position.
ACTUAL -
next()
Moves the cursor froward one row from its current position.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html
next()
Moves the cursor froward one row from its current position.
Should be:
next()
Moves the cursor forward one row from its current position.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
next()
Moves the cursor forward one row from its current position.
ACTUAL -
next()
Moves the cursor froward one row from its current position.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html
- duplicates
-
JDK-8019286 Typo in method " next " of class " ResultSet "
- Resolved