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 252719 - "Platform Sources" path contains false exclamation mark character
Summary: "Platform Sources" path contains false exclamation mark character
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 11:40 UTC by Jiri Kovalsky
Modified: 2015-11-30 19:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of JDK platform path containing incorrect ! character (28.66 KB, image/png)
2015-06-01 11:40 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2015-06-01 11:40:33 UTC
Created attachment 153986 [details]
Screenshot of JDK platform path containing incorrect ! character

Product Version: NetBeans IDE Dev (Build 201506010405)
Updates: Updates available
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Description:
============
When registering new Java platform in the IDE, "Platform Sources" path displays "!" character incorrectly. See attached screenshot.

Steps to reproduce:
===================
1. Invoke "Tools > Java Platforms" from main menu.
2. Click "Add Platform..." button.
3. Let "Java Standard Edition" selected and click "Next >" button.
4. Browse to your location of JDKs, select some of them and click "Next >".

Expected: "Platform Sources" field contains full path to the new JDK such as "/home/cesilko/Software/Java/jdk1.8.0_45/src.zip/".
Actual: "Platform Sources" field contains full path to the new JDK such as "/home/cesilko/Software/Java/jdk1.8.0_45/src.zip!/"
Comment 1 Tomas Zezula 2015-06-01 14:29:02 UTC
Fixed jdk9 2e83d9cc89db
Comment 2 Jiri Kovalsky 2015-06-11 08:54:38 UTC
Product Version: NetBeans Dev JDK9 branch (Build 201506110405)
Java: 1.9.0-ea; Java HotSpot(TM) 64-Bit Server VM 1.9.0-ea-b66
Runtime: Java(TM) SE Runtime Environment 1.9.0-ea-b66
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev-jdk9-branch
Cache directory: /home/cesilko/.cache/netbeans/dev-jdk9-branch

Verified. Thanks kindly for the quick fix.
Comment 3 Quality Engineering 2015-11-30 19:09:24 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/734646680222
User: Tomas Zezula <tzezula@netbeans.org>
Log: #252719:"Platform Sources" path contains false exclamation mark character