Please review fix for 196846
Egor Ushakov <[email protected]> Mon, 28 Mar 2011 16:52:25 +0400
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug: https://netbeans.org/bugzilla/show_bug.cgi?id=196846 Fix: http://hg.netbeans.org/cnd-main/rev/75ccaaa8292d and http://hg.netbeans.org/cnd-main/rev/c47d27252549 The problem was that modification to current function arguments were not saved. Now we save their values and update view accordingly. Fix is verified by QA. Egor