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 47303 - Parameters property in method's properties window should have read-only editor
Summary: Parameters property in method's properties window should have read-only editor
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
: 56621 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-17 11:15 UTC by ehucka
Modified: 2007-09-26 09:14 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 ehucka 2004-08-17 11:15:56 UTC
reproduce:

1. select a method of a class in explorer
2. invoke Properties
3. open Parameters property editor (...)

It is confusing that the editor is editable but
made changes are lost after the editor is closed.
Comment 1 ehucka 2005-01-11 13:20:36 UTC
old target milestone, please re-evaluate
Comment 2 Martin Matula 2005-02-11 15:54:34 UTC

*** This issue has been marked as a duplicate of 53376 ***
Comment 3 Jan Pokorsky 2005-02-14 15:28:47 UTC
Not a duplicate of issue #53376.
Comment 4 Jan Pokorsky 2005-02-14 17:20:08 UTC
fixed in

/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/MethodParameterArrayEditor.java
new revision: 1.6; previous revision: 1.5
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/ObjectArrayPanel2.java
new revision: 1.4; previous revision: 1.3
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ElementNode.java
new revision: 1.17; previous revision: 1.16
Comment 5 Martin Matula 2005-03-17 23:46:53 UTC
*** Issue 56621 has been marked as a duplicate of this issue. ***
Comment 6 ehucka 2005-04-18 10:13:31 UTC
verified