Skip to content

Commit a6bd6b3

Browse files
committed
Add change note
1 parent 03c393c commit a6bd6b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new quality query, `java/string-replace-all-with-non-regex`, to detect uses of `String#replaceAll` when the first argument is not a regular expression, which should use `String#replace` instead for better performance.

0 commit comments

Comments
 (0)