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 71214

Summary: NBM and suite projects should support rename
Product: apisupport Reporter: Martin Krauskopf <mkrauskopf>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED INCOMPLETE    
Severity: blocker Keywords: UI
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Krauskopf 2006-01-10 04:37:38 UTC
In the case of suite component module projects, should additionally update the
suite's reference to the module, and update the module's reference to the suite.

Current Project API support might be insufficient. cf. with dev@apisupport
discussions.
Comment 1 Martin Krauskopf 2006-01-12 09:15:56 UTC
I'll do the basic version into 5.0u1 using current Project API. Better to have
not_so_nice option than nothing. We can polish later. Also to stay consistent
and provide all four actions.
Comment 2 Martin Krauskopf 2006-01-13 08:51:34 UTC
NBM part done.

ui/ModuleActions.java; 1.20 -> 1.21;
ui/ModuleOperations.java; 1.5 -> 1.6;
Comment 3 Martin Krauskopf 2006-01-13 10:30:15 UTC
Pure renaming (not talking about renaming of directory now) of suite makes sense
probably only for "Standalone Applications". Until the checkbox is checked
probably nothing to do.
Comment 4 Martin Krauskopf 2006-01-16 14:04:48 UTC
Also suite is implemented. Presuambly will have to be polished, like other
relative actions. Either on the site of Projects API or for apisupport/project
individually. Current implementation is little odd.

ui/SuiteActions.java; 1.14 -> 1.15;
ui/SuiteOperations.java; 1.2 -> 1.3;
ui/customizer/SuiteProperties.java; 1.26 -> 1.27;
Comment 5 Martin Krauskopf 2006-01-17 10:23:01 UTC
Forgotten inline renaming.

ui/ModuleLogicalView.java; 1.16 -> 1.17;
ui/SuiteLogicalView.java; 1.27 -> 1.28;
test/unit/ui/SuiteLogicalViewTest.java; 1.9 -> 1.10;
Comment 6 Tomas Danek 2006-02-07 12:30:29 UTC
verified. I'll test it ASAP.