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 - Need public access to CompilationInfo.getJavafxcTask()
Summary: Need public access to CompilationInfo.getJavafxcTask()
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 15:19 UTC by Alexey Butenko
Modified: 2008-04-28 14:44 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 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