Adjust alert message

This commit is contained in:
Owen Mansel-Chan
2025-03-25 11:50:42 +00:00
parent fea3d10b97
commit 042fe07494
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
| Test.java:4:14:4:36 | replaceAll(...) | Call to 'replaceAll' uses an argument comprised of plain string characters only. |
| 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 |