Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1658

Switch to NIO based file access causes regression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 9.0
    • 11.0
    • None
    • None

    Description

      With the git commit:

      https://github.com/apache/incubator-netbeans/commit/4b82e6adb31e294c74fd2fa99779ce9e27ae6184

      several file accesses were switched from FileInputStream to NIO based input streams. These new stream differ in behavior. On Thread#interrupt the new streams raise a ClosedByInterruptException. At most places this exception is not handled and thus causes unexpected behavior.

      Attachments

        Issue Links

          Activity

            People

              matthiasblaesing Matthias Bläsing
              matthiasblaesing Matthias Bläsing
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: