Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084697 | emb-9 | Lance Andersen | P5 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
The API states that isValid throws this SQLException
Throws:
SQLException - if the value supplied for timeout is less then 0
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
SQLException - if the value supplied for timeout is less than 0
"than" is expected and not "then"
ACTUAL -
SQLException - if the value supplied for timeout is less then 0
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/
The API states that isValid throws this SQLException
Throws:
SQLException - if the value supplied for timeout is less then 0
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
SQLException - if the value supplied for timeout is less than 0
"than" is expected and not "then"
ACTUAL -
SQLException - if the value supplied for timeout is less then 0
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/
- backported by
-
JDK-8084697 Typo in isValid(int timeout) API in java.sql.Connection
-
- Resolved
-
- duplicates
-
JDK-8180149 java.sql.Connection#isValid has a wrongly spelled word
-
- Closed
-