-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: client-libs
After JDK-8373727, there's duplicate code for state == 0 and state == 1.
https://github.com/openjdk/jdk/blob/c73f05bec95c3ef0d8b6235b67478352db9a48a9/src/java.desktop/share/classes/sun/awt/image/XbmImageDecoder.java#L113-L127
This duplication can be eliminated.
https://github.com/openjdk/jdk/blob/c73f05bec95c3ef0d8b6235b67478352db9a48a9/src/java.desktop/share/classes/sun/awt/image/XbmImageDecoder.java#L113-L127
This duplication can be eliminated.
- caused by
-
JDK-8373727 New XBM images parser regression: only the first line of the bitmap array is parsed
-
- Resolved
-