RFR: 8296275: Write a test to verify setAccelerator method of JMenuItem [v8]

Alexey Ivanov aivanov at openjdk.org
Wed Dec 14 16:04:40 UTC 2022


On Tue, 13 Dec 2022 16:40:54 GMT, Naveen Narayanan <duke at openjdk.org> wrote:

> My IDE’s formatter auto wraps this line for 80 chars. After every code change & formatting, I have to manually unwrap these lines. There are 3 lines to unwrap manually.

Then disable automatic reformatting of the entire file. It won't do much good to you in the long term anyway because it may modify the lines you didn't touch and eventually introduce unnecessary noise into the changes. This is what we're seeing now.

-------------

PR: https://git.openjdk.org/jdk/pull/11035



More information about the client-libs-dev mailing list