[
https://issues.apache.org/jira/browse/BIGTOP-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277840#comment-14277840
]
Konstantin Boudnik commented on BIGTOP-1593:
--------------------------------------------
looks like this
{code}
public void setKillDuration(String killDuration) {
this.killDuration = killDuration;
}
{code}
needs to be also refactored to use long instead of String.
The rest of the patch looks ok. Please fix the above and I will commit it.
> Fix types in FailureVars
> -------------------------
>
> Key: BIGTOP-1593
> URL: https://issues.apache.org/jira/browse/BIGTOP-1593
> Project: Bigtop
> Issue Type: Improvement
> Components: tests
> Affects Versions: 0.8.0
> Reporter: Dasha Boudnik
> Assignee: Dasha Boudnik
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1593.patch, BIGTOP-1593.patch, BIGTOP-1593.patch
>
>
> Instead of converting Strings to the necessary types, initialize with the
> correct types right away.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)