This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262708 - AssertionError: LetExpr is not part of a public API
Summary: AssertionError: LetExpr is not part of a public API
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-07 06:34 UTC by stefan79
Modified: 2016-07-07 08:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225092


Attachments
stacktrace (9.70 KB, text/plain)
2016-07-07 06:34 UTC, stefan79
Details
stacktrace (9.70 KB, text/plain)
2016-07-07 08:00 UTC, stefan79
Details
stacktrace (9.97 KB, text/plain)
2016-07-07 08:24 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2016-07-07 06:34:06 UTC
Build: NetBeans IDE Dev (Build 201607040002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 8.1

User Comments:
stefan79: ???




Stacktrace: 
java.lang.AssertionError: LetExpr is not part of a public API
   at com.sun.tools.javac.tree.JCTree$LetExpr.getKind(JCTree.java:2642)
   at com.sun.source.util.TreePath.<init>(TreePath.java:107)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:70)
   at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:400)
   at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:295)
   at com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:434)
Comment 1 stefan79 2016-07-07 06:34:08 UTC
Created attachment 160290 [details]
stacktrace
Comment 2 stefan79 2016-07-07 08:00:46 UTC
Created attachment 160291 [details]
stacktrace

???
Comment 3 stefan79 2016-07-07 08:24:46 UTC
Created attachment 160293 [details]
stacktrace

...