RFR: 8313556: Create implementation of NSAccessibilitySlider protocol
Alexander Zuev
kizune at openjdk.org
Tue Aug 29 19:45:14 UTC 2023
On Tue, 29 Aug 2023 15:55:13 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> perhaps the logging statements should be added (commented out) as a part of this PR.
I can do that - i usually refrained from doing so because code would look not very clean but basically the only way to tell that it goes trough the new code should be debug output - if behavior changes it should be considered as a potential bug (not always because if i see that the old behavior is incorrect i would not go out of my way to recreate the obviously flawed logic) but in general the idea is that new code should behave exactly the same as the old one.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1698029071
More information about the openjfx-dev
mailing list