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 252757 - Added PathEmbeddingMode to handle in archive path in ClassPath.toString
Summary: Added PathEmbeddingMode to handle in archive path in ClassPath.toString
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2015-06-02 16:17 UTC by Tomas Zezula
Modified: 2015-11-30 19:09 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
The diff file (17.28 KB, application/octet-stream)
2015-06-02 16:17 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2015-06-02 16:17:16 UTC
Created attachment 154022 [details]
The diff file

Added a policy for handling in archive paths while converting the ClassPath to String.
The ClassPath.toString takes a PathEmbeddingMode parameter determining how the in archive path should be handled. It can be included into stringified root, omitted from it, or handled as an invalid classpath root.
Comment 1 Tomas Zezula 2015-06-02 16:26:05 UTC
The API will go to JDK9 branch (NB 9.0).
Comment 2 Quality Engineering 2015-11-30 19:09:05 UTC
Integrated into 'main-silver', will be available in build *201511301649* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5ef0a9fe0ed6
User: Tomas Zezula <tzezula@netbeans.org>
Log: #252757:Added PathEmbeddingMode to handle in archive path in ClassPath.toString