You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Stefan (JIRA)" <ji...@apache.org> on 2018/09/04 08:29:00 UTC

[jira] [Created] (NETBEANS-1208) java.lang.AssertionError: LetExpr is not part of a public API

Stefan created NETBEANS-1208:
--------------------------------

             Summary: java.lang.AssertionError: LetExpr is not part of a public API
                 Key: NETBEANS-1208
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1208
             Project: NetBeans
          Issue Type: Bug
            Reporter: Stefan
         Attachments: StackTrace.txt

Exception occurs while Background-Scanning:

 

ava.lang.AssertionError: LetExpr is not part of a public API
 at com.sun.tools.javac.tree.JCTree$LetExpr.getKind(JCTree.java:2954)
 at com.sun.source.util.TreePath.<init>(TreePath.java:106)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:80)
 at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
 at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
 at com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:433)
 at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1466)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
 at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
 at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
 at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
 at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)

....



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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