You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Dasha Boudnik (JIRA)" <ji...@apache.org> on 2015/12/08 02:35:11 UTC

[jira] [Updated] (BIGTOP-2168) A erroneous typo in FailureVars#loadProps method

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

Dasha Boudnik updated BIGTOP-2168:
----------------------------------
    Attachment: 0001-BIGTOP-2168.-A-erroneous-typo-in-FailureVars-loadPro.patch

Patch attached. It's working on my end, so if someone can please review it, I'll commit :)

> A erroneous typo in FailureVars#loadProps method
> ------------------------------------------------
>
>                 Key: BIGTOP-2168
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2168
>             Project: Bigtop
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.0.0
>            Reporter: Konstantin Boudnik
>            Assignee: Dasha Boudnik
>             Fix For: 1.1.0
>
>         Attachments: 0001-BIGTOP-2168.-A-erroneous-typo-in-FailureVars-loadPro.patch
>
>
> Looks like a typo in the line to read the property file 
> {code}
>       BufferedReader is = new BufferedReader(new InputStreamReader(getClass(pFile)));
> {code}
> Clearly should be saying
> {code}
>       BufferedReader is = new BufferedReader(new InputStreamReader(new FileInputStream(pFile)));
> {code}
> instead



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