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 42860 - lost form en Form Editor
Summary: lost form en Form Editor
Status: RESOLVED DUPLICATE of bug 33072
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 16:28 UTC by mdre
Modified: 2004-06-14 18:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException when open a .form (12.48 KB, text/plain)
2004-05-05 16:40 UTC, mdre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdre 2004-05-05 16:28:09 UTC
Hi all! 
 
	I have been working with a Login form 
for a while. I save the form and I restart the 
the other day and the Form won't load. It report 
a NullPointerException in the ide.log 
 
	Somebody can help? 
 
	thank 
 
			Marcelo Ré
Comment 1 mdre 2004-05-05 16:40:47 UTC
Created attachment 14732 [details]
NullPointerException when open a .form
Comment 2 Tomas Pavek 2004-06-14 18:08:38 UTC
It looks like there is some component with a wrong BeanInfo class.
Handling such cases was made more robust for NB 4.0 - now the error
should be reported giving a hint which component failed. The form
editor does not crash on this any more. I must admit the error message
in the case of wrong BeanInfo could be more helpful. You may file an
enhancement request for this. Thanks.

*** This issue has been marked as a duplicate of 33072 ***
Comment 3 Tomas Pavek 2004-06-14 18:09:53 UTC
To fix the problem you probably need to regenerate the BeanInfo class
for the problematic component.