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 258417 - Added ClassPath switching among several ClassPath instances
Summary: Added ClassPath switching among several ClassPath instances
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST, JDK_9
Depends on:
Blocks:
 
Reported: 2016-03-17 14:05 UTC by Tomas Zezula
Modified: 2016-10-11 01:58 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff file (23.45 KB, application/octet-stream)
2016-03-17 14:05 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2016-03-17 14:05:00 UTC
Created attachment 158908 [details]
Diff file

Added a ClassPath implementation switching among several ClassPath instances depending on the passes selector. An use case is a ClassPath for COMPILE or BOOT in the JDK 9 project where ClassPath content switches depending on source level.
Comment 1 Quality Engineering 2016-10-11 01:58:22 UTC
Integrated into 'main-silver', will be available in build *201610110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/138f526ff288
User: Tomas Zezula <tzezula@netbeans.org>
Log: #258417:Added ClassPath switching among several ClassPath instances