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 153394 - Moving a constructor should rename it
Summary: Moving a constructor should rename it
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 15:19 UTC by thomasmatzner
Modified: 2009-05-25 21:06 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 thomasmatzner 2008-11-18 15:19:46 UTC
1. Add a constructor public C1(parms...) to class C1.
2. Move this constructor to another class C2, say a class specializing from C1. The constructor still has the name C1,
which is not admissible. It should be renamed to C2(parms...)
Comment 1 Sergey Petrov 2008-11-18 15:41:15 UTC
yea, or may be we need to disable constructors d&d