Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 59921 invoked from network); 17 May 2008 20:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2008 20:14:42 -0000 Received: (qmail 78208 invoked by uid 500); 17 May 2008 20:14:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 78153 invoked by uid 500); 17 May 2008 20:14:40 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 78142 invoked by uid 99); 17 May 2008 20:14:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 13:14:40 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 20:13:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 26C3A234C12D for ; Sat, 17 May 2008 13:13:56 -0700 (PDT) Message-ID: <1413879430.1211055236157.JavaMail.jira@brutus> Date: Sat, 17 May 2008 13:13:56 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-3744) XXXMessageRecieverInOut.fromOM() does contain duplicated code for XmlBeans Binding In-Reply-To: <1417969951.1208339841469.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/AXIS2-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3744: ---------------------------------------- Assignee: Amila Chinthaka Suriarachchi > XXXMessageRecieverInOut.fromOM() does contain duplicated code for XmlBeans Binding > ----------------------------------------------------------------------------------- > > Key: AXIS2-3744 > URL: https://issues.apache.org/jira/browse/AXIS2-3744 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: codegen > Affects Versions: 1.4 > Reporter: Stefan Lischke > Assignee: Amila Chinthaka Suriarachchi > Priority: Trivial > > The fromOM Method of the generated MessageReciever does contain duplicated code. > For every operation there is an if-statement equals(type) for the in and out message and for the ExceptionDocument. If the same Exception is shared between different Operations, the if-code is duplicated in this method. > Should be no Problem :-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org