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 132754 - Implement ClassPathInfo:create
Summary: Implement ClassPathInfo:create
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 132628
  Show dependency tree
 
Reported: 2008-04-14 13:21 UTC by David Strupl
Modified: 2008-10-09 09:56 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:21:11 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 Petr Nejedly 2008-05-23 12:20:31 UTC
Fixed the access rights in ClasspathInfo, which made the requested API available.
http://hg.netbeans.org/javafx/rev/89f3caffc472
Comment 2 Alexey Butenko 2008-10-09 09:56:51 UTC
verified