[
https://issues.apache.org/jira/browse/GORA-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870033#comment-15870033
]
ASF GitHub Bot commented on GORA-503:
-------------------------------------
GitHub user cloudysunny14 opened a pull request:
https://github.com/apache/gora/pull/94
Fixed issue GORA-503
Field index 0 is always considered as clean even if it is dirty.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudysunny14/gora GORA-503
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit 21ad6e94a5d3afba02a75e8e102fe7db1d56e4c0
Author: Kiyonari Harigae <[email protected]>
Date: 2017-02-12T07:51:52Z
Fixed issue GORA-503
----
> Field index 0 is always considered as clean even if it is dirty
> ---------------------------------------------------------------
>
> Key: GORA-503
> URL: https://issues.apache.org/jira/browse/GORA-503
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-core
> Reporter: Kiyonari Harigae
> Attachments: GORA-503.patch
>
>
> PersistentBase#checkIfMutableFieldAndDirty is always returns false when the
> field index is 0. Also, PersistentBase#clearDirynessIfFieldIsDirtyable is
> does not clean when field index is 0 even if it is dirty.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)