Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2168

A erroneous typo in FailureVars#loadProps method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.1.0
    • tests
    • None

    Description

      Looks like a typo in the line to read the property file

            BufferedReader is = new BufferedReader(new InputStreamReader(getClass(pFile)));
      

      Clearly should be saying

            BufferedReader is = new BufferedReader(new InputStreamReader(new FileInputStream(pFile)));
      

      instead

      Attachments

        Activity

          People

            dasha.boudnik Dasha Boudnik
            cos Konstantin I Boudnik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: