Austin Stephens created NETBEANS-708:
----------------------------------------

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


{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