Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 11910 invoked from network); 13 Nov 2010 20:53:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Nov 2010 20:53:03 -0000 Received: (qmail 87165 invoked by uid 500); 13 Nov 2010 20:53:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 87082 invoked by uid 500); 13 Nov 2010 20:53:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 87074 invoked by uid 99); 13 Nov 2010 20:53:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Nov 2010 20:53:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 13 Nov 2010 20:53:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oADKrEep002958 for ; Sat, 13 Nov 2010 20:53:14 GMT Message-ID: <3666425.62461289681594266.JavaMail.jira@thor> Date: Sat, 13 Nov 2010 15:53:14 -0500 (EST) From: "Gilles (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-441) Remove occurences of "FunctionEvaluationException" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Remove occurences of "FunctionEvaluationException" -------------------------------------------------- Key: MATH-441 URL: https://issues.apache.org/jira/browse/MATH-441 Project: Commons Math Issue Type: Task Reporter: Gilles Assignee: Gilles Priority: Minor Fix For: 3.0 As per the issue MATH-440, {{FunctionEvaluationException}} is now redundant and is going to removed. We should remove the "throws" clauses that refer to it from all the methods' signature. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.