The field 'java.text.AttributedString.AttributedStringIterator#relevantAttributes' is unused.
https://github.com/openjdk/jdk/blob/bc7c0dc45dcd66d24ece8ebbd5c1b25e131eae67/src/java.base/share/classes/java/text/AttributedString.java#L726
It's only initialized in constructor as clone of parameter 'Attribute[] attributes'. There are no more usages of it.
https://github.com/openjdk/jdk/blob/bc7c0dc45dcd66d24ece8ebbd5c1b25e131eae67/src/java.base/share/classes/java/text/AttributedString.java#L726
It's only initialized in constructor as clone of parameter 'Attribute[] attributes'. There are no more usages of it.