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:
   
![image](https://user-images.githubusercontent.com/18193802/87860033-96c61100-c8ff-11ea-9222-993dc1189acd.png)


----------------------------------------------------------------
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]


Reply via email to