QuackatronHQ / Gigarepo

IllegalMonitorStateExceptions should not be handled JAVA-E0040
Anti-pattern
Critical
1 occurrence in this check
 86                  synchronized (LOCK) {
 87                    try {
 88                      getC().wait();
 89                    } catch (InterruptedException | IllegalMonitorStateException e) { 90                      e.printStackTrace();
 91                    }
 92                    waitForLock(prevDone); // Wait for access to the list...