Files
codeql/java/ql/src/Compatibility/JDK9/JdkInternalAccess.qhelp
Marcono1234 e21cbe82a9 Update Java documentation links to Java 11
Where possible update Java documentation links to Java 11.
Additionally update some other links to use HTTPS.
2021-02-26 00:43:51 +01:00

37 lines
840 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<overview>
<p>
Java 9 removes access to various unsupported JDK-internal APIs by default.
</p>
</overview>
<recommendation>
<p>
Examine the use of unsupported JDK-internal APIs and consider replacing them with supported APIs
as recommended in the references.
</p>
</recommendation>
<references>
<li>
Oracle JDK Documentation:
<a href="https://docs.oracle.com/javase/9/migrate/toc.htm">Oracle JDK 9 Migration Guide</a>.
</li>
<li>
OpenJDK Documentation:
<a href="https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool">Java Dependency Analysis Tool</a>,
<a href="https://openjdk.java.net/jeps/260">JEP 260: Encapsulate Most Internal APIs</a>,
<a href="https://openjdk.java.net/jeps/261">JEP 261: Module System</a>.
</li>
</references>
</qhelp>