Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 47489 invoked from network); 14 Feb 2005 23:02:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Feb 2005 23:02:26 -0000 Received: (qmail 74175 invoked by uid 500); 14 Feb 2005 23:02:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74131 invoked by uid 500); 14 Feb 2005 23:02:24 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 74115 invoked by uid 99); 14 Feb 2005 23:02:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mcintyre.a@gmail.com designates 64.233.170.195 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.195) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Feb 2005 15:02:24 -0800 Received: by rproxy.gmail.com with SMTP id j1so745892rnf for ; Mon, 14 Feb 2005 15:02:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HZnFsNVlkB1eisjkcleYXiIZc7qeFNvNeS44teHFSd7+qc6z0DXohVWel4TgkLkGA5DendKs0a7bpArsuuWIH5cjBLK/k3TGDBQomvI7ldep7DpfvTCvNVfSLbukwBjb2XvCxwJ2p54r5yFaVs6mQ96GEclj8aBGmFVjcKctCOQ= Received: by 10.38.14.52 with SMTP id 52mr136033rnn; Mon, 14 Feb 2005 15:02:22 -0800 (PST) Received: by 10.38.126.61 with HTTP; Mon, 14 Feb 2005 15:02:22 -0800 (PST) Message-ID: <54ac72d705021415026bcdc738@mail.gmail.com> Date: Mon, 14 Feb 2005 15:02:22 -0800 From: Andrew McIntyre Reply-To: Andrew McIntyre To: Derby Development Subject: Re: JIRA/derby usage question - how to mark "not a bug"? In-Reply-To: <42112B83.9040007@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42112B83.9040007@sbcglobal.net> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 14 Feb 2005 14:51:47 -0800, Mike Matrigali wrote: > I picked "will not fix", though was thinking about picking "invalid", > what is right here? IMO, "Invalid" seems more correct here. "Won't Fix" implies the bug is a real problem with functionality, but that the behavior will not be changed because there are architectural issues, or a workaround exists, etc. "Invalid" implies that the bug itself is not a real issue, and there is no need for a workaround or documentation. To me, anyway. Other people may feel differently about those particular words. :-) andrew