You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ernie Rael (Jira)" <ji...@apache.org> on 2020/04/01 13:15:00 UTC

[jira] [Created] (NETBEANS-4097) HintsInvoker ... assertion Analyzer error

Ernie Rael created NETBEANS-4097:
------------------------------------

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


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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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