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 39159 - NullPointerException when selecting Global
Summary: NullPointerException when selecting Global
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 39239 39465 39620 39672 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-23 09:06 UTC by mwaller
Modified: 2004-02-27 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE in NbPresenter (from ResultsPanel) (3.73 KB, text/plain)
2004-01-23 09:08 UTC, mwaller
Details
Patch file (1.41 KB, patch)
2004-01-23 09:33 UTC, mwaller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwaller 2004-01-23 09:06:23 UTC
Selecting global installation in autoupdate wizard
causes NPE in NbPresenter. This seems to be caused
by missing initialization of yesToAll Button in
ResultsPanel (changed from version 1.48 to 1.49).
Initialization seems to be performed only in
doInclude not in doGlobal.

StackTrace is attached.
Comment 1 mwaller 2004-01-23 09:08:06 UTC
Created attachment 13043 [details]
NPE in NbPresenter (from ResultsPanel)
Comment 2 mwaller 2004-01-23 09:31:52 UTC
Experimental fix, works fine for me.
Patch follows.
Comment 3 mwaller 2004-01-23 09:33:27 UTC
Created attachment 13045 [details]
Patch file
Comment 4 Jiri Rechtacek 2004-01-26 15:26:39 UTC
Dear contributor, thanks much for your feedback and also for the
patch. It was my fault in my change.  Unluckily I cannot incorporate
you to Netbeans contributors until you haven't send a approval (via
fax) that Sun might do this :-)) For more info find at
http://www.netbeans.org/kb/faqs/jca.html.
Comment 5 Jiri Rechtacek 2004-01-26 20:44:36 UTC
*** Issue 39239 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2004-02-02 11:58:21 UTC
*** Issue 39465 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Rechtacek 2004-02-05 00:02:55 UTC
*** Issue 39620 has been marked as a duplicate of this issue. ***
Comment 8 Jiri Rechtacek 2004-02-06 08:56:37 UTC
*** Issue 39672 has been marked as a duplicate of this issue. ***
Comment 9 Marian Mirilovic 2004-02-27 13:57:18 UTC
verified in [nb_dev](200402261900)