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/03/21 15:52:16 UTC

[Bug 1061] New - XMLAttributeImpl patch

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

*** shadow/1061	Wed Mar 21 06:52:16 2001
--- shadow/1061.tmp.19461	Wed Mar 21 06:52:16 2001
***************
*** 0 ****
--- 1,37 ----
+ +============================================================================+
+ | XMLAttributeImpl patch                                                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1061                        Product: Xerces-J                |
+ |       Status: NEW                         Version: cvs extract (inc        |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority:                           Component: Core                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: pkuzel@netbeans.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ [xerces_j_2]
+ Reused attribute instance is badly reusing specified field.
+ 
+ Index: XMLAttributesImpl.java
+ ===================================================================
+ RCS file:
+ /home/cvspublic/xml-xerces/java/src/org/apache/xerces/util/Attic/XMLAttributesImpl.java,v
+ retrieving revision 1.1.2.3
+ diff -c -b -r1.1.2.3 XMLAttributesImpl.java
+ *** XMLAttributesImpl.java      2001/03/07 07:44:13     1.1.2.3
+ --- XMLAttributesImpl.java      2001/03/21 14:40:06
+ ***************
+ *** 173,178 ****
+ --- 173,179 ----
+           attribute.type = type;
+           attribute.value = value;
+           attribute.entityCount = 0;
+ +         attribute.specified = false;
+   
+           // return
+           return index;

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