Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.15.1.3
-
None
-
None
-
Normal
Description
When I build Derby using JDK 10, I get the following warning:
[javac] /Users/rhillegas/derby/mainline/trunk/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:728: warning: [unchecked] getPrefixes(String) in NullNamespaceContext implements getPrefixes(String) in NamespaceContext [javac] public Iterator getPrefixes(String namespaceURI) { [javac] ^ [javac] return type requires unchecked conversion from Iterator to Iterator<String> [javac] 1 warning
I will clean this up.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-7087 Make it possible to build and run tests cleanly on Java 15
- Closed
- relates to
-
DERBY-6856 Make it possible to build Derby using JDK 9
- Closed
-
DERBY-7021 Run the modulepath tests on Linux and Windows
- Closed