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 262603 - AssertionError: unknown literal kind BYTE
Summary: AssertionError: unknown literal kind BYTE
Status: RESOLVED FIXED
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-06-28 13:09 UTC by wickund
Modified: 2016-06-30 01:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224891


Attachments
stacktrace (12.08 KB, text/plain)
2016-06-28 13:09 UTC, wickund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wickund 2016-06-28 13:09:46 UTC
Build: NetBeans IDE Dev (Build 201606270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
wickund: Installing plugin "Extended Java Editor"




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:400)
   at org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:295)
Comment 1 wickund 2016-06-28 13:09:48 UTC
Created attachment 160183 [details]
stacktrace
Comment 3 Quality Engineering 2016-06-30 01:52:09 UTC
Integrated into 'main-silver', will be available in build *201606300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/91d34e144768
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #161560 and #262603 fixed.