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 253160

Summary: NullPointerException at org.netbeans.modules.jdk.project.ActionProviderImpl.invokeAction
Product: contrib Reporter: Martin Balin <mbalin>
Component: CodeAssignee: Jan Lahoda <jlahoda>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218149
Attachments: stacktrace

Description Martin Balin 2015-06-24 12:56:36 UTC
Build: NetBeans Dev JDK9 branch (Build 201506180405)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
mbalin: Opened openjdk9 project java.base. several packages are with error




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jdk.project.ActionProviderImpl.invokeAction(ActionProviderImpl.java:177)
   at org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:187)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:118)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:83)
   at org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:79)
   at org.openide.util.Mutex.writeAccess(Mutex.java:310)
Comment 1 Martin Balin 2015-06-24 12:56:39 UTC
Created attachment 154377 [details]
stacktrace