[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit 11562f3d366c68322e8beb4f7f15f67785237d13 in geode's branch 
refs/heads/develop from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=11562f3 ]

GEODE-2329: spotless


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit 2ee1ecd2bac3ad82bcac43e119f79afcab4312df in geode's branch 
refs/heads/develop from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=2ee1ecd ]

GEODE-2329: Fixed code from code review


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit 43e60587d285dfb506fe25c5a1a047e7e01740b1 in geode's branch 
refs/heads/develop from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=43e6058 ]

GEODE-2329: Refactor JSONFormatter fromJSON code to reduce duplicate code


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-02-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit ac81b5ed74c7edc4aa98e8cc0e007d570f6a1c8b in geode's branch 
refs/heads/develop from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=ac81b5e ]

GEODE-2329: Cleanup test code and fix Classcast issue


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-01-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit e82cf4192c1e49a095d3a25b54d38e365f80864c in geode's branch 
refs/heads/feature/GEODE-2329 from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=e82cf41 ]

GEODE-2329: spotless


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
> Fix For: 1.1.0
>
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GEODE-2329) JSONFormatter.fromJSON method has duplicate behavior

2017-01-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-2329:


Commit 7c2a70cd8e22ab75debf8ac5f564d14d090e72b4 in geode's branch 
refs/heads/feature/GEODE-2329 from [~ukohlmeyer]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=7c2a70c ]

GEODE-2329: Cleanup test code and fix Classcast issue


> JSONFormatter.fromJSON method has duplicate behavior
> 
>
> Key: GEODE-2329
> URL: https://issues.apache.org/jira/browse/GEODE-2329
> Project: Geode
>  Issue Type: Sub-task
>  Components: serialization
>Reporter: Udo Kohlmeyer
> Fix For: 1.1.0
>
>
> refactor the duplicate code in the fromJSON method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)