File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # J-STR-001: Use of ` String. replaceAll ` with a first argument of a non regular expression
1+ # Use of ` String# replaceAll ` with a first argument which is not a regular expression
22
33Using ` String.replaceAll ` is less performant than ` String.replace ` when the first argument is not a regular expression.
44
Original file line number Diff line number Diff line change 11/**
22 * @id java/string-replace-all-with-non-regex
3- * @name J-STR-001: Use of `String#replaceAll` with a first argument of a non regular expression
3+ * @name Use of `String#replaceAll` with a first argument which is not a regular expression
44 * @description Using `String#replaceAll` is less performant than `String#replace` when the first
55 * argument is not a regular expression.
66 * @kind problem
You can’t perform that action at this time.
0 commit comments