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

Summary: Rewrite javafx.source module to use Parsing API
Product: javafx Reporter: Miloslav Metelka <mmetelka>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

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.