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 28435 - NPE in MountNode$TW.readSettings(MountNode.java:298)
Summary: NPE in MountNode$TW.readSettings(MountNode.java:298)
Status: VERIFIED DUPLICATE of bug 27019
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2002-11-04 09:37 UTC by pzajac
Modified: 2008-12-22 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointer Exception (2.58 KB, text/plain)
2002-11-04 09:38 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2002-11-04 09:37:33 UTC
NB 200210300100. Jdk 1.4.1.Random
NullPointerException occured. 

java.lang.NullPointerException
[catch] at
org.netbeans.core.ui.MountNode$TW.readSettings(MountNode.java:298)
	at
org.openide.WizardDescriptor.updateState(WizardDescriptor.java:461)
	at
org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:566)
	at
org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:976)
	at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
Comment 1 pzajac 2002-11-04 09:38:46 UTC
Created attachment 7846 [details]
NullPointer Exception
Comment 2 mslama 2002-11-04 09:50:54 UTC
It seems to me it is wizard issue.
Comment 3 mslama 2002-11-04 09:56:17 UTC
It seems to me it is wizard issue.
Comment 4 Jiri Rechtacek 2002-11-12 15:11:06 UTC
Petre, please, could you try reproduce the defect? If it's
reproducible then add the steps for reproduction. I can't reproduce in
today's build. Thanks.
Comment 5 Jiri Rechtacek 2002-12-12 15:36:18 UTC
fixed with issue 27019 (duplicate of this):
  User: jrechtacek
  Date: 02/12/10 09:44:56

  Modified:    src/org/netbeans/core/ui Bundle.properties MountNode.java
  Log:
  bugfix #27019, check if template provides InstanceCookie

*** This issue has been marked as a duplicate of 27019 ***
Comment 6 pzajac 2002-12-18 13:51:08 UTC
cannot reproduce, I believe you. verified.