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 187394 - NullPointerException at com.sun.tools.javafx.tree.JavafxTreeInfo.symbolFor
Summary: NullPointerException at com.sun.tools.javafx.tree.JavafxTreeInfo.symbolFor
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 16:33 UTC by phild
Modified: 2010-07-07 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170569


Attachments
stacktrace (1.12 KB, text/plain)
2010-06-09 16:34 UTC, phild
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phild 2010-06-09 16:33:56 UTC
Build: NetBeans IDE Dev (Build 201006050001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
phild: Editing fx file.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javafx.tree.JavafxTreeInfo.symbolFor(JavafxTreeInfo.java:482)
   at com.sun.tools.javafx.api.JavafxcTrees.getElement(JavafxcTrees.java:181)
   at org.netbeans.modules.javafx.navigation.CaretListeningTask.run(CaretListeningTask.java:173)
   at org.netbeans.modules.javafx.navigation.CaretListeningTask.run(CaretListeningTask.java:85)
   at org.netbeans.modules.javafx.source.parsing.JavaFXSourceCancelableTask.run(JavaFXSourceCancelableTask.java:107)
   at org.netbeans.modules.javafx.source.parsing.JavaFXSourceCancelableTask.run(JavaFXSourceCancelableTask.java:61)
Comment 1 phild 2010-06-09 16:34:00 UTC
Created attachment 99947 [details]
stacktrace
Comment 2 Anton Chechel 2010-06-15 13:27:31 UTC
fixed
http://hg.netbeans.org/javafx/rev/9af7162bc847
Comment 3 Alexandr Scherbatiy 2010-06-18 08:59:31 UTC
unable to reproduce in NetBeans IDE Dev (Build 201006180001)
Comment 4 Andrei Chistiakov 2010-07-07 20:05:15 UTC
Verified with NetBeans IDE 6.9.1 Dev (Build 201007052301)