mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
3 lines
232 B
Plaintext
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. |
|