Return-Path: X-Original-To: apmail-incubator-giraph-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E1529734 for ; Fri, 13 Apr 2012 15:42:40 +0000 (UTC) Received: (qmail 57684 invoked by uid 500); 13 Apr 2012 15:42:40 -0000 Delivered-To: apmail-incubator-giraph-dev-archive@incubator.apache.org Received: (qmail 57648 invoked by uid 500); 13 Apr 2012 15:42:40 -0000 Mailing-List: contact giraph-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-dev@incubator.apache.org Delivered-To: mailing list giraph-dev@incubator.apache.org Received: (qmail 57638 invoked by uid 99); 13 Apr 2012 15:42:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 15:42:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 15:42:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BE92B3697D6 for ; Fri, 13 Apr 2012 15:42:16 +0000 (UTC) Date: Fri, 13 Apr 2012 15:42:16 +0000 (UTC) From: "Devaraj K (Updated) (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <669204873.22412.1334331736782.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <998723716.2090.1333831456861.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (GIRAPH-178) TestPredicate lock has lots of boolean expressions to be simplified 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/GIRAPH-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj K updated GIRAPH-178: ----------------------------- Attachment: GIRAPH-178.patch > TestPredicate lock has lots of boolean expressions to be simplified > ------------------------------------------------------------------- > > Key: GIRAPH-178 > URL: https://issues.apache.org/jira/browse/GIRAPH-178 > Project: Giraph > Issue Type: Improvement > Reporter: Jakob Homan > Priority: Trivial > Labels: newbie > Attachments: GIRAPH-178.patch > > > TestPredicateLock.java has several instances of > {code}assertTrue(gotPredicate == false);{code} (or {{== true}}) that can be simplified to more idiomatic Java. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira