You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/04/27 23:54:04 UTC

[Bug 1552] Changed - AttributesImpl.removeAttributes() bug

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

*** shadow/1552	Fri Apr 27 03:04:32 2001
--- shadow/1552.tmp.25615	Fri Apr 27 14:54:04 2001
***************
*** 2,9 ****
  | AttributesImpl.removeAttributes() bug                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 1552                        Product: Xerces-J                |
! |       Status: NEW                         Version: 1.3.1                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Medium                    Component: SAX                     |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | AttributesImpl.removeAttributes() bug                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 1552                        Product: Xerces-J                |
! |       Status: RESOLVED                    Version: 1.3.1                   |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Medium                    Component: SAX                     |
  +----------------------------------------------------------------------------+
***************
*** 19,22 ****
  
  438: if (index < length - 1) {
  439:   System.arraycopy(data, (index+1)*5, data, index*5, (length-index)*5);
! 440: }
--- 19,26 ----
  
  438: if (index < length - 1) {
  439:   System.arraycopy(data, (index+1)*5, data, index*5, (length-index)*5);
! 440: }
! 
! ------- Additional Comments From lehors@apache.org  2001-04-27 14:54 -------
! Appears to be correct. This bug is not currently listed as a known bug on 
! megginson's site, so I also forwarded the report.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org