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 268824 - AssertionError: unknown literal kind BYTE
Summary: AssertionError: unknown literal kind BYTE
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 11:49 UTC by wickund
Modified: 2016-11-04 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227083


Attachments
stacktrace (11.96 KB, text/plain)
2016-11-04 11:49 UTC, wickund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wickund 2016-11-04 11:49:44 UTC
This bug was originally marked as duplicate of bug 262603, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201609070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
wickund: scrolling file




Stacktrace: 
java.lang.AssertionError: unknown literal kind BYTE
   at com.sun.tools.javac.code.TypeTag.getKindLiteral(TypeTag.java:211)
   at com.sun.tools.javac.tree.JCTree$JCLiteral.getKind(JCTree.java:2226)
   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:399)
   at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:294)
Comment 1 wickund 2016-11-04 11:49:46 UTC
Created attachment 162771 [details]
stacktrace