You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2014/10/20 01:15:33 UTC

[jira] [Resolved] (FLEX-34606) Redundant variable

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

Justin Mclean resolved FLEX-34606.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Apache Flex 4.14.0

checked into develop

> Redundant variable
> ------------------
>
>                 Key: FLEX-34606
>                 URL: https://issues.apache.org/jira/browse/FLEX-34606
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: InstallApacheFlex, Installer
>            Reporter: Neil Madsen
>            Assignee: Justin Mclean
>            Priority: Minor
>             Fix For: Apache Flex 4.14.0
>
>         Attachments: patch-FLEX-34606.diff
>
>
> Variable is being set twice in same line.
> var file:File = file = _flexHomeDir.resolvePath("installer.log");
> Should just be 
> var file:File = _flexHomeDir.resolvePath("installer.log");



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)