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 31466

Summary: NPE from ListView
Product: platform Reporter: Jesse Glick <jglick>
Component: ExplorerAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 31476    
Bug Blocks:    
Attachments: Stack trace

Description Jesse Glick 2003-02-26 02:08:56 UTC
[dev feb 24] I think I had an Ant script running
twice in parallel and tried to click on one
version in the Execution Window to stop it; then
this NPE was thrown.

Looks like a clear bug in ListView -
NodeOp.findActions is guaranteed to be able to
return null, yet Utilities.actionsToPopup cannot
accept null as an arg.
Comment 1 Jesse Glick 2003-02-26 02:09:39 UTC
Created attachment 9145 [details]
Stack trace
Comment 2 Jiri Rechtacek 2003-02-27 14:49:48 UTC
I filed a patch 31476 which will garantee that NodeOp.findAction()
won't return null. The patch was applied Feb26, I close it now as
worksforme.
Comment 3 Marian Mirilovic 2003-09-01 13:37:11 UTC
Without new informations for long time - verifying.