Ignore certain errors (disable red blinking exclamation mark)
Answered
There are a couple of errors in IntelliJ and plugins which occur all the time but are not necessary for me to be shown every time (e.g `Slow operations are prohibited on EDT`). I click that one dozens of times every day (and have reported many of them in the hopes of it getting fixed soon). Can I somehow disable that specific errors are being displayed? I still want to be informed about other errors but having the blinking red symbol is really distracting.
Thanks!
Please sign in to leave a comment.
Hi Simon,
Could you attach a screenshot of what the notification looks like for you in the IDE?
Could give me the id of at least one of them? I'll take a look at the stack trace.
I'll post a screenshot the next time the error occurs.
Examples are
or
or
or
The slow access is the one which happens most often. I've left out the ones reported by external plugins...
Sorry, the moment I sent the reply I saw that you requested the IDs of the reports:
https://ea.jetbrains.com/browser/ea_reports/8075384
https://ea.jetbrains.com/browser/ea_reports/8063596
https://ea.jetbrains.com/browser/ea_reports/8058206
https://ea.jetbrains.com/browser/ea_reports/8055685
https://ea.jetbrains.com/browser/ea_reports/8049439
```
java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182)
at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:110)
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:754)
at com.intellij.util.indexing.FileBasedIndexEx.processExceptions(FileBasedIndexEx.java:244)
...
```
Thanks Simon.
What version of the IDE do you use by the way?
Are the issues reproducible after disabling all custom plugins (File | Settings | Plugins | Installed | ⚙ | 'Disable all downloaded plugins') and restarting the IDE via File | Invalidate Caches?
Exception 8075384 is investigated in https://youtrack.jetbrains.com/issue/IDEA-246259. Other exceptions, if they were reported from the latest EAP version, will be gradually analyzed by dev teams.
No, but you can disable the popup balloon and instead log all error reports in the Event Log view.