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 40146 - IDEValidation.testOptions failure: NPE in OptionsAction
Summary: IDEValidation.testOptions failure: NPE in OptionsAction
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: REGRESSION, TEST
: 40166 (view as bug list)
Depends on:
Blocks: 23551
  Show dependency tree
 
Reported: 2004-02-16 19:42 UTC by Jesse Glick
Modified: 2008-12-22 16:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
HTML log of test (20.12 KB, text/html)
2004-02-16 19:42 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-02-16 19:42:22 UTC
See log. You edited this class recently.
Comment 1 Jesse Glick 2004-02-16 19:42:59 UTC
Created attachment 13458 [details]
HTML log of test
Comment 2 Jesse Glick 2004-02-16 21:47:23 UTC
Thrown also at runtime when trying to access Ant Settings.

I will try to check in a hotfix.
Comment 3 Jesse Glick 2004-02-16 21:51:38 UTC
Checked in a hot fix; Jirka please review and test further:

committed     Up-To-Date  1.64       
core/src/org/netbeans/core/actions/OptionsAction.java
Comment 4 Jiri Rechtacek 2004-02-16 22:51:32 UTC
Jesse, thanks for fix. I was going to fix it right now. I'll review
your fix tomorrow I suppose only a forgotten check node != null at
OptionsAction, line 203.
Comment 5 Jesse Glick 2004-02-16 22:58:19 UTC
That's exactly the check I added in the hotfix.
Comment 6 Jiri Rechtacek 2004-02-17 13:45:31 UTC
*** Issue 40166 has been marked as a duplicate of this issue. ***
Comment 7 Marian Mirilovic 2004-02-18 12:41:01 UTC
verified in [nb_dev](200402171900)