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 - NullPointerException at org.netbeans.modules.project.ui.ProjectTab$ActualSelectionProject.performChange
Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectTab$ActualSele...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 20:57 UTC by alied
Modified: 2017-12-13 20:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222714


Attachments
stacktrace (7.44 KB, text/plain)
2017-12-13 20:58 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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