Community
Participate
Working Groups
Build Identifier: 20100218-1602 When I highlight the name of a parameter variable and select the "rename" refactoring action (Shift + Alt + R), the variable is not renamed in the declaration. Reproducible: Always Steps to Reproduce: 1. Declare function void foo(int bar, int baz) in foo.h 2. In foo.c which #includes foo.h, implement function foo 3. Select parameter bar and press Shift + Alt + R to rename it 4. Rename bar to new_bar 5. Function declaration in foo.h still has the name 'bar'
*** This bug has been marked as a duplicate of bug 158938 ***