mbien commented on PR #7862:
URL: https://github.com/apache/netbeans/pull/7862#issuecomment-2406332177

   I take a look if I can improve the exception handling there. The 
`MutexException`, which represents all exceptions which can occur inside the 
mutex, is already caught a few lines later and directly sent to the exception 
window. The block inside the mutex doesn't really handle any `Exception`, even 
though everything inside of maven-indexer is mapped to IOEs.
   
   The `ZipError` had to be caught separately, since my guess is that errors 
might not be mapped to `MutexException`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to