Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 44263 invoked from network); 4 Jul 2005 06:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jul 2005 06:15:24 -0000 Received: (qmail 82823 invoked by uid 500); 4 Jul 2005 06:15:23 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 82794 invoked by uid 500); 4 Jul 2005 06:15:23 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 82780 invoked by uid 99); 4 Jul 2005 06:15:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 23:15:22 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 65C0412 for ; Mon, 4 Jul 2005 08:15:19 +0200 (CEST) Message-ID: <680967891.1120457719385.JavaMail.jira@ajax.apache.org> Date: Mon, 4 Jul 2005 08:15:19 +0200 (CEST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXISCPP-722) Overloaded processException in AxisEngineException class In-Reply-To: <32668418.1120190757050.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-722?page=all ] Dushshantha Chandradasa reassigned AXISCPP-722: ----------------------------------------------- Assign To: Dushshantha Chandradasa > Overloaded processException in AxisEngineException class > -------------------------------------------------------- > > Key: AXISCPP-722 > URL: http://issues.apache.org/jira/browse/AXISCPP-722 > Project: Axis-C++ > Type: Bug > Components: Server - Engine > Versions: current (nightly) > Environment: All > Reporter: Dushshantha Chandradasa > Assignee: Dushshantha Chandradasa > > Samisa Abeysinghe wrote on 30/06/2005 > > 11:04:29: > > > > > Hi All, > > > We have several overloaded forms of processException in > > > AxisEngineException class. > > > > > > I am sure that we are not using all of those. It is quite hard > > to > > > undestand and locate the problem locations when maintaining the > > > implementation. Shall we drop those that are not used from the list > > > below? > > > > > > void processException(const exception* e); > > > void processException(const exception* e, const int > > iExceptionCode); > > > void processException (const exception* e, char* pcMessage); > > > void processException(const int iExceptionCode); > > > void processException(const int iExceptionCode, char* > > pcMessage); > > > > > > BTW, some can be replaced with the copy constructor. I think we > > > can drop the top 3 and keep the bottom 2. Sometime it is better to > > > KISS ;-) > > > > > > Thanks, > > > Samisa... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira