mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Adjust query name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# J-STR-001: Use of `String.replaceAll` with a first argument of a non regular expression
|
||||
# Use of `String#replaceAll` with a first argument which is not a regular expression
|
||||
|
||||
Using `String.replaceAll` is less performant than `String.replace` when the first argument is not a regular expression.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user