You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2021/05/08 03:41:00 UTC

[jira] [Created] (GORA-685) gora-rethinkdb non-varargs call of varargs method with inexact argument type for last parameter;

Lewis John McGibbney created GORA-685:
-----------------------------------------

             Summary: gora-rethinkdb non-varargs call of varargs method with inexact argument type for last parameter;
                 Key: GORA-685
                 URL: https://issues.apache.org/jira/browse/GORA-685
             Project: Apache Gora
          Issue Type: Improvement
          Components: gora-rethinkdb
    Affects Versions: 0.9
            Reporter: Lewis John McGibbney
             Fix For: 1.0



{code:bash}
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gora-rethinkdb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/runner/work/gora/gora/gora-rethinkdb/target/classes
Warning:  /home/runner/work/gora/gora/gora-rethinkdb/src/main/java/org/apache/gora/rethinkdb/store/RethinkDBStore.java:[290,79] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
Warning:  /home/runner/work/gora/gora/gora-rethinkdb/src/main/java/org/apache/gora/rethinkdb/query/RethinkDBQuery.java:[89,30] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)