danielsun1106 commented on a change in pull request #1171: GROOVY-9416: Avoid 
unnecessary looking up non default import classes …
URL: https://github.com/apache/groovy/pull/1171#discussion_r382927695
 
 

 ##########
 File path: src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java
 ##########
 @@ -106,6 +141,15 @@
         return result;
     }
 
+    @Override
+    public boolean resolveFromDefaultImports(ResolveVisitor resolveVisitor, 
final ClassNode type) {
 
 Review comment:
   The PR is based on the classes found by `ClassFinder`, which is based on 
Java 9+ API, so it has to go into a VM plugin.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to