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 40413 - NPE when invoking popup menu on a server instance node
Summary: NPE when invoking popup menu on a server instance node
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 12:13 UTC by Marek Fukala
Modified: 2006-06-05 00:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE (2.79 KB, text/plain)
2004-02-24 12:14 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2004-02-24 12:13:16 UTC
[2004/02/24 sources]
Try to invoke popup menu on a server instance
node. You will get a NPE (attached) and the popup
menu doesn't show.
Comment 1 Marek Fukala 2004-02-24 12:14:38 UTC
Created attachment 13601 [details]
The NPE
Comment 2 Petr Pisl 2004-02-24 12:22:46 UTC
There was set up the helpId before check whether property sheet isn't
null.
Fixed in the trunk
Comment 3 Marek Fukala 2004-03-15 14:26:30 UTC
v