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 45298 - Rename package should provide rename of package name
Summary: Rename package should provide rename of package name
Status: CLOSED DUPLICATE of bug 42238
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 16:16 UTC by ehucka
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 ehucka 2004-06-21 16:16:37 UTC
I have a project and a package in it. The
package's name is "a.b.c". When I invoke Rename
refactoring on this package (in explorer) I can
rename only the last part of the package name - "c".
I think it is in conflict with the Java package
name specification. See
java.lang.ClassLoader.definePackage or
java.lang.Package.getName.:)
Comment 1 Jan Becicka 2004-06-21 17:00:05 UTC

*** This issue has been marked as a duplicate of 42238 ***
Comment 2 ehucka 2004-10-25 13:37:07 UTC
verified