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 - NPE thrown when closing Options dialog
Summary: NPE thrown when closing Options dialog
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 13:25 UTC by Roman Strobl
Modified: 2005-10-21 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (3.46 KB, text/plain)
2005-10-12 13:25 UTC, Roman Strobl
Details

Note You need to log in before you can comment on or make changes to this bug.
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.