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 267410

Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectTab$ActualSelectionProject.performChange
Product: projects Reporter: alied <alied>
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225563
Attachments: stacktrace

Description alied 2016-08-02 17:19:39 UTC
Build: NetBeans IDE Dev (Build 201607270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
alied: closed three open projects




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.ProjectTab$ActualSelectionProject.performChange(ProjectTab.java:1061)
   at org.netbeans.modules.project.ui.ProjectTab$ActualSelectionProject.stateChanged(ProjectTab.java:1100)
   at javax.swing.JViewport.fireStateChanged(JViewport.java:1369)
   at javax.swing.JViewport$ViewListener.componentResized(JViewport.java:1288)
   at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
   at java.awt.Component.processComponentEvent(Component.java:6359)
Comment 1 alied 2016-08-02 17:19:41 UTC
Created attachment 161542 [details]
stacktrace
Comment 2 Tomas Stupka 2016-08-23 15:03:20 UTC

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