Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
9.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
- is duplicated by
-
NETBEANS-583 ClosedByInterruptException (sometimes SEVERE) on startup-up and other file operations
- Closed
-
NETBEANS-609 DuplicateMemberException during Generate Implement Methods
- Closed
-
NETBEANS-920 crash on startup when setting jdk 10 in /etc/netbeans.conf
- Closed
-
NETBEANS-1061 Exception Showing up at certain file operations
- Closed
-
NETBEANS-1197 ClosedByInterruptException in NetBeans classloader
- Closed
-
NETBEANS-1340 java.lang.IllegalStateException exception has occurred on Netbeans start
- Closed
-
NETBEANS-1357 AssertionError
- Closed
-
NETBEANS-1592 Moving a file from one package to another result in an exception
- Closed