Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34606

Redundant variable

    XMLWordPrintableJSON

Details

    Description

      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");

      Attachments

        1. patch-FLEX-34606.diff
          0.6 kB
          Neil Madsen

        Activity

          People

            jmclean Justin Mclean
            gmatter Neil Madsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: