[
https://issues.apache.org/jira/browse/NETBEANS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bien closed NETBEANS-708.
---------------------------------
Fix Version/s: ?
Resolution: Fixed
lets assume this got fixed at some point. can't repro in NB 22
> 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
> Fix For: ?
>
> 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
(v8.20.10#820010)
---------------------------------------------------------------------
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