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 35335 - org.openide.WizardDescriptor.goToNextStep NullPointerException
Summary: org.openide.WizardDescriptor.goToNextStep NullPointerException
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://www.netbeans.org/issues/showat...
Keywords: REGRESSION, SIMPLEFIX
: 35234 35247 35281 35347 35401 35411 35434 35494 35715 35844 35876 35940 35975 36206 36322 36368 36549 36600 36811 36860 36971 36996 36997 37035 37134 37150 37180 37219 37611 37623 37645 38131 38168 38346 38517 39203 39444 39618 40484 40596 41726 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-08 02:04 UTC by jsinai
Modified: 2008-12-22 18:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My subclass of WizardDescriptor.Iterator (5.56 KB, text/plain)
2003-08-08 02:07 UTC, jsinai
Details
patch applicable in <nb_root>/lib/patches (28.04 KB, application/octet-stream)
2003-11-13 11:10 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsinai 2003-08-08 02:04:01 UTC
I get a NullPointerException WizardDescriptor, line 598:

if (((Font)UIManager.getDefaults().get
("controlFont")).getSize() > UIManager.getDefaults().getInt
("nbDefaultFontSize")) {...

This is in NB 3.5.1, but does not occur in NB 3.5 FCS.
It is the UIManager.getDefaults().get("controlFont") which 
comes back as null. Same thing happens if I 
substitute "labelFont". The strange thing is that this 
works fine in other places in the code. The other strange 
thing is that it only happens for my subclasses of 
WizardDescriptor.Iterator.

This is in the method goToNextStep().
Comment 1 jsinai 2003-08-08 02:07:16 UTC
Created attachment 11246 [details]
My subclass of WizardDescriptor.Iterator
Comment 2 Jiri Rechtacek 2003-08-08 12:47:14 UTC
fixed in maintrunk
Comment 3 Jiri Rechtacek 2003-08-11 08:53:29 UTC
*** Issue 35281 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Rechtacek 2003-08-11 09:47:25 UTC
*** Issue 35347 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Hurka 2003-08-11 16:00:54 UTC
*** Issue 35247 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2003-08-13 09:00:29 UTC
*** Issue 35401 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Rechtacek 2003-08-13 12:37:40 UTC
*** Issue 35411 has been marked as a duplicate of this issue. ***
Comment 8 Jiri Rechtacek 2003-08-18 09:54:40 UTC
*** Issue 35434 has been marked as a duplicate of this issue. ***
Comment 9 Jiri Rechtacek 2003-08-19 09:02:52 UTC
It's the regression of commit WizardDescriptor,rev.1.87 (bugfix 34448).
Comment 10 Jiri Rechtacek 2003-08-19 14:28:10 UTC
*** Issue 35494 has been marked as a duplicate of this issue. ***
Comment 11 Jiri Rechtacek 2003-08-21 14:50:38 UTC
It's a simple fix, It should be included in 3.5.2 bugfix release if we
do some.
Comment 12 Jiri Rechtacek 2003-08-22 12:17:34 UTC
*** Issue 35715 has been marked as a duplicate of this issue. ***
Comment 13 Jiri Rechtacek 2003-09-01 09:39:59 UTC
*** Issue 35844 has been marked as a duplicate of this issue. ***
Comment 14 overzealous 2003-09-02 18:00:50 UTC
This is a real annoyance.  Aren't there going to be any patches
released???  I can't afford to run a nightly NB just to be able to
update or install modules.
Comment 15 overzealous 2003-09-02 18:03:23 UTC
Never mind on my last comment.  Found patch under "duplicate" bug.
Comment 16 Marian Mirilovic 2003-09-03 16:38:41 UTC
Jirka, 
can you create a patch ? Here is too many of duplicates on this issue,
it measn it's really very annoying, thanks advance :)

Verifying in [nb_dev](20030903)
Comment 17 Marian Mirilovic 2003-09-08 13:38:00 UTC
*** Issue 35940 has been marked as a duplicate of this issue. ***
Comment 18 Marian Mirilovic 2003-09-08 13:40:13 UTC
*** Issue 35234 has been marked as a duplicate of this issue. ***
Comment 19 Lukas Hasik 2003-09-09 16:50:03 UTC
*** Issue 35975 has been marked as a duplicate of this issue. ***
Comment 20 Lukas Hasik 2003-09-09 16:50:59 UTC
*** Issue 35975 has been marked as a duplicate of this issue. ***
Comment 21 Jiri Rechtacek 2003-09-22 09:43:21 UTC
*** Issue 36206 has been marked as a duplicate of this issue. ***
Comment 22 Lukas Hasik 2003-09-23 14:23:40 UTC
adding URL to binary patch for nb351 (place into lib/patches dir)

http://www.netbeans.org/issues/showattachment.cgi?attach_id=11252&file=bug_35247.jar
Comment 23 Jiri Rechtacek 2003-10-07 10:11:20 UTC
*** Issue 36368 has been marked as a duplicate of this issue. ***
Comment 24 Jiri Rechtacek 2003-10-13 09:41:57 UTC
*** Issue 36549 has been marked as a duplicate of this issue. ***
Comment 25 Jiri Rechtacek 2003-10-13 12:49:33 UTC
*** Issue 35876 has been marked as a duplicate of this issue. ***
Comment 26 Jiri Rechtacek 2003-10-13 12:52:48 UTC
This defect appears on nb351 at least with Windows L&F and with Gtk
L&F. It's works with default Metal L&F. It should be integrate in
release25_fixes branch.
Comment 27 Tomas Hurka 2003-10-15 12:53:08 UTC
*** Issue 36600 has been marked as a duplicate of this issue. ***
Comment 28 Jiri Rechtacek 2003-10-19 09:23:48 UTC
*** Issue 36322 has been marked as a duplicate of this issue. ***
Comment 29 Antonin Nebuzelsky 2003-10-20 14:17:31 UTC
Backported Jirka's fix to nevadafixes branch for Nevada Patch 1.
Comment 30 Jiri Rechtacek 2003-10-24 10:14:09 UTC
*** Issue 36811 has been marked as a duplicate of this issue. ***
Comment 31 Petr Hrebejk 2003-10-30 10:58:39 UTC
*** Issue 36860 has been marked as a duplicate of this issue. ***
Comment 32 Jiri Rechtacek 2003-11-02 14:27:37 UTC
*** Issue 36971 has been marked as a duplicate of this issue. ***
Comment 33 Antonin Nebuzelsky 2003-11-04 15:03:07 UTC
Fixed also in Nevada Patch 1 and in Arrow.
Comment 34 Jiri Rechtacek 2003-11-04 15:11:52 UTC
*** Issue 36997 has been marked as a duplicate of this issue. ***
Comment 35 Jiri Rechtacek 2003-11-04 15:37:50 UTC
*** Issue 36996 has been marked as a duplicate of this issue. ***
Comment 36 Petr Hrebejk 2003-11-05 09:02:10 UTC
*** Issue 37035 has been marked as a duplicate of this issue. ***
Comment 37 Jiri Rechtacek 2003-11-11 14:06:40 UTC
*** Issue 37134 has been marked as a duplicate of this issue. ***
Comment 38 Jiri Rechtacek 2003-11-12 09:45:43 UTC
*** Issue 37150 has been marked as a duplicate of this issue. ***
Comment 39 Jiri Rechtacek 2003-11-13 10:16:56 UTC
*** Issue 37180 has been marked as a duplicate of this issue. ***
Comment 40 Jiri Rechtacek 2003-11-13 11:10:51 UTC
Created attachment 12141 [details]
patch applicable in <nb_root>/lib/patches
Comment 41 Jiri Rechtacek 2003-11-14 08:49:42 UTC
*** Issue 37219 has been marked as a duplicate of this issue. ***
Comment 42 Jiri Rechtacek 2003-11-29 18:44:37 UTC
*** Issue 37611 has been marked as a duplicate of this issue. ***
Comment 43 Jiri Rechtacek 2003-12-01 09:57:02 UTC
*** Issue 36355 has been marked as a duplicate of this issue. ***
Comment 44 Marian Mirilovic 2003-12-01 11:02:25 UTC
*** Issue 37623 has been marked as a duplicate of this issue. ***
Comment 45 Jiri Rechtacek 2003-12-02 09:09:43 UTC
*** Issue 37645 has been marked as a duplicate of this issue. ***
Comment 46 Jiri Rechtacek 2003-12-17 10:49:22 UTC
*** Issue 38168 has been marked as a duplicate of this issue. ***
Comment 47 Jiri Rechtacek 2004-01-05 08:53:40 UTC
*** Issue 38346 has been marked as a duplicate of this issue. ***
Comment 48 Jiri Rechtacek 2004-01-05 17:24:16 UTC
*** Issue 38131 has been marked as a duplicate of this issue. ***
Comment 49 Jiri Rechtacek 2004-01-08 09:42:40 UTC
*** Issue 38517 has been marked as a duplicate of this issue. ***
Comment 50 Lukas Hasik 2004-01-26 09:09:29 UTC
*** Issue 39203 has been marked as a duplicate of this issue. ***
Comment 51 Jan Chalupa 2004-02-01 17:09:44 UTC
*** Issue 39444 has been marked as a duplicate of this issue. ***
Comment 52 Jan Chalupa 2004-02-06 08:45:56 UTC
*** Issue 39618 has been marked as a duplicate of this issue. ***
Comment 53 Jiri Rechtacek 2004-02-27 08:21:03 UTC
*** Issue 40484 has been marked as a duplicate of this issue. ***
Comment 54 Jiri Rechtacek 2004-02-27 20:01:01 UTC
*** Issue 40596 has been marked as a duplicate of this issue. ***
Comment 55 Jiri Rechtacek 2004-04-09 10:28:54 UTC
*** Issue 41726 has been marked as a duplicate of this issue. ***