Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 22224 invoked from network); 17 Mar 2011 16:22:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Mar 2011 16:22:20 -0000 Received: (qmail 72439 invoked by uid 500); 17 Mar 2011 16:22:20 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 72395 invoked by uid 500); 17 Mar 2011 16:22:20 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 72388 invoked by uid 99); 17 Mar 2011 16:22:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2011 16:22:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2011 16:22:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EDACA2388AAA; Thu, 17 Mar 2011 16:21:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1082576 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js: AbstractEnumeratedStatechartGenerator.xsl AbstractStatechartGenerator.xsl StatePatternStatechartGenerator.xsl Date: Thu, 17 Mar 2011 16:21:56 -0000 To: commits@commons.apache.org From: jbeard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110317162156.EDACA2388AAA@eris.apache.org> Author: jbeard Date: Thu Mar 17 16:21:56 2011 New Revision: 1082576 URL: http://svn.apache.org/viewvc?rev=1082576&view=rev Log: Fixed bug where preempted basic states were not being generated correctly for each transition. The LCA of the transition was being used, but really this should have been the top-most parallel ancestor, which is still descendant of the lca. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/StatePatternStatechartGenerator.xsl Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl?rev=1082576&r1=1082575&r2=1082576&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl Thu Mar 17 16:21:56 2011 @@ -300,23 +300,11 @@ -