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 46979 - rename a class in source package would rename the corresponding class in test package
Summary: rename a class in source package would rename the corresponding class in test...
Status: RESOLVED DUPLICATE of bug 200224
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Other
: P3 blocker with 1 vote (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 22:28 UTC by vbrabant
Modified: 2012-04-25 09: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 vbrabant 2004-08-06 22:28:08 UTC
I have a Main class in Source Packages
and a corresponding MainTest class in Test Packages.

I decide to rename the Main class into Run class.
Refactoring is not proposing to rename MainTest
into RunTest.

Result is that when I select the Run class, NB is
not proposing to launch the test for that class.

Same problems occurs with method.

I had a method echo that I renamed as display.
I added a second method save, and asked to
create/update test class.
The test class has now three methods: testEcho,
testDisplay and testSave.
Comment 1 vbrabant 2005-04-07 12:55:23 UTC
Anyone working on that issue ?
Comment 2 Martin Matula 2005-04-07 13:08:18 UTC
Not yet - scheduling of tasks and enhancements for 4.2 is still TBD.
Comment 3 Ralph Ruijs 2012-04-25 09:28:34 UTC

*** This bug has been marked as a duplicate of bug 200224 ***