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 106025 - Option "Rename subpackages" in the Rename package dialog
Summary: Option "Rename subpackages" in the Rename package dialog
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 15:19 UTC by Petr Pisl
Modified: 2015-01-28 11:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-06-07 15:19:36 UTC
If I have package structure in the list view in Project tab like this:

package1.package2
    class1.java
package1.package2.package3
    class2.java
....

and I want to rename package1 I have to do the rename for all packages in the
package list view or switch to the tree view. I think the rename dialog should
have option "Rename subpackages", which will be by default switch off in the
list view. So user doesn't have to switch between the views.
Comment 1 ericjs 2013-09-18 22:41:02 UTC
It seems to me this is a reversion: see https://netbeans.org/bugzilla/show_bug.cgi?id=61772

Also, this is simply basic functionality. At this stage of the product's maturity there shouldn't be any question of having the obvious package rename functionality with renaming of sub-packages as a user option.