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

Summary: Refactoring - Support for move action
Product: groovy Reporter: tbarker9 <tbarker9>
Component: RefactoringAssignee: Martin Janicek <mjanicek>
Status: STARTED ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 151987    

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.