Files
codeql/java/ql/test/query-tests/BusyWait/BusyWait.expected
2018-08-30 10:48:05 +01:00

3 lines
226 B
Plaintext

| BusyWaits.java:4:4:4:19 | stmt | Prefer wait/notify or java.util.concurrent to communicate between threads. |
| BusyWaits.java:10:5:10:39 | stmt | Prefer wait/notify or java.util.concurrent to communicate between threads. |