Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8164930

ImageIO.getImageReaders(ImageInputStream) contains no ImageReader for WBMP

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • client-libs
    • None

      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 in JDK-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 in JDK-8164931.

            jdv Jayathirth D V
            jdv Jayathirth D V
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: