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

Summary: AssertionError: LetExpr is not part of a public API
Product: java Reporter: stefan79 <stefan79>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: stefan79
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225092
Attachments: stacktrace
stacktrace
stacktrace

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

...