Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5253B96FE for ; Wed, 11 Apr 2012 22:09:28 +0000 (UTC) Received: (qmail 14742 invoked by uid 500); 11 Apr 2012 22:09:27 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 14710 invoked by uid 500); 11 Apr 2012 22:09:27 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 14701 invoked by uid 99); 11 Apr 2012 22:09:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 22:09:27 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [203.59.1.134] (HELO outbound.icp-osb-irony-out8.iinet.net.au) (203.59.1.134) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 22:09:21 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApIBAOr/hU98lWFv/2dsb2JhbAANN7xlAQEBAwE6RAsLDTlXiCK7BoJUi32CQWMEnACNGw X-IronPort-AV: E=Sophos;i="4.75,407,1330876800"; d="scan'208";a="230886952" Received: from unknown (HELO [192.168.0.2]) ([124.149.97.111]) by outbound.icp-osb-irony-out8.iinet.net.au with ESMTP; 12 Apr 2012 06:08:58 +0800 Subject: Re: ArrayList itemUpdateHandler Change Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Justin Mclean In-Reply-To: Date: Thu, 12 Apr 2012 08:08:57 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <80728E9A-0D33-44A9-A9EC-D86F4177AC79@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > I am still curious how this works with the framework as it is now, but = working on correcting these. It generally has well formed XML and escapes characters like ",", = "&",">" etc. Currently only public and protected constants, properties = and methods comments are looked at, I've run over all of the private and = things marked @prices and fixed a fix issues the other day. Thanks, Justin=