-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 19, 20, 21
-
Component/s: client-libs
-
None
-
b10
BasicLookAndFeel checks an instanceof in its AWTEventHelper listener class, but the result of that will always be non-null. The check should be removed.