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 - NPE from ListView
Summary: NPE from ListView
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on: 31476
Blocks:
  Show dependency tree
 
Reported: 2003-02-26 02:08 UTC by Jesse Glick
Modified: 2008-12-22 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.72 KB, text/plain)
2003-02-26 02:09 UTC, Jesse Glick
Details

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