Olaf Krüger created FLEX-35053:
----------------------------------
Summary: Compiler does not respect the implements="..." 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üger
Fix For: Apache FlexJS 0.6.0
It seems that there is a bug where the compiler does not respect the
implements="..." attribute in MXML.
Mxml Example:
<!-- MyInitialView.mxml -->
<js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/flexjs/basic"
implements="com.undo_redo_demo.core.interfaces.IViewMyInitialView">
</js:ViewBase>
That information is not being included in the MyInitialView.js output:
MyInitialView.prototype.FLEXJS_CLASS_INFO = { names: [{ name:
'MyInitialView', qName: 'MyInitialView' }] };
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)