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

Jan Lahoda commented on NETBEANS-708:
-------------------------------------

Yes (that's how I got the file I attached). But only with nb-javac installed, 
hence my note "specific to nb-javac". (Happens during partial reparse which is 
only done with nb-javac at this time.)

> Code completion throws an AssertionError when running before an annotation on 
> a final variable in a method
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-708
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-708
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Source
>    Affects Versions: 9.0
>            Reporter: Austin Stephens
>            Priority: Major
>         Attachments: NETBEANS-708.txt
>
>
> {code:java}
>     private void asplode(){
>         
>         @SuppressWarnings("deprecation")
>         final int foo = 0;        
>     }
> {code}
> Typing anything above the annotation (like, say, 'I' for Integer) will cause 
> an assertion error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to