commit-classpath
[Top][All Lists]
Advanced

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

[bugs #7119] Infinite recursion in UndoableEditSupport.toString


From: Sascha Brawer
Subject: [bugs #7119] Infinite recursion in UndoableEditSupport.toString
Date: Wed, 7 Jan 2004 10:11:14 +0100

---------------- Begin Forwarded Message ----------------
Subject: [bugs #7119] Infinite recursion in UndoableEditSupport.toString
Date Sent: Wednesday, January 7, 2004 4:09 AM
From: Sascha Brawer <address@hidden>
To: address@hidden

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #7119] Latest Modifications:

Changes by: 
                Sascha Brawer <address@hidden>
'Date: 
                Wed 01/07/04 at 09:09 (Europe/Zurich)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
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.






/**************************************************************************/
[bugs #7119] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7119>
Project: classpath
Submitted by: Sascha Brawer
On: Wed 01/07/04 at 08:29

Severity:  5 - Average
Resolution:  Fixed
Assigned to:  brawer
Status:  Closed
Platform Version:  None


Summary:  Infinite recursion in UndoableEditSupport.toString

Original Submission:  The method java
x.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.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 01/07/04 at 09:09         By: brawer
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.

-------------------------------------------------------
Date: Wed 01/07/04 at 08:48         By: brawer
Test case in Mauve.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7119>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/






reply via email to

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