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/06/05 19:51:01 UTC

[Bug 2010] New: - XMLSerializer is final

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

*** shadow/2010	Tue Jun  5 10:51:00 2001
--- shadow/2010.tmp.6115	Tue Jun  5 10:51:00 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | XMLSerializer is final                                                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2010                        Product: Xerces-J                |
+ |       Status: NEW                         Version: 1.4                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: Serialization           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: aroy@boostmyscore.com                                        |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The org.apache.xml.serialize.XMLSerializer class is declared as final in Xerces
+ J 1.4.  It was not final in 1.3.1.  The CVS log indicates that it was
+ purposefully changed from final to NOT final in a patch a while ago.  It seems
+ that it was restored to final status mistakenly by a merge with someone elses
+ patches.  See the CVS log and diffs to watch this progression.  The class
+ HTMLSerialzer, by contrast, is not final and serves the exact same purpose as
+ XMLSerializer.  It seems to me that it should not be declared final.
\ No newline at end of file

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