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

Summary: Add API for retrieval of platform sources of a debugger session
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: STARTED ---    
Severity: normal Keywords: API
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 183614    

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.