kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Code causes errors in FDT due to inappropriate use of 'final' keyword as method variable #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In URI.as, lines 1906-8 a method variable is defined as:

var final:String = this.scheme + ":" + ref;
return constructURI(final);

When the project is imported into FDT this is flagged as an error because 
'final' is supposed to be a 
reserved keyword, and should not be used as a method variable.

Original issue reported on code.google.com by alec...@gmail.com on 24 Jul 2009 at 7:38

GoogleCodeExporter commented 8 years ago
proposed patch for trivial change

Original comment by alec...@gmail.com on 24 Jul 2009 at 7:41

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 21 Sep 2009 at 4:45

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r111.

Original comment by mikechambers on 22 Sep 2009 at 7:45

GoogleCodeExporter commented 8 years ago
Fixed. Committed revision 111.

Thanks for the report and patch.

Original comment by mikechambers on 22 Sep 2009 at 7:45