|
|
|
|
|
by super_flanker
1510 days ago
|
|
> If every time an IDE plugin encountered an unexpected situation it aborted the entire process it'd be insane. What if a plugin developer used `System.exit(-1)` in their catch block. How's Intellij going to handle that? A very popular eclipse plugin did this in past and would bring down the entire IDE when a particular exception happened. |
|