You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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