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 223058 - NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.prepareContent
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTab$Listen...
Status: RESOLVED DUPLICATE of bug 218719
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 14:06 UTC by Exceptions Reporter
Modified: 2012-11-30 18:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195936


Attachments
stacktrace (6.47 KB, text/plain)
2012-11-30 14:06 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-30 14:06:11 UTC
This bug was originally marked as duplicate of bug 218719, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build nbms-and-javadoc-9578-on-20121112)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
vriha: opened Tools|Plugins

GUEST: Problem try to running the plug-ins option.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.prepareContent(SettingsTab.java:468)
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.modelOrSelectionChanged(SettingsTab.java:486)
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.valueChanged(SettingsTab.java:434)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
Comment 1 Exceptions Reporter 2012-11-30 14:06:13 UTC
Created attachment 128654 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-30 18:08:34 UTC
The issue 218719 was fixed after 7.3 Beta, try to download&install 7.3 Beta2
instead - http://dlc.sun.com.edgesuite.net/netbeans/7.3/beta2/

*** This bug has been marked as a duplicate of bug 218719 ***