Peter Ent created FLEX-34103:
--------------------------------
Summary: FalconJX generates incorrect type declarations
Key: FLEX-34103
URL: https://issues.apache.org/jira/browse/FLEX-34103
Project: Apache Flex
Issue Type: Bug
Components: FalconJX
Reporter: Peter Ent
Cross-compiling an ActionScript project using Date class may result in bad
Google Closure type declarations.
Use sample flex-asjs/examples/DateChooserExample and uncomment the build target
to allow the build_example.compilejs dependency to work.
Note the 4 warnings. For some reason, a getter that is supposed to return a
Date is being typed as returning org.apache.flex.html.staticControls.Date. In
another warning, a getter function that is supposed to return a TextButton
(org.apache.html.staticControls.TextButton) is being typed as returning
org.apache.flex.html.staticControls.beads.TextButton.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)