Project
IntelliJ IDEA
Priority
Major
Type
Bug
Fix versions
No Fix versions
State
Duplicate
Assignee
Maxim Mossienko
Subsystem
Editor. Intention Actions
Affected versions
No Affected versions
Fixed in build
98.9  
  • Created by   Nikolay Chashnikov
    2 years ago (27 Mar 2009 19:37)
  • Updated by   Maxim Mossienko
    20 months ago (08 Jun 2010 16:03)
  • Jira: IDEADEV-35751
    (history, comments)
 
IDEA-48429 Change method signature refactoring is needed
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
E.g. apply "Remove unused symbol" quickfix on parameter "b" in the following code
function myfunction(a, b, c) {
    return a+c;
}

function myfunction2() {
    document.write(myfunction(1,2,3));
}

IDEA will remove parameter only from the function declaration.
Comments (1)
 
History
 
Linked Issues (?)
 
Maxim Mossienko
  Maxim Mossienko
08 Jun 2010 16:03
20 months ago
this particular example: delete unused fixes the calls is there except works for last unused parameters (IDEA-54569)