Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1558 (new task)

Opened 9 months ago

Last modified 9 months ago

GenerateTestCase should have rename method

Reported by: bwolfe Assigned to: kraev
Priority: critical Milestone:
Component: Eclipse Tools Keywords:
Cc: Introductory Ticket: 0
Code Review Status:

Description

When going back and reviewing @should annotations you sometimes find one needing a small correction. It would be nice if there was a way to "rename" the annotation and have the unit test method name and @Verifies annotation content changed at the same time. Changing all three places manually is very tedious.

In the java editor, "control-2 r" will rename a variable throughout a file. I am picturing the same kind of function. It doesn't have to be control-2 r, and it doesn't have to be a blue box. It can be a popup of some sort.

Change History

06/09/09 19:28:32 changed by bwolfe

Kaloyan, do you think you could add this? How much experience do you have with eclipse plugins?

06/10/09 09:50:29 changed by kraev

Ben, I have enough experience to implement such extension in the refactoring of the Java editor, but unfortunately my free time in this current moment is extremely limited.