Java: Fix FP in DoubleCheckedLocking.ql

This commit is contained in:
Anders Schack-Mulligen
2019-01-17 16:34:24 +01:00
parent 04c15028ab
commit 944c082a8d
6 changed files with 90 additions and 1 deletions

View File

@@ -1 +1,2 @@
| A.java:25:7:30:7 | stmt | Double-checked locking on the non-volatile field $@ is not thread-safe. | A.java:21:13:21:14 | b1 | b1 |
| A.java:86:7:91:7 | stmt | Double-checked locking on the non-volatile field $@ is not thread-safe. | A.java:83:26:83:27 | b5 | b5 |