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 D0250109B6 for ; Fri, 20 Sep 2013 04:33:58 +0000 (UTC) Received: (qmail 93026 invoked by uid 500); 20 Sep 2013 04:33:57 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 92909 invoked by uid 500); 20 Sep 2013 04:33:56 -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 92890 invoked by uid 99); 20 Sep 2013 04:33:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 04:33:55 +0000 Date: Fri, 20 Sep 2013 04:33:55 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLEX-33580) CLONE - Ambiguous reference when using data binding in inherited class with the same name as base class in a different package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33580: ------------------------------------ Assignee: (was: Adobe JIRA) > CLONE - Ambiguous reference when using data binding in inherited class with the same name as base class in a different package > ------------------------------------------------------------------------------------------------------------------------------ > > Key: FLEX-33580 > URL: https://issues.apache.org/jira/browse/FLEX-33580 > Project: Apache Flex > Issue Type: Bug > Components: Data Binding > Affects Versions: Adobe Flex SDK 3.0 (Release), Apache Flex 4.9.0 > Environment: Affected OS(s): Windows > Affected OS(s): Windows > Language Found: English > Reporter: Richard Livingston > Priority: Minor > > Steps to reproduce: > 1. In attached archive, attempt to compile com/example/extended/Thing.mxml > > Actual Results: > $ mxmlc -compiler.strict -compiler.debug -compiler.source-path=. com/example/extended/Thing.mxml > Loading configuration file C:\Flex\sdks\3.0.0.338\frameworks\flex-config.xml > Error: Ambiguous reference to Thing. [Generated code (use -keep to save): Path: com\example\extended\Thing-generated.as, > Line: 188, Column: 10] > Error: Ambiguous reference to Thing. [Generated code (use -keep to save): Path: com\example\extended\Thing-generated.as, > Line: 114, Column: 14] > > Expected Results: > Successful compilation. > This only occurs when > (a) Extending class has the same name as base class, but is in a different package . > (b) Extending class makes use of data binding. > > Workaround (if any): > Rename one of the classes. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira