#196734 - AssertionError: docViewEndOffset=2571 < endOffset=4882

Miloslav Metelka <[email protected]> Thu, 24 Mar 2011 00:00:30 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
Issue: https://netbeans.org/bugzilla/show_bug.cgi?id=196734
Fix: http://hg.netbeans.org/main/rev/7e07e455c219

Impact: Exception gets thrown when a hidden tooltip's view hierarchy 
(not garbage-collected yet) when certain document modifications occur.

Risk: should be minimal; the fix should improve the situation by 
immediate deactivating of a view hierarchy for stale tooltips.

-Mila