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 181430 - AssertionError at org.netbeans.api.javafx.source.ElementHandle.create
Summary: AssertionError at org.netbeans.api.javafx.source.ElementHandle.create
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 08:31 UTC by Maros Sandor
Modified: 2010-03-12 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165884


Attachments
stacktrace (2.95 KB, text/plain)
2010-03-02 08:31 UTC, Maros Sandor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maros Sandor 2010-03-02 08:31:03 UTC
Build: NetBeans IDE Dev (Build 201003020200)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
GUEST: Ctrl-S




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.api.javafx.source.ElementHandle.create(ElementHandle.java:313)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.doProcess(FXErrorAnnotator.java:322)
   at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator.process(FXErrorAnnotator.java:257)
   at org.netbeans.modules.javafx.source.indexing.JavaFXIndexer.index(JavaFXIndexer.java:583)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:205)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:231)
Comment 1 Maros Sandor 2010-03-02 08:31:07 UTC
Created attachment 94693 [details]
stacktrace
Comment 2 J Bachorik 2010-03-10 14:12:58 UTC
Do you have a source example exhibiting this problem? It seems as if it is not possible to resolve an element for a declared type by javafxc. The source example would greatly help in locating the problem.
Comment 3 J Bachorik 2010-03-11 02:42:56 UTC
Probably fixed by http://hg.netbeans.org/javafx/rev/e174ec62ae7a

Feel free to reopen if it doesn't solve your problem
Comment 4 Alexandr Scherbatiy 2010-03-12 08:12:31 UTC
unable to reproduce in build NetBeans-JavaFX-Soma: #182