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 169546 - Rewrite javafx.source module to use Parsing API
Summary: Rewrite javafx.source module to use Parsing API
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 10:49 UTC by Miloslav Metelka
Modified: 2009-10-08 11:27 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2009-07-30 10:49:14 UTC
The rewrite is not fully backward compatible - there will be updates to other modules too.
The current version retains JavaFXSource and present task factories.
In future we may think about rewriting the tasks to be Scheduler-related stuff based only.
I have attempted to run tests but besides PermGen running out of space I have also experienced certain glyph-rendering related lock-ups on my Mac so I was 
unable to complete the test runs. Comparing rewritten/original modules's unit tests results did not indicate regressions. Regarding manual testing I have tried 
to create project, basic editing including error appearance, code completion etc. Apologies for any regressions in advance.
Comment 1 Miloslav Metelka 2009-07-30 11:12:05 UTC
http://hg.netbeans.org/javafx/rev/135ca41e2544
Comment 2 Petr Nejedly 2009-10-08 11:27:30 UTC
Verified.