eric-milles opened a new pull request #1318: URL: https://github.com/apache/groovy/pull/1318
https://issues.apache.org/jira/browse/GROOVY-5103 - Java allows "import foo.Bar.*" to resolve "Baz" to "foo.Bar$Baz" - Note: This is also a compatibility/transparency issue for Eclipse Groovy Development Tools, which has supported star imports that resolve inner types for years. Checking star imports for type reference is limited to "real" star imports (those present in the source text) to prevent trying to resolve "java.lang", "java.util", etc. for every single `ModuleNode`. Type resolution also enables display of Javadoc information for the imported type:  ---------------------------------------------------------------- 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]
