[
https://issues.apache.org/jira/browse/NETBEANS-4097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ernie Rael updated NETBEANS-4097:
---------------------------------
Attachment: StackTrace.log
> HintsInvoker ... assertion Analyzer error
> -----------------------------------------
>
> Key: NETBEANS-4097
> URL: https://issues.apache.org/jira/browse/NETBEANS-4097
> Project: NetBeans
> Issue Type: Bug
> Components: java - Compiler
> Affects Versions: 11.3
> Environment: NB-11.3, jdk1.8_241, nb-javac-2.0,Win7
> Reporter: Ernie Rael
> Priority: Minor
> Attachments: StackTrace.log
>
>
> I've only seen this a few times; this specific failure might be new in 11.3.
> The code it fails on is ancient. This failure happened when setting project
> group to "(none)" and it happened in a file that was not opened (at least not
> being edited).
> {code:java}
> java.lang.AssertionError: Analyzer error when processing: private static
> final Runnable updateKeymap = new Runnable(){
>
> () {
> super();
> }
>
> @Override
> public void run() {
> bindingList = null;
> firePropertyChange(KEY_BINDINGS, null, null);
> }
> }
> at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> at com.sun.tools.javac.comp.Analyzer.doAnalysis(Analyzer.java:578)
> at com.sun.tools.javac.comp.Analyzer$2.flush(Analyzer.java:549)
> {code}
> stacktrace attached
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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