blackdrag 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_r382916363
 
 

 ##########
 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:
   what is java9 specific about this code, that 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