File tree 13 files changed +6
-59
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
13 files changed +6
-59
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2000, 2024 IBM Corporation and others.
2
+ * Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
6
6
* which accompanies this distribution, and is available at
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
- * This is an implementation of an early-draft specification developed under the Java
10
- * Community Process (JCP) and is made available for testing and evaluation purposes
11
- * only. The code is not compatible with any specification of the JCP.
12
- *
13
9
* SPDX-License-Identifier: EPL-2.0
14
10
*
15
11
* Contributors:
Original file line number Diff line number Diff line change 6
6
* which accompanies this distribution, and is available at
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
- * This is an implementation of an early-draft specification developed under the Java
10
- * Community Process (JCP) and is made available for testing and evaluation purposes
11
- * only. The code is not compatible with any specification of the JCP.
12
- *
13
9
* SPDX-License-Identifier: EPL-2.0
14
10
*
15
11
* Contributors:
Original file line number Diff line number Diff line change 8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
*******************************************************************************/
Original file line number Diff line number Diff line change 8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
*******************************************************************************/
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2022, 2024 Red Hat Inc. and others.
2
+ * Copyright (c) 2022, 2025 Red Hat Inc. and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
6
6
* which accompanies this distribution, and is available at
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
- * This is an implementation of an early-draft specification developed under the Java
10
- * Community Process (JCP) and is made available for testing and evaluation purposes
11
- * only. The code is not compatible with any specification of the JCP.
12
- *
13
9
* SPDX-License-Identifier: EPL-2.0
14
10
*
15
11
* Contributors:
Original file line number Diff line number Diff line change 6
6
* which accompanies this distribution, and is available at
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
- * This is an implementation of an early-draft specification developed under the Java
10
- * Community Process (JCP) and is made available for testing and evaluation purposes
11
- * only. The code is not compatible with any specification of the JCP.
12
- *
13
9
* SPDX-License-Identifier: EPL-2.0
14
10
*
15
11
* Contributors:
Original file line number Diff line number Diff line change 8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
*******************************************************************************/
Original file line number Diff line number Diff line change 8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
* Michael Allman - Bug 211648, Bug 156343 - Standard VM not supported on MacOS
@@ -814,8 +810,7 @@ public URL getDefaultJavadocLocation(File installLocation) {
814
810
public static URL getDefaultJavadocLocation (String version ) {
815
811
try {
816
812
if (version .startsWith (JavaCore .VERSION_24 )) {
817
- // To modify to version 24 after the release
818
- return new URI ("https://docs.oracle.com/en/java/javase/23/docs/api/" ).toURL (); //$NON-NLS-1$
813
+ return new URI ("https://docs.oracle.com/en/java/javase/24/docs/api/" ).toURL (); //$NON-NLS-1$
819
814
} else if (version .startsWith (JavaCore .VERSION_23 )) {
820
815
return new URI ("https://docs.oracle.com/en/java/javase/23/docs/api/" ).toURL (); //$NON-NLS-1$
821
816
} else if (version .startsWith (JavaCore .VERSION_22 )) {
Original file line number Diff line number Diff line change 8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
*
Original file line number Diff line number Diff line change 6
6
* which accompanies this distribution, and is available at
7
7
* https://www.eclipse.org/legal/epl-2.0/
8
8
*
9
- * This is an implementation of an early-draft specification developed under the Java
10
- * Community Process (JCP) and is made available for testing and evaluation purposes
11
- * only. The code is not compatible with any specification of the JCP.
12
- *
13
9
* SPDX-License-Identifier: EPL-2.0
14
10
*
15
11
* Contributors:
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2000, 2024 IBM Corporation and others.
2
+ * Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
8
8
*
9
9
* SPDX-License-Identifier: EPL-2.0
10
10
*
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
- *
15
11
* Contributors:
16
12
* IBM Corporation - initial API and implementation
17
13
* Frits Jalvingh - Contribution for Bug 459831 - [launching] Support attaching
Original file line number Diff line number Diff line change 1
1
# ##############################################################################
2
- # Copyright (c) 2000, 2024 IBM Corporation and others.
2
+ # Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
#
4
4
# This program and the accompanying materials
5
5
# are made available under the terms of the Eclipse Public License 2.0
6
6
# which accompanies this distribution, and is available at
7
7
# https://www.eclipse.org/legal/epl-2.0/
8
8
#
9
- # This is an implementation of an early-draft specification developed under the Java
10
- # Community Process (JCP) and is made available for testing and evaluation purposes
11
- # only. The code is not compatible with any specification of the JCP.
12
- #
13
9
# SPDX-License-Identifier: EPL-2.0
14
10
#
15
11
# Contributors:
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<?eclipse version =" 3.0" ?>
3
3
<!--
4
- Copyright (c) 2005, 2024 IBM Corporation and others.
4
+ Copyright (c) 2005, 2025 IBM Corporation and others.
5
5
6
6
This program and the accompanying materials
7
7
are made available under the terms of the Eclipse Public License 2.0
8
8
which accompanies this distribution, and is available at
9
9
https://www.eclipse.org/legal/epl-2.0/
10
10
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
-
15
11
SPDX-License-Identifier: EPL-2.0
16
12
17
13
Contributors:
You can’t perform that action at this time.
0 commit comments