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 240413 - NullPointerException at org.netbeans.modules.java.api.common.impl.ExportPackageAction.createContextAwareInstance
Summary: NullPointerException at org.netbeans.modules.java.api.common.impl.ExportPacka...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 12:58 UTC by Sergey Petrov
Modified: 2014-01-18 04:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202619


Attachments
stacktrace (3.04 KB, text/plain)
2014-01-13 12:58 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2014-01-13 12:58:03 UTC
Build: NetBeans IDE Dev (Build 20140113-b9a9e85a2a66)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: Tryyng to open wizards from package node

sj-nb: remove two classes from a package,
invoke popup on related empty package




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.api.common.impl.ExportPackageAction.createContextAwareInstance(ExportPackageAction.java:109)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2832)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2928)
   at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1058)
   at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1555)
   at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
Comment 1 Sergey Petrov 2014-01-13 12:58:06 UTC
Created attachment 143900 [details]
stacktrace
Comment 2 Tomas Zezula 2014-01-13 14:32:43 UTC
Fixed jet-main 7662e18f7958
Comment 3 Quality Engineering 2014-01-18 04:50:36 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7662e18f7958
User: Tomas Zezula <tzezula@netbeans.org>
Log: #240413:NullPointerException at org.netbeans.modules.java.api.common.impl.ExportPackageAction.createContextAwareInstance