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 255508 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.resolveIdent
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.resolveIdent
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: JDK_9, NO81
Depends on:
Blocks:
 
Reported: 2015-09-23 11:33 UTC by Stepan Zebra
Modified: 2016-04-26 13:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220135


Attachments
stacktrace (5.38 KB, text/plain)
2015-09-23 11:33 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2015-09-23 11:33:49 UTC
Build: NetBeans Dev JDK9 branch (Build 20150918-951c25ccfea0)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
OS: Mac OS X

User Comments:
stezeb: open a fxml file




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.resolveIdent(JavaCompiler.java:765)
   at com.sun.tools.javac.main.JavaCompiler.resolveIdent(JavaCompiler.java:740)
   at com.sun.tools.javac.model.JavacElements.nameToSymbol(JavacElements.java:161)
   at com.sun.tools.javac.model.JavacElements.getPackageElement(JavacElements.java:105)
   at com.sun.tools.javac.model.JavacElements.getPackageElement(JavacElements.java:65)
   at org.netbeans.modules.javafx2.editor.parser.processors.ImportProcessor.handleWildcard(ImportProcessor.java:222)
Comment 1 Stepan Zebra 2015-09-23 11:33:50 UTC
Created attachment 156378 [details]
stacktrace