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 258803 - AssertionError at com.sun.tools.javac.comp.Lower.classOfType
Summary: AssertionError at com.sun.tools.javac.comp.Lower.classOfType
Status: VERIFIED 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-04-13 09:12 UTC by Jiri Skrivanek
Modified: 2017-05-11 12:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223491


Attachments
stacktrace (7.09 KB, text/plain)
2016-04-13 09:12 UTC, Jiri Skrivanek
Details
stacktrace (7.62 KB, text/plain)
2016-04-27 08:54 UTC, Tomas Stupka
Details
stacktrace (7.78 KB, text/plain)
2016-05-09 20:51 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2016-04-13 09:12:13 UTC
Build: NetBeans IDE Dev (Build 201604120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 8.1

User Comments:
jskrivanek: While scanning.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.comp.Lower.classOfType(Lower.java:2094)
   at com.sun.tools.javac.comp.Lower.classOf(Lower.java:2072)
   at com.sun.tools.javac.comp.Lower.visitSelect(Lower.java:3789)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2075)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2287)
Comment 1 Jiri Skrivanek 2016-04-13 09:12:14 UTC
Created attachment 159247 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-27 08:54:04 UTC
Created attachment 159446 [details]
stacktrace

after restart
Comment 3 Michel Graciano 2016-05-09 20:51:28 UTC
Created attachment 159609 [details]
stacktrace

Opening a class that was just moved from a package to another
Comment 5 Quality Engineering 2017-05-05 01:45:47 UTC
Integrated into 'main-silver', will be available in build *201705050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2f57b26fbbb
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #258803 and #269287 fixed.