File tree Expand file tree Collapse file tree 9 files changed +1
-38
lines changed
org.eclipse.jdt.debug.tests
test plugin/org/eclipse/jdt/debug/testplugin
tests/org/eclipse/jdt/debug/tests
org.eclipse.jdt.launching
launching/org/eclipse/jdt/internal/launching Expand file tree Collapse file tree 9 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 * Jesper S. Møller - bug 422029: [1.8] Enable debug evaluation support for default methods
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 * Jesper Steen Møller - bug 422029: [1.8] Enable debug evaluation support for default methods
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 * SAP SE - Support hyperlinks for stack entries with method signature
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * Red Hat Inc. - initial implementation
1713 *******************************************************************************/
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 *******************************************************************************/
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 * Michael Allman - Bug 211648, Bug 156343 - Standard VM not supported on MacOS
@@ -813,8 +809,7 @@ public URL getDefaultJavadocLocation(File installLocation) {
813809 public static URL getDefaultJavadocLocation (String version ) {
814810 try {
815811 if (version .startsWith (JavaCore .VERSION_25 )) {
816- // FIXME !!
817- return new URI ("https://docs.oracle.com/en/java/javase/24/docs/api/" ).toURL (); //$NON-NLS-1$
812+ return new URI ("https://docs.oracle.com/en/java/javase/25/docs/api/" ).toURL (); //$NON-NLS-1$
818813 } else if (version .startsWith (JavaCore .VERSION_23 )) {
819814 return new URI ("https://docs.oracle.com/en/java/javase/24/docs/api/" ).toURL (); //$NON-NLS-1$
820815 } else if (version .startsWith (JavaCore .VERSION_23 )) {
Original file line number Diff line number Diff line change 88 *
99 * SPDX-License-Identifier: EPL-2.0
1010 *
11- * This is an implementation of an early-draft specification developed under the Java
12- * Community Process (JCP) and is made available for testing and evaluation purposes
13- * only. The code is not compatible with any specification of the JCP.
14- *
1511 * Contributors:
1612 * IBM Corporation - initial API and implementation
1713 *
Original file line number Diff line number Diff line change 88#
99# SPDX-License-Identifier: EPL-2.0
1010#
11- # This is an implementation of an early-draft specification developed under the Java
12- # Community Process (JCP) and is made available for testing and evaluation purposes
13- # only. The code is not compatible with any specification of the JCP.
14- #
1511# Contributors:
1612# IBM Corporation - initial API and implementation
1713# ##############################################################################
Original file line number Diff line number Diff line change 1010
1111 SPDX-License-Identifier: EPL-2.0
1212
13- This is an implementation of an early-draft specification developed under the Java
14- Community Process (JCP) and is made available for testing and evaluation purposes
15- only. The code is not compatible with any specification of the JCP.
16-
1713 Contributors:
1814 IBM Corporation - initial API and implementation
1915 -->
You can’t perform that action at this time.
0 commit comments