javaee / json-processing-spec

Legacy JSON Processing spec. Please use the link below to find the current JSON P project
https://github.com/jakartaee/jsonp-api
Other
8 stars 3 forks source link

JsonObject#getIntValue() javadoc says it would return null #43

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

JsonObject#getIntValue() javadoc says it would return null if there is no mapping. It should throw NPE if there is no mapping. Similarly, getStringValue() should throw NPE if there is no mapping.

Affected Versions

[1.0-pr]

glassfishrobot commented 11 years ago

Reported by jitu

glassfishrobot commented 11 years ago

jitu said: Resolving the issue as indicated in the description.

glassfishrobot commented 11 years ago

Was assigned to jitu

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JSON_PROCESSING_SPEC-43

glassfishrobot commented 11 years ago

Marked as fixed on Wednesday, January 30th 2013, 12:30:41 pm