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 178014 - NPE when Project Properties->Run is called for Extended Applet Project
Summary: NPE when Project Properties->Run is called for Extended Applet Project
Status: VERIFIED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 12:23 UTC by vitalys
Modified: 2010-01-22 02:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vitalys 2009-12-02 12:23:46 UTC
NullPointerException is thrown when tab "Run" of Project Properties Dialog is being called for Extended Applet Project.

java.lang.NullPointerException
	at org.netbeans.modules.javacard.project.customizer.AppletProjectCustomizerRun.updateUrl(AppletProjectCustomizerRun.java:201)
	at org.netbeans.modules.javacard.project.customizer.AppletProjectCustomizerRun.updateSelection(AppletProjectCustomizerRun.java:196)
	at org.netbeans.modules.javacard.project.customizer.AppletProjectCustomizerRun.launchBrowserCheckBoxStateChanged(AppletProjectCustomizerRun.java:184)
	at org.netbeans.modules.javacard.project.customizer.AppletProjectCustomizerRun.stateChanged(AppletProjectCustomizerRun.java:171)
	at javax.swing.AbstractButton.fireStateChanged(AbstractButton.java:1889)
	at javax.swing.AbstractButton$Handler.stateChanged(AbstractButton.java:2310)
	at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:333)
	at javax.swing.DefaultButtonModel.setMnemonic(DefaultButtonModel.java:274)
	at javax.swing.AbstractButton.setMnemonic(AbstractButton.java:1548)
	at org.openide.awt.Mnemonics.setMnemonic(Mnemonics.java:306)
	at org.openide.awt.Mnemonics.setLocalizedText2(Mnemonics.java:103)
	at org.openide.awt.Mnemonics.setLocalizedText(Mnemonics.java:140)
	at org.netbeans.modules.javacard.common.GuiUtils.prepareContainer(GuiUtils.java:101)
Comment 1 _ tboudreau 2009-12-03 14:51:12 UTC
Fixed in main/ 364eeecb525e