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

3 lines
198 B
Plaintext

| Test.java:5:3:5:43 | Set<Object> seen | The contents of this container are never initialized. |
| Test.java:68:3:68:46 | List<Boolean> bl | The contents of this container are never initialized. |