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

Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.wizards.InstallStep$9.valueChanged
Product: platform Reporter: zaahirlaher <zaahirlaher>
Component: Plugin ManagerAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal CC: mustafa.sensoy
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222500
Attachments: stacktrace

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