blob: c3e12b9e562a71eeb675c10babe6aa60bbf4bbe2 [file] [log] [blame] [view] [edit]
This error is triggered by calls to regex-accepting methods with invalid string
literals. These calls would cause a PatternSyntaxException at runtime.
We deliberately do not check java.util.regex.Pattern#compile as many of its
users are deliberately testing the regex compiler or using a vacuously true
regex.