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

Summary: NullPointerException at com.sun.tools.javac.code.Symtab.lookupPackage
Product: java Reporter: Martin Entlicher <mentlicher>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: mentlicher
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222857
Attachments: stacktrace
stacktrace

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.