You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2017/08/21 22:21:01 UTC

[jira] [Resolved] (GEODE-3430) ConnectCommandTest generates non-varargs compilation warnings

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

Kirk Lund resolved GEODE-3430.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> ConnectCommandTest generates non-varargs compilation warnings
> -------------------------------------------------------------
>
>                 Key: GEODE-3430
>                 URL: https://issues.apache.org/jira/browse/GEODE-3430
>             Project: Geode
>          Issue Type: Bug
>          Components: build, gfsh, tests
>    Affects Versions: 1.3.0
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>             Fix For: 1.3.0
>
>
> {noformat}
> :geode-core:compileTestJava
> /Users/klund/dev/gemfire/open/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ConnectCommandTest.java:277: warning: non-varargs call of varargs method with inexact argument type for last parameter;
>     assertThat(connectCommand.isSslImpliedBySslOptions(null)).isFalse();
>                                                        ^
>   cast to String for a varargs call
>   cast to String[] for a non-varargs call and to suppress this warning
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)