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 268136 - NullPointerException at org.netbeans.modules.welcome.ui.PluginsPanel$ShowPluginManagerAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.welcome.ui.PluginsPanel$ShowPlug...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 12:01 UTC by AnkushSoni
Modified: 2016-09-21 12:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225368


Attachments
stacktrace (2.98 KB, text/plain)
2016-09-21 12:01 UTC, AnkushSoni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AnkushSoni 2016-09-21 12:01:17 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
AnkushSoni: my netbeans not working

GUEST: unexpected shutdown




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.welcome.ui.PluginsPanel$ShowPluginManagerAction.actionPerformed(PluginsPanel.java:125)
   at org.netbeans.modules.welcome.ui.PluginsPanel$2.actionPerformed(PluginsPanel.java:105)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 AnkushSoni 2016-09-21 12:01:19 UTC
Created attachment 162155 [details]
stacktrace