deepsourcestatus / test-repository

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