Github user joshtynjala commented on the pull request:
https://github.com/apache/flex-falcon/pull/5#issuecomment-169116121
> The other issue was that there was a hard-coded thing in
MethodReference.java to output an "AS3" namespace for a toString() override.
Using the AS3 namespace for toString() is the correct behavior. It allows
subclasses to reimplement the method without the override keyword.
In fact, if you look at the [API
Reference](http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Object.html#hasOwnProperty%28%29),
you'll see that all methods defined on Object are in the AS3 namespace rather
than public.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---