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 245590 - Move test class when moving class
Summary: Move test class when moving class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 13:39 UTC by rasa.silva
Modified: 2014-07-11 13:39 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 rasa.silva 2014-07-11 13:39:47 UTC
When renaming a class, the dialog has an option to also rename the test.

A similar behavior should exist when moving a class.
For instance, if I move class Example.java from package x to package x.y, the test file ExampleTest.java should also be moved from package x to package x.y.