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 50696 - Change Method Parameters action isn't possible perform on constructors
Summary: Change Method Parameters action isn't possible perform on constructors
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-10-21 13:21 UTC by Marek Grummich
Modified: 2007-04-03 18:02 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 Marek Grummich 2004-10-21 13:21:12 UTC
Build 200410202002, jdk1.5.0_01-b04

Steps:
- select a constructor node in the project view
- invoke Change Method Parameters action
=> The dialog saying "Cannot change parameters of
this object. A method or constructor has to be
selected." is appeared.
Comment 1 Jan Pokorsky 2004-10-21 13:44:37 UTC
fixed in
/cvs/java/src/org/netbeans/modules/java/ui/nodes/JavaSourceNodeFactory.java
new revision: 1.16; previous revision: 1.15
Comment 2 Marek Grummich 2004-11-04 15:28:17 UTC
Verified 200411031800