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 132750 - Implement TreeUtilities.attributeTree
Summary: Implement TreeUtilities.attributeTree
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Nejedly
URL: http://wiki.netbeans.org/JavaFXEditor...
Keywords:
Depends on:
Blocks: 132628
  Show dependency tree
 
Reported: 2008-04-14 13:11 UTC by David Strupl
Modified: 2008-10-14 10:33 UTC (History)
1 user (show)

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 David Strupl 2008-04-14 13:11:36 UTC
alexeybutenko needs following methods to be implemented in JavaFX Source, it is needed for parsing Expressions during
debug session:
in TreeUtilities:
    public ExpressionTree parseExpression(String expr, SourcePositions[] sourcePositions)
    public TypeMirror attributeTree(Tree tree, Scope scope)
in CompilatioInfo:
    public Document getDocument()
in ClassPathInfo:
    public static ClasspathInfo create(ClassPath bootPath, ClassPath classPath, ClassPath sourcePath)
Comment 1 David Strupl 2008-09-11 15:45:48 UTC
I don't think we need this.
Comment 2 Alexandr Scherbatiy 2008-10-14 10:33:21 UTC
I see that nobody requires this functionality.