JDK-8076474 : JTable.tableChanged(TableModelEvent e) specification need to be corrected
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2015-04-01
  • Updated: 2022-09-09
  • Resolved: 2022-09-09
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.
Other
tbdResolved
Related Reports
Relates :  
Description
Current version states that 

* Note that as of 1.3, this method clears the selection, if any.
     */

which is actually wrong
Comments
The selection is cleared in the implementation too.
09-09-2022