[
https://issues.apache.org/jira/browse/GEODE-6289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745451#comment-16745451
]
ASF subversion and git services commented on GEODE-6289:
--------------------------------------------------------
Commit aba102e719ecc4a9b5ebf34f3bf3757add677059 in geode's branch
refs/heads/feature/GEODE-6289 from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=aba102e ]
GEODE-6289: check for null className on createPdxInstanceFactory
> createPdxInstanceFactory should fail if class name is null
> ----------------------------------------------------------
>
> Key: GEODE-6289
> URL: https://issues.apache.org/jira/browse/GEODE-6289
> Project: Geode
> Issue Type: Bug
> Components: serialization
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
>
> Currently if you create a PdxInstanceFactory and give it null as the class
> name the factory will be created with no complaints. But later, that null
> class name, will cause NullPointerExceptions to be thrown.
> createPdxInstanceFactory should check the class name for null and throw
> IllegalArgumentException
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)