#194527 - High number of positions when editing java and C++ files
Miloslav Metelka <[email protected]> Wed, 23 Mar 2011 14:32:30 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Issue: http://netbeans.org/bugzilla/show_bug.cgi?id=194527 Fix: http://hg.netbeans.org/main/rev/f5a1a3394a44 Impact: The fix improves performance for actions where many document modifications are involved such as code reformatting Risk: Minimal. An extra iteration over a mark array is avoided. -Mila