eclipse-ee4j / jaxb-fi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FI audit mutable static bugs

Tomas-Kraus opened this issue · comments

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]

@glassfishrobot Commented
Reported by oleksiys

@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"

@glassfishrobot Commented
Was assigned to oleksiys

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

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