We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c161f9 commit c709958Copy full SHA for c709958
java/ql/lib/semmle/code/java/Concepts.qll
@@ -7,7 +7,15 @@ overlay[local?]
7
module;
8
9
import java
10
-private import semmle.code.java.frameworks.JavaxAnnotations
+
11
+/**
12
+ * A module importing the frameworks that implement `RegexMatch`es,
13
+ * ensuring that they are visible to the concepts library.
14
+ */
15
+private module Frameworks {
16
+ private import semmle.code.java.JDK
17
+ private import semmle.code.java.frameworks.JavaxAnnotations
18
+}
19
20
/**
21
* An expression that represents a regular expression match.
0 commit comments