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 125576

Summary: refactor move static method
Product: editor Reporter: fommil <fommil>
Component: RefactoringAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description fommil 2008-01-18 16:08:16 UTC
In NetBeans 6.0, the refactoring support does not allow refactoring of static methods from one class to another. Right clicking on a static method and 
choosing Refactor -> Move will attempt to move the class, not the method. It would be good to have support for safe moving of static methods.
Comment 1 Jan Pokorsky 2008-10-16 18:53:28 UTC

*** This issue has been marked as a duplicate of 57767 ***