[cp-patches] FYI: Qname and SAXParser Fixlets

2008-03-27 Thread Mario Torre
I've fixed a couple of small bugs in SAXParser and QName. SAXParser incorrectly throws SAXNotSupportedException, the spec says that this exception should be thrown if the property is recognized, but not supported. QName should throw IllegalArgumentException if the passed String is null. I've als

[cp-patches] FYI: Qname and SAXParser Fixlets

2008-04-09 Thread Mario Torre
I've fixed a couple of small bugs in SAXParser and QName. SAXParser incorrectly throws SAXNotSupportedException, the spec says that this exception should be thrown if the property is recognized, but not supported. QName should throw IllegalArgumentException if the passed String is null. I've als