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

Summary: Change Method Parameters action isn't possible perform on constructors
Product: editor Reporter: Marek Grummich <mgrummich>
Component: RefactoringAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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