#180960 - IndexOutOfBoundsException

Stanislav Aubrecht <[email protected]> Thu, 03 Jun 2010 16:21:53 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
#180960 - IndexOutOfBoundsException in editor tabs control
https://netbeans.org/bugzilla/show_bug.cgi?id=180960

Fixed in: http://hg.netbeans.org/main/rev/b2b1a0f3ef6c and 
http://hg.netbeans.org/main/rev/517c04122b6b
Reviewed by: J. Rechtacek


Exception reporter has 150+ reports of IndexOutOfBoundsException being 
thrown o.n.swing.tabcontrol module when an editor window is being 
closed. I wasn't able to reproduce this issue but a simple 
synchronization and copying of listener list should fix the problem.
The fix is safe and cannot break anything.