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 - NullPointerException at org.netbeans.modules.project.ui.ProjectTab$ActualSelectionProject.performChange
Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectTab$ActualSele...
Status: RESOLVED DUPLICATE of bug 249990
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 17:31 UTC by aldobrucale
Modified: 2015-06-03 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215056


Attachments
stacktrace (2.17 KB, text/plain)
2015-01-28 17:31 UTC, aldobrucale
Details

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