Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-4097

HintsInvoker ... assertion Analyzer error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 11.3
    • None
    • java - Compiler
    • None
    • NB-11.3, jdk1.8_241, nb-javac-2.0,Win7

    Description

      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).

      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)
      

      stacktrace attached

      Attachments

        1. StackTrace.log
          16 kB
          Ernie Rael

        Activity

          People

            Unassigned Unassigned
            errael Ernie Rael
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: