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

Summary: NPE after closing Confirm Changes dialog
Product: java Reporter: Marian Mirilovic <mmirilovic>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: NullPointerException from JavaConnections$2.actionPerformed(JavaConnections.java:415)

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)