In JDK-8191038, several type arguments were added to jaxp APIs including XPathFunction.evaluate.
However, better compatibility may be provided by generifying the evaluate method to accept a List<?> rather than a List<Object>.
However, better compatibility may be provided by generifying the evaluate method to accept a List<?> rather than a List<Object>.
- csr for
-
JDK-8191228 Change XPathFunction.evaluate parameter type from List<Object> to List<?>
-
- Closed
-
- relates to
-
JDK-8191038 Add type parameter to a few java.xml APIs that used raw types
-
- Closed
-