On Thu, 10 Nov 2022 08:01:38 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> It seems there was a typo inside function `installListeners(Component, int)` > and `removeListeners(Component)` on case EventID.CELLEDITOR. > > Changed the string from "getCellEditorMethod" to "getCellEditor" in > `protected void installListeners(Component c, int eventID)` and `protected > void removeListeners(Component c)` methods. > > Didn't add any test case. This pull request has now been integrated. Changeset: 5795c760 Author: Abhishek Kumar <abhis...@openjdk.org> Committer: Jayathirth D V <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5795c760db5bbfd7ff3b56a0c6236827526df70a Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8296222: SwingEventMonitor - installListeners(Component , int ) - CELLEDITOR - bug Reviewed-by: angorya, kizune ------------- PR: https://git.openjdk.org/jdk/pull/11082