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 257954 - NullPointerException at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$9.valueChanged
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.wizards.InstallSte...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-12 05:59 UTC by zaahirlaher
Modified: 2017-11-13 07:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222500


Attachments
stacktrace (5.71 KB, text/plain)
2016-02-12 05:59 UTC, zaahirlaher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zaahirlaher 2016-02-12 05:59:06 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
zaahirlaher: updating jrebel plugin




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$9.valueChanged(InstallStep.java:565)
   at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:635)
   at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1093)
   at javax.swing.tree.DefaultTreeSelectionModel.removeSelectionPaths(DefaultTreeSelectionModel.java:502)
   at javax.swing.JTree.removeDescendantSelectedPaths(JTree.java:3723)
   at javax.swing.JTree.setExpandedState(JTree.java:3606)
Comment 1 zaahirlaher 2016-02-12 05:59:08 UTC
Created attachment 158470 [details]
stacktrace