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:12:33 UTC

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

Neil Madsen created FLEX-34606:
----------------------------------

             Summary: 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


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)