Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 94822 invoked from network); 8 Sep 2009 03:09:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 03:09:20 -0000 Received: (qmail 86020 invoked by uid 500); 8 Sep 2009 03:09:20 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 85942 invoked by uid 500); 8 Sep 2009 03:09:20 -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 85927 invoked by uid 99); 8 Sep 2009 03:09:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 03:09:19 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 03:09:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2949234C4AC for ; Mon, 7 Sep 2009 20:08:57 -0700 (PDT) Message-ID: <832035316.1252379337730.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 20:08:57 -0700 (PDT) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-1348) Redundancy in Date/Time functions In-Reply-To: <1756067912.1235039162317.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar updated AXIS2C-1348: ------------------------------------- Component/s: util > Redundancy in Date/Time functions > --------------------------------- > > Key: AXIS2C-1348 > URL: https://issues.apache.org/jira/browse/AXIS2C-1348 > Project: Axis2-C > Issue Type: Bug > Components: util > Reporter: Damitha Kumarage > > In axis2 time handling functions there are lot of unneccessary redundancies which in my view complicate the life of developer unneccessarily. For example following five functions > axutil_date_time_deserialize_date() > axutil_date_time_deserialize_time() > axutil_date_time_deserialize_date_time() > axutil_date_time_deserialize_time_with_time_zone() > axutil_date_time_deserialize_date_time_with_time_zone() > could be reduced into one function called axutil_date_time_deserialize_date_time(). Within the function the date time string should be analized to see whether it is date time, date, time, date/time with time zone etc etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.