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 250078

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

Description aldobrucale 2015-01-28 17:31:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
aldobrucale: I didn't notice when the exception was thrown




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:6351)
Comment 1 aldobrucale 2015-01-28 17:31:20 UTC
Created attachment 151713 [details]
stacktrace
Comment 2 Tomas Stupka 2015-06-03 16:20:11 UTC

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