Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12BD919227 for ; Mon, 21 Mar 2016 21:01:26 +0000 (UTC) Received: (qmail 27183 invoked by uid 500); 21 Mar 2016 21:01:26 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 27144 invoked by uid 500); 21 Mar 2016 21:01:25 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 27113 invoked by uid 99); 21 Mar 2016 21:01:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2016 21:01:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AE57D2C1F5C for ; Mon, 21 Mar 2016 21:01:25 +0000 (UTC) Date: Mon, 21 Mar 2016 21:01:25 +0000 (UTC) From: =?utf-8?Q?Olaf_Kr=C3=BCger_=28JIRA=29?= To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-35053) Compiler does not respect the implements="..." attribute in MXML MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-35053?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Olaf Kr=C3=BCger updated FLEX-35053: ------------------------------- Description:=20 It seems that there is a bug where the compiler does not respect the implem= ents=3D"..." attribute in MXML. MXML Example: That information is not being included in the MyInitialView.js output: MyInitialView.prototype.FLEXJS_CLASS_INFO =3D { names: [{ name: 'MyInitialView', qName: 'MyInitialView' }] };=20 was: It seems that there is a bug where the compiler does not respect the implem= ents=3D"..." attribute in MXML. Mxml Example: That information is not being included in the MyInitialView.js output: MyInitialView.prototype.FLEXJS_CLASS_INFO =3D { names: [{ name: 'MyInitialView', qName: 'MyInitialView' }] };=20 > Compiler does not respect the implements=3D"..." attribute in MXML > ---------------------------------------------------------------- > > Key: FLEX-35053 > URL: https://issues.apache.org/jira/browse/FLEX-35053 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.6.0 > Environment: Nightly build 20160321 > Reporter: Olaf Kr=C3=BCger > Fix For: Apache FlexJS 0.6.0 > > > It seems that there is a bug where the compiler does not respect the impl= ements=3D"..." attribute in MXML. > MXML Example: > > =09=09=09=09xmlns:js=3D"library://ns.apache.org/flexjs/basic"=20 > implements=3D"com.demo.core.interfaces.IViewMyInitialView"> > > That information is not being included in the MyInitialView.js output: > MyInitialView.prototype.FLEXJS_CLASS_INFO =3D { names: [{ name: > 'MyInitialView', qName: 'MyInitialView' }] };=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)