<i18n dev> RFR: 8324053: Use the blessed modifier order for sealed in java.base

Pavel Rappo prappo at openjdk.org
Thu Jan 18 10:04:14 UTC 2024


On Thu, 18 Jan 2024 09:29:11 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> Thanks! When this has been integrated, I can take a shot at the missorted `default`s.

Thanks, I could've done that myself, but decided not to. You see, `default` should ideally be a [sole] modifier on a method: all other modifiers of a `default` method should be deleted. I'm not sure that reaching such an ideal would be welcomed.

Whatever you decide to do, be prepared to work manually. `bin/blessed-modifier-order.sh` is simple and robust but not specific. You'll have to carefully sift through other missortings it finds.

[sole]: https://mail.openjdk.org/pipermail/core-libs-dev/2024-January/117398.html

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

PR Comment: https://git.openjdk.org/jdk/pull/17468#issuecomment-1898162068


More information about the i18n-dev mailing list