[ 
https://issues.apache.org/jira/browse/GEODE-6289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746617#comment-16746617
 ] 

ASF subversion and git services commented on GEODE-6289:
--------------------------------------------------------

Commit a757ccb87d75b3af6c5da619338297d24cc21519 in geode's branch 
refs/heads/feature/GEODE-6292 from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a757ccb ]

GEODE-6289: check for null className on createPdxInstanceFactory (#3090)



> 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
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to