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 62724 - Move class or cut/paste of class into different package should also move unit tests if present
Summary: Move class or cut/paste of class into different package should also move unit...
Status: RESOLVED DUPLICATE of bug 52960
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-20 22:10 UTC by _ tboudreau
Modified: 2011-10-17 10:28 UTC (History)
1 user (show)

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 _ tboudreau 2005-08-20 22:10:32 UTC
If I have pkg.A and [tests]pkg.ATest exists, and I move pkg.A to another project or move pkg.A to 
pkg.other.A, the refactoring should at least offer to move the unit tests to that package too (especially 
if the tests rely on package private methods).
Comment 1 Martin Matula 2005-08-20 22:37:09 UTC
This is an enhancement rather than a defect. IMO should be provided by a junit
support module in form of a refactoring plugin. Reassigning.
Comment 2 pribyl 2008-04-30 16:46:48 UTC

*** This issue has been marked as a duplicate of 52960 ***