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 156855 - NullPointerException at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.existsDisplayName
Summary: NullPointerException at org.netbeans.modules.server.ui.wizard.ServerWizardVis...
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 08:59 UTC by Marian Mirilovic
Modified: 2009-07-31 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122100


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-15 08:59:45 UTC
11 duplicates so far ...

Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.existsDisplayName(ServerWizardVisual.java:181)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.generateDisplayName(ServerWizardVisual.java:213)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.fillDisplayName(ServerWizardVisual.java:221)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.serverListBoxValueChanged(ServerWizardVisual.java:305)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual.access$300(ServerWizardVisual.java:73)
        at org.netbeans.modules.server.ui.wizard.ServerWizardVisual$3.valueChanged(ServerWizardVisual.java:260)
        at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
        at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
Comment 1 Vince Kraemer 2009-02-03 17:37:48 UTC
I will investigate this one.
Comment 2 Vince Kraemer 2009-02-13 18:44:33 UTC
http://hg.netbeans.org/main/rev/3c6954f0206b
Comment 3 Quality Engineering 2009-02-18 10:50:21 UTC
Integrated into 'main-golden', will be available in build *200902180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3c6954f0206b
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #156855 : prevent an NPE
Comment 4 Marian Mirilovic 2009-07-31 12:12:13 UTC
v/c - no new issue since fix