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 186447 - Add API for retrieval of platform sources of a debugger session
Summary: Add API for retrieval of platform sources of a debugger session
Status: STARTED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API
Depends on:
Blocks: 183614
  Show dependency tree
 
Reported: 2010-05-20 15:54 UTC by Martin Entlicher
Modified: 2010-05-28 08:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2010-05-20 15:54:28 UTC
In order to be able to distinguish platform sources from the projects sources, we need to add a getter for that into SourcePathProvider.
Comment 1 Martin Entlicher 2010-05-27 14:10:22 UTC
Implementation part is done in changeset:   172118:ad8d6f792007
http://hg.netbeans.org/main/rev/ad8d6f792007
Comment 2 Quality Engineering 2010-05-28 08:02:26 UTC
Integrated into 'main-golden', will be available in build *201005280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ad8d6f792007
User: mentlicher@netbeans.org
Log: #186447 Implementation of getPlatformSourceRoots() added. API will be added later.