On Wed, 18 Jun 2025 05:01:53 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
>> BasicTextUI.getVisibleEditorRect wording is rephrased to remove the wording >> "Due to an unfortunate set of historical events this method is >> inappropriately named". > > CSR? > @kumarabhi006 > > > CSR? > > javadoc change is for a protected method so I think CSR is not required for > this change A protected method is part of the public API contract, see [`BasicTextUI.getVisibleEditorRect`](https://docs.oracle.com/en/java/javase/24/docs/api/java.desktop/javax/swing/plaf/basic/BasicTextUI.html#getVisibleEditorRect()) in Java 24. However, I say a CSR is not needed because the meaning hasn't changed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25850#issuecomment-2985586562