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 43237 - NPE from WindowManagerImpl.getTopComponentDisplayName when opening a form
Summary: NPE from WindowManagerImpl.getTopComponentDisplayName when opening a form
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-05-13 22:22 UTC by Jesse Glick
Modified: 2008-12-22 19:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (17.98 KB, text/plain)
2004-05-13 22:23 UTC, Jesse Glick
Details
New stack traces (5.72 KB, text/plain)
2004-05-16 17:49 UTC, Jesse Glick
Details
My Windows2Local data (tar GZ format) (6.87 KB, application/octet-stream)
2004-05-16 17:50 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-13 22:22:51 UTC
I tried to open
java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java
in a current dev build. Got an NPE, didn't see the
file opened, everything I tried gave me more NPEs,
had to shut down the IDE to get rid of it.
Comment 1 Jesse Glick 2004-05-13 22:23:31 UTC
Created attachment 14855 [details]
Stack traces
Comment 2 Jesse Glick 2004-05-13 22:25:41 UTC
Happened even after deleting Windows2Local and restarting. Cannot open
form -> P1.
Comment 3 Milos Kleint 2004-05-14 07:32:00 UTC
fixed in core/multiview by setting an empty name to prevent NPE.
however cannot assign correct name before opening/reading the initial
element in multiview.
Comment 4 Jesse Glick 2004-05-16 17:48:33 UTC
Problem with the mentioned form seems to be fixed. But I got a similar
NPE again in a dev build I just made from trunk sources, after trying
to restart. No forms open, just a plain Java source and a text file,
maximized. IDE did not start; had to blow away my Windows2Local.

Reproducible - just open My Favourites window (Ctrl-3) with that
module installed, then restart.
Comment 5 Jesse Glick 2004-05-16 17:49:26 UTC
Created attachment 14894 [details]
New stack traces
Comment 6 Jesse Glick 2004-05-16 17:50:03 UTC
Created attachment 14895 [details]
My Windows2Local data (tar GZ format)
Comment 7 Milos Kleint 2004-05-19 15:05:16 UTC
fixed in trunk. null display name check added when creating html markup.
Comment 8 Marian Mirilovic 2004-07-28 07:45:48 UTC
verified in [nb_dev](200407271830)