bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22723] Infinite recursion in UndoableEditSupport.toString


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22723] Infinite recursion in UndoableEditSupport.toString
Date: 16 Oct 2005 01:26:48 -0000

The method javax.swing.undo.UndoableEditSupport.toString can go into an
infinite recursion if this.realSource == this, as will be the case when the
UndoableEditSupport object was constructed by using the default constructor.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-01-07 
08:48 -------
Test case in Mauve.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2004-01-07 
09:09 -------
Fixed by producing the same output as the Sun J2SE 1.4.1_01 implementation,
which can be observed to omit realSource from the returned string.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22723





reply via email to

[Prev in Thread] Current Thread [Next in Thread]