Fix issue with named backrefs; add needed import

This commit is contained in:
Joe Farebrother
2022-05-04 15:39:51 +01:00
parent 2d82dfba38
commit c7d30087d1
3 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
*/
private import java
import semmle.code.FileSystem
import semmle.code.java.regex.RegexTreeView
/**