You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Cyrill Zadra (JIRA)" <ji...@apache.org> on 2013/09/06 18:02:55 UTC

[jira] [Resolved] (FLEX-33714) Falcon compiler is stricter with ++ and -- operator on constants.

     [ https://issues.apache.org/jira/browse/FLEX-33714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cyrill Zadra resolved FLEX-33714.
---------------------------------

    Resolution: Fixed
    
> Falcon compiler is stricter with ++ and -- operator on constants.
> -----------------------------------------------------------------
>
>                 Key: FLEX-33714
>                 URL: https://issues.apache.org/jira/browse/FLEX-33714
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Falcon
>    Affects Versions: Apache Falcon 1.0
>            Reporter: Cyrill Zadra
>            Assignee: Cyrill Zadra
>             Fix For: Apache Falcon 1.0, Apache Flex 4.11.0
>
>
> private const testValue:int = 0;
> 	    public function DecrementOperator()
> 	    {	    	
> 			testValue--;
> 			testValue++;
> 	    }
> }
> Falcon compiler throws error where legacy doesnt.
> Do we need to make Falcon less strict or update Flex SDK code? 
> (2 examples from flex sdk)
> sdk\frameworks\projects\spark\src\spark\components\gridClasses\GridSelection.as:1399
> sdk\frameworks\projects\spark\src\spark\components\gridClasses\GridSelection.as:1674

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira