File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/java.base/share/classes/java/lang/runtime Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6464 * floating-point type is considered exact.</li>
6565 * </ul>
6666 *
67- * @jls 5.7.1 Exact Testing Conversions
68- * @jls 5.7.2 Unconditionally Exact Testing Conversions
69- * @jls 15.20.2 The instanceof Operator
67+ * @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-5.7.1">
68+ * JLS 5.7.1 Exact Testing Conversions</a>
69+ * @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-5.7.2">
70+ * JLS 5.7.2 Unconditionally Exact Testing Conversions</a>
71+ * @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-15.20.2">
72+ * JLS 15.20.2 The instanceof Operator</a>
7073 *
7174 * @implNote Some exactness checks describe a test which can be redirected
7275 * safely through one of the existing methods. Those are omitted too (i.e.,
You can’t perform that action at this time.
0 commit comments