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 159871 - Refactoring - Support for move action
Summary: Refactoring - Support for move action
Status: STARTED
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 151987
  Show dependency tree
 
Reported: 2009-03-08 16:31 UTC by tbarker9
Modified: 2012-10-24 07:34 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 tbarker9 2009-03-08 16:31:27 UTC
There is no package refactoring when I move a groovy class to a different package.  I have lost a lot of time debugging
when I forget to manualy deal with this.  Really annoying that the IDE does not handle this.  that said, really REALLY
happy netbeans now has groovy support!
Comment 1 Martin Janicek 2012-03-17 19:58:39 UTC
I'm changing the component and lowering the priority, so it will be synchronized with other issues in the same umbrella task.
Comment 2 Martin Janicek 2012-09-20 12:05:38 UTC
First part of the implementation: http://hg.netbeans.org/web-main/rev/3732a7f30b88

..contains base infrastructure, UI, etc. but doesn't contain proper logic for refactoring with impart on the package/import statements yet.
Comment 3 Quality Engineering 2012-09-21 02:28:27 UTC
Integrated into 'main-golden', will be available in build *201209210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3732a7f30b88
User: Martin Janicek <mjanicek@netbeans.org>
Log: #159871 - Refactoring - Support for move action - preparing basic infrastructure, UI, etc.