non-varargs related warning in CXF 2.3 build
--------------------------------------------
Key: CXF-3085
URL: https://issues.apache.org/jira/browse/CXF-3085
Project: CXF
Issue Type: Improvement
Environment: Apache CXF 2.3.0
OS: Microsoft Windows XP, Professional, Version 2002, Service Pack 3
Build Command: (mvn -e clean install)
Reporter: Robert Liguori
Priority: Minor
If possible, please resolve the warning, thanks!
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-RS Frontend
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
...
[WARNING]
\_CXF\apache-cxf-2.3.0-src\apache-cxf-2.3.0-src\rt\frontend\jaxrs\src\test\java\org\apache\cxf\jaxrs\impl\UriBuilderImplTest.java:[617,77]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.