Files
codeql/java/ql/test/query-tests/BusyWait/BusyWait.expected
2021-06-03 16:27:36 +02:00

3 lines
232 B
Plaintext

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