RFR: 8295026: Remove unused fields in StyleSheet

SWinxy duke at openjdk.org
Sun Oct 9 21:31:20 UTC 2022


On Sat, 1 Oct 2022 17:05:11 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

> There are 3 unused fields in single `StyleSheet` file:
> 1. `static final Border noBorder = new EmptyBorder(0,0,0,0);`
> 2. `static final int DEFAULT_FONT_SIZE = 3;`
> 3. `URL imageurl;` in nested `javax.swing.text.html.StyleSheet.ListPainter` class

Nice little ~~spring~~ fall cleaning :)

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

Marked as reviewed by SWinxy at github.com (no known OpenJDK username).

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



More information about the client-libs-dev mailing list