History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11400
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Taras Tielkes
Votes: 4
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Javascript: Extract method

Created: 19 Oct 06 10:27   Updated: 12 Mar 08 22:01
Component/s: JavaScript
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-14312 Extract method refactoring in AS3 code Resolved
IDEA-17344 flex: implement Extract Method Resolved
Relates
 
This issue is related to:
IDEADEV-12412 JavaScript improvements Normal Open

Build: 6,041
Severity: High


 Description  « Hide
As title says...

First implementation could be pretty minimal (no duplicate block ananlysis or anything)



 All   Comments   Work Log   Change History      Sort Order:
Richard Bondi - 17 Jan 07 22:07
Just add every undeclared var as a parameter; in the "extract method" dialog, user can delete parameters which are actually global.