Files
codeql/java/ql/test/query-tests/StringReplaceAllWithNonRegex/StringReplaceAllWithNonRegex.expected
Owen Mansel-Chan 042fe07494 Adjust alert message
2025-04-10 11:47:19 +01:00

2 lines
181 B
Plaintext

| Test.java:4:14:4:36 | replaceAll(...) | This call to 'replaceAll' should be a call `replace` as its $@ is not a regular expression. | Test.java:4:28:4:30 | "t" | first argument |