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 258249 - NullPointerException at com.sun.tools.javac.code.Symtab.lookupPackage
Summary: NullPointerException at com.sun.tools.javac.code.Symtab.lookupPackage
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-03-04 16:50 UTC by Martin Entlicher
Modified: 2016-03-04 17:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222857


Attachments
stacktrace (3.39 KB, text/plain)
2016-03-04 16:50 UTC, Martin Entlicher
Details
stacktrace (794 bytes, text/plain)
2016-03-04 17:02 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-03-04 16:50:40 UTC
Build: NetBeans IDE Dev (Build 20160303-6eb03b951e1a)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+107-jigsaw-nightly-h4560-20160301, Java(TM) SE Runtime Environment, 9-ea+107-jigsaw-nightly-h4560-20160301
OS: Linux

User Comments:
mentlicher: Editing...




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Symtab.lookupPackage(Symtab.java:641)
   at com.sun.tools.javac.code.ClassFinder.loadClass(ClassFinder.java:424)
   at com.sun.tools.javadoc.DocEnv.loadClass(DocEnv.java:192)
   at org.netbeans.modules.java.source.JavadocEnv.lookupClass(JavadocEnv.java:250)
   at com.sun.tools.javadoc.ClassDocImpl.searchClass(ClassDocImpl.java:764)
   at com.sun.tools.javadoc.ClassDocImpl.findClass(ClassDocImpl.java:747)
Comment 1 Martin Entlicher 2016-03-04 16:50:42 UTC
Created attachment 158747 [details]
stacktrace
Comment 2 Martin Entlicher 2016-03-04 17:02:22 UTC
Created attachment 158748 [details]
stacktrace

Trying to invode code-completion. JDK 9 app with Jigsaw.