You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (JIRA)" <ji...@apache.org> on 2018/11/11 14:49:00 UTC

[jira] [Resolved] (NETBEANS-1658) Switch to NIO based file access causes regression

     [ https://issues.apache.org/jira/browse/NETBEANS-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing resolved NETBEANS-1658.
----------------------------------------
    Resolution: Fixed

Revert was merged via https://github.com/apache/incubator-netbeans/commit/c2ea8f1a9aeb79392583102e456cd912364db399

> Switch to NIO based file access causes regression
> -------------------------------------------------
>
>                 Key: NETBEANS-1658
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1658
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 9.0
>            Reporter: Matthias Bläsing
>            Assignee: Matthias Bläsing
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists