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 44120 - NullPointerException when creating new event handler
Summary: NullPointerException when creating new event handler
Status: VERIFIED DUPLICATE of bug 35870
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-06-01 19:22 UTC by clum
Modified: 2004-07-14 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My log file (166.29 KB, text/plain)
2004-06-01 19:27 UTC, clum
Details

Note You need to log in before you can comment on or make changes to this bug.
Description clum 2004-06-01 19:22:48 UTC
When I try to create an event handler for a form
component, it manages to create the code, but
generates a NullPointerException. It also
generates a NullPointerException when I try saving
a project after having added an event handler, and
it doesn't succeed in saving. 
I have successfully used Netbeans on this computer
before, but I recently installed LFS
(http://www.linuxfromscratch.org/) and this is my
first time trying to use the form editor since that.
Comment 1 clum 2004-06-01 19:27:45 UTC
Created attachment 15403 [details]
My log file
Comment 2 Tomas Pavek 2004-06-02 07:57:31 UTC
The NPE is caused by a bug in jdk 1.5 beta. Should be fixed in beta2.

*** This issue has been marked as a duplicate of 35870 ***
Comment 3 Jaromir Uhrik 2004-07-14 11:06:36 UTC
Verified - duplicate.