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 44199 - NPE after closing Confirm Changes dialog
Summary: NPE after closing Confirm Changes dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 14:28 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException from JavaConnections$2.actionPerformed(JavaConnections.java:415) (3.36 KB, text/plain)
2004-06-02 14:33 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-02 14:28:43 UTC
[nb_dev](200406011800), [jdk1.5.0](b51)

Steps to reproduce:
- run IDE
- try to create new JDialog 
-> Confirm Changes dialog opens
- push Close button
-> NullPointerException rises (see attached stack
trace)
Comment 1 Marian Mirilovic 2004-06-02 14:33:31 UTC
Created attachment 15431 [details]
NullPointerException from JavaConnections$2.actionPerformed(JavaConnections.java:415)
Comment 2 Martin Matula 2004-06-22 21:39:04 UTC
I am not able to reproduce this in the current build. But I am not
sure if I was doing the right thing, since I don't know what you mean
by "Confirm Changes" dialog and "Close" button. I had "New JDialog
Form" dialog and "Finish" button. Please verify or reopen and provide
more info.
Comment 3 Marian Mirilovic 2004-07-23 09:56:42 UTC
verified in [nb_dev](200407222055)