Issue Details (XML | Word | Printable)

Key: GRECLIPSE-43
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mike Klenk
Reporter: Hein Meling
Votes: 9
Watchers: 7
Operations

If you were logged in you would be able to see more operations.
GRECLIPSE

Provide refactoring capabilities (eclipse)

Created: 18/Aug/05 03:50 AM   Updated: 28/Oct/08 11:21 AM
Component/s: Refactoring
Affects Version/s: 1.5.6
Fix Version/s: 1.5.7

Time Tracking:
Not Specified

Environment: Eclipse 3.4


 Description  « Hide
Provide refactoring capabilities to the plugin.
There are different aspects that need to be taken into account:
  • refactoring from Groovy which affects Groovy code
  • refactoring from Groovy which also affects Java source code
  • refactoring from Java which may also trigger refactorings to be reflected on the Groovy side


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mike Klenk added a comment - 07/Feb/08 02:20 AM
As a group of students we are working on refactoring for the groovy-eclipse plugin.
http://sifsstud4.hsr.ch/trac/GroovyRefactoring/wiki
Now we are updating our plugin to groovy 1.5

Mike Klenk added a comment - 24/Apr/08 02:25 AM
We would like to add some basic features like:
  • extract method
  • inline method
  • rename local variable

Mike Klenk added a comment - 02/Oct/08 09:52 AM
Refactoring Support is included in a separate branch and should be included into the actual trunk. The actual refactorings are only working within groovy.

Mike Klenk added a comment - 28/Oct/08 11:21 AM
Refactoring is now included in the trunk and all tests are added