eclipse-ee4j / jaxb-fi

Apache License 2.0
8 stars 10 forks source link

FI audit mutable static bugs #24

Closed Tomas-Kraus closed 15 years ago

Tomas-Kraus commented 15 years ago

com.sun.xml.internal.fastinfoset.AbstractResourceBundle

Can still set _bundleName.

com.sun.xml.internal.fastinfoset.fastinfoset.Decode

XML_* are protected mutable statics.

com.sun.xml.internal.fastinfoset.DecodesStateTables

DII/EII/AII/NISTRING are public mutable statics.

com.sun.xml.internal.fastinfoset.Encoder

NUMERIC_CHARACTERS_TABLE/DATE_TIME_CHARACTERS_TABLE are protected mutable statics.

Environment

Operating System: All Platform: Macintosh

Affected Versions

[current]

Tomas-Kraus commented 5 years ago
Tomas-Kraus commented 15 years ago

@glassfishrobot Commented Reported by oleksiys

Tomas-Kraus commented 15 years ago

@glassfishrobot Commented oleksiys said: fixed

Tag: FastInfoset-1_2-branch User: oleksiys Date: 2009-04-29 09:55:51+0000 Modified: fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentParser.java fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentSerializer.java fi/FastInfoset/src/com/sun/xml/fastinfoset/sax/SAXDocumentSerializerWithPrefixMapping.java fi/FastInfoset/src/com/sun/xml/fastinfoset/dom/DOMDocumentParser.java fi/FastInfoset/src/com/sun/xml/fastinfoset/DecoderStateTables.java fi/FastInfoset/src/com/sun/xml/fastinfoset/AbstractResourceBundle.java fi/FastInfoset/src/com/sun/xml/fastinfoset/Encoder.java fi/FastInfoset/src/com/sun/xml/fastinfoset/EncodingConstants.java fi/FastInfoset/src/com/sun/xml/fastinfoset/Decoder.java fi/FastInfoset/src/com/sun/xml/fastinfoset/stax/StAXDocumentParser.java

Log: fix issue #24 "FI audit mutable static bugs"

Tomas-Kraus commented 15 years ago

@glassfishrobot Commented Was assigned to oleksiys

Tomas-Kraus commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA FI-24

Tomas-Kraus commented 15 years ago

@glassfishrobot Commented Marked as fixed on Tuesday, April 28th 2009, 7:56:59 pm