sid-srini commented on code in PR #8827: URL: https://github.com/apache/netbeans/pull/8827#discussion_r2348261503
########## java/java.source.base/test/unit/src/org/netbeans/api/java/source/GeneratorUtilitiesTest.java: ########## @@ -610,6 +610,88 @@ public void validate(CompilationInfo info) { }, false); } + public void testAddImportsWithModule1() throws Exception { + performTest("test/Process.java", "package test;\nimport java.util.Collections;\npublic class Process {\npublic static void main(String... args) {\n" + Review Comment: Thanks. I've updated this now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists