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 247973 - VM Options - customise option doesn't work as expected
Summary: VM Options - customise option doesn't work as expected
Status: RESOLVED DUPLICATE of bug 232597
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 09:53 UTC by peterhull90
Modified: 2015-05-24 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peterhull90 2014-10-16 09:53:23 UTC
Possibly related to #247971
I have a Java SE 8 project. In project properties/Run/VM options I typed in a single property
-Dtest=one
the pressed the customize button.
In the following dialog I clicked on the name of the property (Dtest), then on the name of the next property in the list (Xbatch)
then back to the first. Every cycle, this prepends an extra D to the name, so the VM option ends up being (for example) -DDDtest=one

Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Comment 1 vkhashin 2015-05-24 08:16:30 UTC

*** This bug has been marked as a duplicate of bug 232597 ***