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 271915

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

Description alied 2017-12-13 20:57:32 UTC
Build: NetBeans IDE Dev (Build 201712130002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Linux

User Comments:
alied: Not sure; I guess it was while moving some classes to a new package

GUEST: Estaba moviendo todas las clases de un paquete a otro




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:1490)
   at javax.swing.JViewport$ViewListener.componentResized(JViewport.java:1409)
   at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:167)
   at java.awt.Component.processComponentEvent(Component.java:6404)
Comment 1 alied 2017-12-13 20:58:23 UTC
Created attachment 165561 [details]
stacktrace