On Sat, 1 Oct 2022 17:05:11 GMT, Andrey Turbanov <[email protected]> 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 This pull request has now been integrated. Changeset: be3b3354 Author: Andrey Turbanov <[email protected]> URL: https://git.openjdk.org/jdk/commit/be3b3354523917c024fb9d7d99de7c7eec3d175a Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 mod 8295026: Remove unused fields in StyleSheet Reviewed-by: aivanov ------------- PR: https://git.openjdk.org/jdk/pull/10523
