Files
codeql/java/ql/test/query-tests/IteratorRemoveMayFail/IteratorRemoveMayFail.expected
2022-09-26 12:15:25 +02:00

4 lines
553 B
Plaintext

| Test.java:16:5:16:17 | remove(...) | This call may fail when iterating over $@, since it does not support element removal. | Test.java:29:16:29:32 | asList(...) | the collection |
| Test.java:16:5:16:17 | remove(...) | This call may fail when iterating over $@, since it does not support element removal. | Test.java:33:16:33:43 | singletonList(...) | the collection |
| Test.java:44:3:44:23 | remove(...) | This call may fail when iterating over $@, since it does not support element removal. | Test.java:52:15:52:31 | asList(...) | the collection |