sdedic commented on pull request #3125: URL: https://github.com/apache/netbeans/pull/3125#issuecomment-909193436
* `GroovyIndexer` did not record modifiers. Groovy does not use them, in fact, when calling Groovy classes (see [GROOVY-3010](https://issues.apache.org/jira/browse/GROOVY-3010)) but they can be useful to have in the index. * Meta-methods were weaved into normal class methods, now they are sorted at the end * When merging, the `j.l.Class` items should be sorted after the type's own ones. * Static modifier was not checked on members * Access modifiers were not checked on Java members * Added a possibility to enable access-aware completion (in the future), the fact that the IDE suggests to access fields directly is nothing but ugly ... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
