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 130569 - Properties are not edited correctly in Advanced properties editor
Summary: Properties are not edited correctly in Advanced properties editor
Status: VERIFIED DUPLICATE of bug 122347
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 21:26 UTC by Petr Dvorak
Modified: 2008-04-01 12:51 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 Petr Dvorak 2008-03-19 21:26:20 UTC
Product Version: NetBeans IDE Dev (Build 200803190008)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.24-12-generic running on i386; UTF-8; en_US (nb)

Create a new Java Application and insert a Properties file (New File > Other > Properties File). Right-click the file in
the Projects window, choose Open. A table with two columns (key and value) appears.

First, click New Property button in order to create a new property and fill in Value="a", Key="b", Comment="c". Confirm
the dialog. New Property (value, key, comment)=(a,b,c) is added.

Don't do anything... just click New Property button again in order to create some new (second) property. Fill in
Value="d", Key="e", Comment="f".  Confirm the dialog. New Property (value, key, comment)=(d,b,c) is added.

In other words, your value and comment are overridden by the first value and comment.
Comment 1 Marian Petras 2008-03-20 10:45:54 UTC
This is a duplicate of bug #122347.

*** This issue has been marked as a duplicate of 122347 ***
Comment 2 Petr Dvorak 2008-04-01 12:51:13 UTC
Verified