On Tue, Mar 18, 2014 at 4:51 PM, Alex Harui <aha...@adobe.com> wrote:
> > > On 3/18/14 3:46 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: > > >Hi, > > > >CompilerAPI.java someone added this: > > // ToDo: For Apache Flex remove this section since there is no longer a > >license. > > > >Perhaps some code was removed as well? > Yes, in hasValidLicense(). > > It looks like hasValidLicense is not correct and should probably look more > like: > > private static boolean hasValidLicense(Map licenseMap, String id) > { > return (id.equals("mx.fbpro")); > } > > > What does this do? I think the problem is with a third party trying to implement their license. Will your fix work for that? > Does anybody have time to try it? > > -Alex > >