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 132419

Summary: Need public access to CompilationInfo.getJavafxcTask()
Product: javafx Reporter: Alexey Butenko <alexeybutenko>
Component: EditorAssignee: David Strupl <dstrupl>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Alexey Butenko 2008-04-09 15:19:54 UTC
To get access to the following JavafxcTask methods:
getTypes()
getElements()
I need either public access to CompilationInfo.getJavafxcTask() or to have them in CompilationInfo
These methods used in matching AST expression to bytecode in debugger.
Comment 1 David Strupl 2008-04-09 20:38:15 UTC
This was already fixed by kaktus and pnejedly. 
Comment 2 Alexey Butenko 2008-04-28 14:44:44 UTC
verifyed