JDK-8208782 : Remove extra type in throws clause of SerialClob.writeObject
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.sql
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-08-03
  • Updated: 2018-09-18
  • Resolved: 2018-08-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12 b06Fixed
Related Reports
Relates :  
Relates :  
Description
The fix for JDK-8208060 overlooked an extra type in the throws clause of javax.sql.rowset.serial.SerialClob.writeObject. The extra type should be removed.