http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1419

*** shadow/1419 Sun May 20 17:25:40 2001
--- shadow/1419.tmp.4535        Sat Jul  7 14:32:38 2001
***************
*** 1,19 ****
! Bug#: 1419
! Product: XalanJ2
! Version: 2.0.1
! Platform: PC
! OS/Version: Other
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: Medium
! Component: Xalan
! AssignedTo: [EMAIL PROTECTED]                            
! ReportedBy: [EMAIL PROTECTED]               
! URL: 
! Cc: 
! Summary: a serious bug in the included org.xml.sax.helpers.AttributesImpl
! 
  The source for org.xml.sax.helpers.AttributesImpl
  (version $Id: AttributesImpl.java,v 1.1 2000/10/02 02:43:20 sboag Exp $)
  has a serious typo in the implementation of void removeAttribute(int i) (line 
--- 1,19 ----
! +============================================================================+
! | a serious bug in the included org.xml.sax.helpers.AttributesImpl           |
! +----------------------------------------------------------------------------+
! |        Bug #: 1419                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Normal                   OS/Version: Other                   |
! |     Priority: Medium                    Component: Xalan                   |
! +----------------------------------------------------------------------------+
! |  Assigned To: [EMAIL PROTECTED]                                     |
! |  Reported By: [EMAIL PROTECTED]                                   |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  The source for org.xml.sax.helpers.AttributesImpl
  (version $Id: AttributesImpl.java,v 1.1 2000/10/02 02:43:20 sboag Exp $)
  has a serious typo in the implementation of void removeAttribute(int i) (line 
***************
*** 27,29 ****
--- 27,32 ----
  
  the effect of this error is that after a call to removeAttribute() a rather 
  random property of one of the attributes is nullified.
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-07-07 14:32 -------
+ fixed in revision 1.2

Reply via email to