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 66604

Summary: NPE thrown when closing Options dialog
Product: projects Reporter: Roman Strobl <rstrobl>
Component: AntAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE

Description Roman Strobl 2005-10-12 13:25:22 UTC
[NetBeans 200510111800; FC4; JDK 1.5.0_05]

Issue Summary:
--------------
NPE is thrown when changing Ant options and closing the Options dialog.

Steps to Reproduce:
-------------------
1. Start IDE with fresh userdir.
2. Open new Options dialog.
3. Go to Ant | Advanced.
4. Set verbosity to Debug.
5. Click OK to close the Options dialog.
-> Attached NPE is thrown.
Comment 1 Roman Strobl 2005-10-12 13:25:52 UTC
Created attachment 25865 [details]
NPE
Comment 2 Jan Jancura 2005-10-14 10:13:34 UTC
fixed in trunk:

cvs commit -m "66583 [50cat] Cannot add additional jar to ant classpath\n66604
NPE thrown when c..." -- AntCustomizer.java (in directory
C:\Hanz\Dev\trunk\ant\src\org\apache\tools\ant\module\)
Checking in AntCustomizer.java;
/cvs/ant/src/org/apache/tools/ant/module/AntCustomizer.java,v  <-- 
AntCustomizer.java
new revision: 1.13; previous revision: 1.12
done
Comment 3 Roman Strobl 2005-10-21 15:43:13 UTC
Verified.