-
Bug
-
Resolution: Unresolved
-
P4
-
9
-
None
-
generic
-
generic
Run the attached test case and it will throe NPE :
Exception in thread "main" java.lang.NullPointerException
at ReadAbortTest.<init>(ReadAbortTest.java:45)
at ReadAbortTest.main(ReadAbortTest.java:116)
reader at line 45 is null.
While fixing this issue we need to make changes to test case present inJDK-4924727 to verify whether IIOReadProgressListeners are called properly when we call reader.abort() in case of WBMP also.
We need to add WBMP test case for writer also, like inJDK-8164931.
Exception in thread "main" java.lang.NullPointerException
at ReadAbortTest.<init>(ReadAbortTest.java:45)
at ReadAbortTest.main(ReadAbortTest.java:116)
reader at line 45 is null.
While fixing this issue we need to make changes to test case present in
We need to add WBMP test case for writer also, like in
- relates to
-
JDK-4924727 reader.abort() method does not work when called inside imageStarted for PNG
-
- Resolved
-