IDEA-184987 Already disposed String

This commit is contained in:
Denis Fokin
2018-01-18 13:51:01 +03:00
parent 0a98837bee
commit 95bd3fbd93
@@ -456,6 +456,7 @@ public class IdeEventQueue extends EventQueue {
filter(lor -> lor != null).
flatMap(listOfRunnables -> listOfRunnables.stream()).
filter(r -> r != null).
filter(r -> !(r instanceof ExpirableRunnable && ((ExpirableRunnable)r).isExpired())).
forEach(runnable -> {
try {
runnable.run();