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 - NullPointerException at org.netbeans.modules.jdk.project.ActionProviderImpl.invokeAction
Summary: NullPointerException at org.netbeans.modules.jdk.project.ActionProviderImpl.i...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 12:56 UTC by Martin Balin
Modified: 2015-06-24 13:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218149


Attachments
stacktrace (1.84 KB, text/plain)
2015-06-24 12:56 UTC, Martin Balin
Details

Note You need to log in before you can comment on or make changes to this bug.
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