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 72412 - Rename of module breaks dependency
Summary: Rename of module breaks dependency
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-02-08 14:39 UTC by Tomas Danek
Modified: 2006-02-13 11:12 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 Tomas Danek 2006-02-08 14:39:45 UTC
20060207

1) have a suite with moduleA and moduleB, where moduleA is depending on some
public class of moduleB.
2) now invoke rename action on moduleB, rename module + also dir.
3) see list of dependencies of moduleA, dependecy on moduleB is gone!
Comment 1 Martin Krauskopf 2006-02-08 17:34:08 UTC
Regression, thanks for catch. Will fix soon.
Comment 2 Martin Krauskopf 2006-02-09 13:44:21 UTC
ui/ModuleOperations.java; 1.7 -> 1.8;
Comment 3 Martin Krauskopf 2006-02-09 14:47:15 UTC
Backported into 5.0u1

project/ui/ModuleOperations.java; 1.7 -> 1.7.2.1;
Comment 4 Tomas Danek 2006-02-13 10:40:01 UTC
yes, works fine now. Verified in trunk.
Comment 5 Tomas Danek 2006-02-13 11:12:41 UTC
additionaly verified also in 5.0 + 5.0u1 nbms