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 232597 - VM Options Customize : defective auto addition of a 'D' prefix on the name field
Summary: VM Options Customize : defective auto addition of a 'D' prefix on the name field
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 247973 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-12 08:32 UTC by Abakhan
Modified: 2015-06-15 10:23 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
solution (2.25 KB, patch)
2015-05-22 19:12 UTC, vkhashin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Abakhan 2013-07-12 08:32:49 UTC
To reproduce the problem :
In 'Project Properties' dialog box, put a text content in the 'VMOptions' field, say :
"-Djavax.net.ssl.trustStore=C:/cacerts-xxxx.jks  -Djavax.net.ssl.trustStorePassword=yyyyyy".
Click the 'Customize' button, in the VMOptions dialog box, click on the name field of the options you entered.
Click somewhere else, a 'D' prefix is automatically added to your option name. The same is reproduced each time you click in / out of the VMOption name field.
Click 'Ok', you get an incoherent content in the VMOptions text field like :
"-DDjavax.net.ssl.trustStore=C:/cacerts-xxxx.jks  -DDDDjavax.net.ssl.trustStorePassword=yyyyyy".
Comment 1 vkhashin 2015-05-22 19:12:29 UTC
Created attachment 153824 [details]
solution
Comment 2 vkhashin 2015-05-24 08:16:30 UTC
*** Bug 247973 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Zezula 2015-06-11 10:49:30 UTC
The patch integrated into jet-main f7736588ddc1.
Thanks for the fix!
Comment 4 Quality Engineering 2015-06-12 20:36:27 UTC
Integrated into 'main-silver', will be available in build *201506121907* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f7736588ddc1
User: Tomas Zezula <tzezula@netbeans.org>
Log: #232597:VM Options Customize : defective auto addition of a 'D' prefix on the name field
Comment 5 Jiri Kovalsky 2015-06-15 10:23:24 UTC
Product Version: NetBeans IDE Dev (Build 201506150001)
Java: 1.7.0_76; Java HotSpot(TM) 64-Bit Server VM 24.76-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_76-b13
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Verified. Thanks guys for your patch contribution Vitaliy and patch review and integration Tomasi.