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 169388 - Fortran: VOC: Introduce refactoring possibilities
Summary: Fortran: VOC: Introduce refactoring possibilities
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 174430
Blocks:
  Show dependency tree
 
Reported: 2009-07-28 21:30 UTC by Thomas Preisler
Modified: 2009-10-13 17:55 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 Thomas Preisler 2009-07-28 21:30:20 UTC
Originally CR 6634043

A DESCRIPTION OF THE REQUEST :
A "renaming variables/procedure names"-refactoring which spans multiple files taking the scope into account would be fabulous!


Later on, it would be cool, to have something like out-sourcing, in-sourcing.

A refactoring from
call some_function
to
call some_function(external_var1,external_var2,external_var3, ...)
derived from "use"d variables from external modules, would be nice.

JUSTIFICATION :
This supports all people involved in
- Improvement of readability
- Modularization of code
- Making code ready to publish in the open source context
- Maintaining code
*** (#1 of 1): 2007-11-26 15:22:33 PST rose