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

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

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

Neil Madsen updated FLEX-34606:
-------------------------------
    Attachment: patch-FLEX-34606.diff

> 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
>            Priority: Minor
>         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)