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 130751 - NPE when pressing on Navigator panel
Summary: NPE when pressing on Navigator panel
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexei Mokeev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-21 11:03 UTC by Alexandr Scherbatiy
Modified: 2008-04-24 10:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (31.45 KB, text/plain)
2008-03-21 11:04 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-03-21 11:03:15 UTC
Steps to reproduce:

- Create a JavaFX Script project
  Empty fx file appears.
- Click on Navigator panel

NPE pops up:

java.lang.NullPointerException
	at org.netbeans.modules.javafx.debug.TreeNavigatorProviderImpl$1.propertyChange(TreeNavigatorProviderImpl.java:89)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:842)
	at org.openide.util.Mutex.doEvent(Mutex.java:1335)
	at org.openide.util.Mutex.readAccess(Mutex.java:345)
Comment 1 Alexandr Scherbatiy 2008-03-21 11:04:01 UTC
Created attachment 58822 [details]
IDE log file
Comment 2 Jiri Prox 2008-04-11 00:31:50 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Jiri Prox 2008-04-11 09:13:37 UTC
restoring original TM, sorry for any inconvenience
Comment 4 Andrey Yamkovoy 2008-04-15 12:10:40 UTC
Not reproducible anymore. Looks like fixed ...
Comment 5 Alexandr Scherbatiy 2008-04-24 10:51:56 UTC
verified