[89-fb] HBaseAdmin has ambiguous varargs invocations
----------------------------------------------------

                 Key: HBASE-4738
                 URL: https://issues.apache.org/jira/browse/HBASE-4738
             Project: HBase
          Issue Type: Bug
          Components: client
         Environment: JDK 1.6.0_26 on OSX
            Reporter: Christopher Gist
            Priority: Minor


Ambiguous invocations of varargs methods with non-varargs arguments relied on 
the compiler to implicitly cast the arguments to Object[]. Some compilers 
apparently do not make this implicit cast, but instead wrap the arguments in 
another Object[] causing them to be interpreted incorrectly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to