We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d47970 commit 1caf18eCopy full SHA for 1caf18e
java/ql/lib/semmle/code/java/Import.qll
@@ -158,8 +158,9 @@ class ImportStaticTypeMember extends Import {
158
/**
159
* A module import declaration, which imports an entire module.
160
*
161
- * For example, `import module java.base;` imports all packages exported
162
- * by the `java.base module`, making their types available for use.
+ * For example, `import module java.base;` makes all packages exported
+ * by the `java.base` module available, and through those packages,
163
+ * the types they declare become accessible.
164
*/
165
class ModuleImportDeclaration extends Import {
166
ModuleImportDeclaration() { imports(this, _, _, 6) }
0 commit comments