RFR: 8081474: SwingWorker calls 'done' before the 'doInBackground' is finished [v17]

Alexey Ivanov aivanov at openjdk.org
Fri Feb 10 16:22:52 UTC 2023


On Fri, 10 Feb 2023 15:26:33 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> I have tried alignment to the extent possible..

Not to the extent possible if it's different from the commonly used style.

> I am not sure if it's required to be so finicky about it :-)

It's probably not. However, the code which uses consistent style in the entire project is easier to read, it looks as if it was written by a single person even though it was actually written by a large team of different people. Otherwise, it's like a text with typos, you're still able to comprehend it but you stumble on each occurrence of one.

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

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



More information about the client-libs-dev mailing list