From dev-return-10336-apmail-gora-dev-archive=gora.apache.org@gora.apache.org Sat Dec 16 19:41:06 2017 Return-Path: X-Original-To: apmail-gora-dev-archive@www.apache.org Delivered-To: apmail-gora-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EF5017682 for ; Sat, 16 Dec 2017 19:41:06 +0000 (UTC) Received: (qmail 34681 invoked by uid 500); 16 Dec 2017 19:41:06 -0000 Delivered-To: apmail-gora-dev-archive@gora.apache.org Received: (qmail 34638 invoked by uid 500); 16 Dec 2017 19:41:06 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 34623 invoked by uid 99); 16 Dec 2017 19:41:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Dec 2017 19:41:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 16C7A1A068E for ; Sat, 16 Dec 2017 19:41:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6N2oVtxc5c_k for ; Sat, 16 Dec 2017 19:41:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 222A65F367 for ; Sat, 16 Dec 2017 19:41:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 010DAE00A3 for ; Sat, 16 Dec 2017 19:41:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id E99B0212F7 for ; Sat, 16 Dec 2017 19:41:01 +0000 (UTC) Date: Sat, 16 Dec 2017 19:41:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-503) Field index 0 is always considered as clean even if it is dirty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GORA-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293922#comment-16293922 ] ASF GitHub Bot commented on GORA-503: ------------------------------------- Github user lewismc commented on the issue: https://github.com/apache/gora/pull/94 Any comments folks? > 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 > Assignee: Kiyonari Harigae > Fix For: 0.9 > > 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.4.14#64029)