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 180670 - fxd Lexer should be able to tokenize fxd with errors
Summary: fxd Lexer should be able to tokenize fxd with errors
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-12 08:42 UTC by Andrew Korostelev
Modified: 2010-07-08 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
suggested patch (19.25 KB, application/octet-stream)
2010-03-03 08:07 UTC, Andrew Korostelev
Details
suggested patch to use RT-7763 fix compatibility update (3.19 KB, application/octet-stream)
2010-06-16 14:19 UTC, Andrew Korostelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2010-02-12 08:42:44 UTC
Now if there is an error in fxd file, 
fxdparser throws an exception. It stops tokinization process.
fxd parser and lexer should be stable to errors and allow tokenization of fxd with errors.
Comment 1 Andrew Korostelev 2010-03-01 05:52:11 UTC
depends on FX issue: http://javafx-jira.kenai.com/browse/RT-7763
Comment 2 Andrew Korostelev 2010-03-03 08:07:21 UTC
Created attachment 94721 [details]
suggested patch

needs fix for http://javafx-jira.kenai.com/browse/RT-7763 first
Comment 3 Andrew Korostelev 2010-03-03 08:10:13 UTC
planned for the next release because commit to soma is not possible now.
Comment 4 Andrew Korostelev 2010-06-04 16:25:44 UTC
issue is critical for fxd source editor.
editor features are not usable without fixing it.
Comment 5 Andrew Korostelev 2010-06-09 09:31:29 UTC
sdk issue is fixed.
http://javafx-jira.kenai.com/browse/RT-7763 
waiting for fix to get into promoted sdk build and then will commit fix for this issue.
Comment 6 Andrew Korostelev 2010-06-16 14:15:37 UTC
fixed.
http://hg.netbeans.org/javafx/rev/cc00aeaf53c9
Comment 7 Andrew Korostelev 2010-06-16 14:19:27 UTC
Created attachment 100134 [details]
suggested patch to use RT-7763 fix compatibility update

use this issue as the best place to store patch.
patch updates NB fxd composer to use changes suggested by back compatibility patch suggested for RT-7763 (is not applied yet).
Comment 8 Andrei Chistiakov 2010-07-08 07:57:20 UTC
Verified with NetBeans IDE Dev (Build 201007080001)
Comment 9 Andrei Chistiakov 2010-07-08 09:08:09 UTC
Verified with  NetBeans IDE 6.9.1 Dev (Build 201007072301)