Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 84719 invoked from network); 28 Jan 2011 08:50:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 08:50:10 -0000 Received: (qmail 72684 invoked by uid 500); 28 Jan 2011 08:50:10 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 72662 invoked by uid 500); 28 Jan 2011 08:50:09 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 72650 invoked by uid 99); 28 Jan 2011 08:50:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 08:50:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 08:50:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0S8nlg7016244 for ; Fri, 28 Jan 2011 08:49:47 GMT Message-ID: <13023368.260591296204587500.JavaMail.jira@thor> Date: Fri, 28 Jan 2011 03:49:47 -0500 (EST) From: "Francis De Brabandere (JIRA)" To: empire-db-commits@incubator.apache.org Subject: [jira] Updated: (EMPIREDB-99) Remove optional support for old style error handing In-Reply-To: <27056864.260581296204344263.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/EMPIREDB-99?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Francis De Brabandere updated EMPIREDB-99: ------------------------------------------ Affects Version/s: (was: empire-db-2.1.1-incubating) > Remove optional support for old style error handing > --------------------------------------------------- > > Key: EMPIREDB-99 > URL: https://issues.apache.org/jira/browse/EMPIREDB-99 > Project: Empire-DB > Issue Type: Improvement > Components: Core > Reporter: Rainer D=C3=B6bele > Assignee: Rainer D=C3=B6bele > Fix For: empire-db-2.1.1-incubating > > > For error handling we can currently switch between Exception-mode and an = exception-less mode with Boolean return values for most functions to indica= te an error. This exception-less mode ist old fashioned and not needed any = more.=20 > It should be removed from the API which also means that most function ret= urning boolean values will need be declared as void.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.