[
https://issues.apache.org/jira/browse/PIRK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ellison Anne Williams updated PIRK-42:
--------------------------------------
Description:
getTextName currently throws a NullPointerException after deserialization --
This is due to the textRep field being marked as transient without a
corresponding readObject method to initialize it upon deserialization.
was:getTextName currently throws a NullPointerException when trying to obtain
a text representation that has not yet been created -- fix to check for
existence, then create if the necessary conditions are met
> Fix DataSchema getTextName NullPointerException
> -----------------------------------------------
>
> Key: PIRK-42
> URL: https://issues.apache.org/jira/browse/PIRK-42
> Project: PIRK
> Issue Type: Bug
> Reporter: Ellison Anne Williams
> Assignee: Ellison Anne Williams
>
> getTextName currently throws a NullPointerException after deserialization --
> This is due to the textRep field being marked as transient without a
> corresponding readObject method to initialize it upon deserialization.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)