Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0871200ABF for ; Tue, 3 May 2016 08:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC2E31609F4; Tue, 3 May 2016 08:39:14 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 345C51609F3 for ; Tue, 3 May 2016 08:39:14 +0200 (CEST) Received: (qmail 31637 invoked by uid 500); 3 May 2016 06:39:13 -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 31577 invoked by uid 99); 3 May 2016 06:39:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 06:39:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D7AB82C1F61 for ; Tue, 3 May 2016 06:39:12 +0000 (UTC) Date: Tue, 3 May 2016 06:39:12 +0000 (UTC) From: "Piotr Zarzycki (JIRA)" 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 archived-at: Tue, 03 May 2016 06:39:14 -0000 [ https://issues.apache.org/jira/browse/FLEX-35053?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zarzycki updated FLEX-35053: ---------------------------------- Fix Version/s: (was: Apache FlexJS 0.6.0) Apache FalconJX 0.6.0 > 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 > Assignee: Alex Harui > Fix For: Apache FalconJX 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)