[ 
https://issues.apache.org/jira/browse/NETBEANS-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468749#comment-17468749
 ] 

Petr Pisl commented on NETBEANS-6361:
-------------------------------------

The root of the problem is that the fields of classes are not resolved inside 
the classes. They are resolved correctly when there are belongs some outside 
class, but not to the same class. 

> Code completion for class fields doesn't work.
> ----------------------------------------------
>
>                 Key: NETBEANS-6361
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6361
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: groovy - Editor
>    Affects Versions: 12.5
>            Reporter: Petr Pisl
>            Assignee: Petr Pisl
>            Priority: Major
>
> Have this simple code:
>  
> {code:java}
> class B {
>     int fieldInt;
>     String fieldString;
>     
>     B instance;
>     
>     String getInfo() {
>        return "Hello ${instance.}
>     }
> } {code}
> The code completion doesn't work after the dot in return statement.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to