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

3 lines
312 B
Plaintext

| Test.java:16:13:16:16 | getB | This get method is unsynchronized, but the corresponding $@ is synchronized. | Test.java:12:27:12:30 | setB | set method |
| Test.java:42:13:42:16 | getE | This get method is unsynchronized, but the corresponding $@ is synchronized. | Test.java:38:27:38:30 | setE | set method |