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

Summary: Added ClassPath switching among several ClassPath instances
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: apireviews <apireviews>
Status: NEW ---    
Severity: normal Keywords: API, API_REVIEW_FAST, JDK_9
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Diff file

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