[ 
https://issues.apache.org/jira/browse/GEODE-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137035#comment-16137035
 ] 

ASF subversion and git services commented on GEODE-3430:
--------------------------------------------------------

Commit c4def6bbb3d8c438cdc8d4b6d31e3e3875f6ab2b in geode's branch 
refs/heads/feature/GEODE-3416 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=c4def6b ]

GEODE-3430: fix varargs usage

Also, general cleanup of ConnectCommandTest.

This closes #727


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

Reply via email to