Nice stuff, Chris.
All the bugs in the framework seem to be about failing to override the clone() method in Event. If I understand correctly, this is mainly to preserve state in case an event is re-dispatched. Is there anything special in FlexJS that makes this unnecessary, or should we go ahead and fix these bugs? From: Christofer Dutz<mailto:christofer.d...@c-ware.de> Sent: Tuesday, December 27, 2016 9:50 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: Re: [FlexJS] ASF SonarQube available (Beta-Testing) Ok … stats are online: Compiler: https://builds.apache.org/analysis/dashboard/index/2461 Typedefs: https://builds.apache.org/analysis/dashboard/index/20905 Framework: https://builds.apache.org/analysis/dashboard/index/20942 Happy reading, Chris Am 27.12.16, 09:02 schrieb "Alex Harui" <aha...@adobe.com>: On 12/26/16, 11:50 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: >I suspect that a big chunk of the duplicate code is related to the Basic >and HTML projects. As I understand it, HTML was forked from Basic to try a >different architecture approach, but a big portion of the code is still >the >same. Makes sense. I think there also some classes that have different ancestry in JS vs SWF so a file will have two class definitions in it, one inside COMPILE::SWF and one inside COMPILE::JS and there can be duplication there as well. -Alex