JDK-6480425 : JTable.setRowSorter fires property change with the wrong name
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-10-10
  • Updated: 2017-05-16
  • Resolved: 2011-05-18
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 6 JDK 7 Other
6u4Fixed 7 b20Fixed OpenJDK6Fixed
Description
JTable.setRowSorter fires a property change event with the property name 'sorter'. The beans spec dictate it uses the name 'rowSorter'.

Comments
EVALUATION For compatibility, we will fire an additional property named "rowSorter".
06-06-2007