You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:22:27 UTC

[GitHub] [netbeans] sdedic commented on pull request #3125: Use static type checking to attribute AST

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists