Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 71745 invoked from network); 23 Apr 2007 17:59:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 17:59:37 -0000 Received: (qmail 27025 invoked by uid 500); 23 Apr 2007 17:59:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26977 invoked by uid 500); 23 Apr 2007 17:59:42 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 26967 invoked by uid 99); 23 Apr 2007 17:59:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 10:59:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 10:59:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E90571404A for ; Mon, 23 Apr 2007 10:59:15 -0700 (PDT) Message-ID: <10615929.1177351155450.JavaMail.jira@brutus> Date: Mon, 23 Apr 2007 10:59:15 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2580) SanityManager.THROWASSERT(String,Throwable) ignores message argument In-Reply-To: <18431668.1177349835528.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2580: -------------------------------------- Attachment: assert.diff assert.diff makes THROWASSERT(String,Throwable) use the supplied message text. It also rewrites THROWASSERT(String) and THROWASSERT(Throwable) in terms of THROWASSERT(String,Throwable) to avoid duplication of code. > SanityManager.THROWASSERT(String,Throwable) ignores message argument > -------------------------------------------------------------------- > > Key: DERBY-2580 > URL: https://issues.apache.org/jira/browse/DERBY-2580 > Project: Derby > Issue Type: Bug > Affects Versions: 10.3.0.0 > Reporter: Knut Anders Hatlen > Assigned To: Knut Anders Hatlen > Priority: Minor > Attachments: assert.diff > > > THROWASSERT should use the supplied message text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.