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 134545 - Change Method Parameters - does not work on constructor of abstract class
Summary: Change Method Parameters - does not work on constructor of abstract class
Status: RESOLVED DUPLICATE of bug 121871
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 18:32 UTC by devon_c_miller
Modified: 2008-05-06 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample sources for reproducing this bug (665 bytes, text/plain)
2008-05-05 18:33 UTC, devon_c_miller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devon_c_miller 2008-05-05 18:32:17 UTC
If Class1 is abstract and has a constructor "Class1(){}", and
Class2 constructs an instance of Class1 as "Class1 cl1 = new Class1(){}"

Using Change Method Parameters (add, remove, or reorder) has no effect on Class2.
Comment 1 devon_c_miller 2008-05-05 18:33:52 UTC
Created attachment 61057 [details]
Sample sources for reproducing this bug
Comment 2 Jiri Prox 2008-05-06 09:51:27 UTC
already reported, thanks for your report anyway

*** This issue has been marked as a duplicate of 121871 ***